-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to spring3/jakarta/java17 #139
Migration to spring3/jakarta/java17 #139
Conversation
Closes #113 |
# Conflicts: # basyx.aasenvironment/basyx.aasenvironment.component/Dockerfile # basyx.aasrepository/basyx.aasrepository.component/Dockerfile # basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository.component/Dockerfile # basyx.submodelrepository/basyx.submodelrepository.component/Dockerfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following are some of the review remarks:
@@ -49,5 +50,13 @@ | |||
<groupId>org.springframework.boot</groupId> | |||
<artifactId>spring-boot-starter-data-mongodb</artifactId> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these two dependencies are unnecessary.
I build it without these and it is successful.
What do you think?
<groupId>jakarta.validation</groupId> | ||
<artifactId>jakarta.validation-api</artifactId> | ||
</dependency> | ||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this dependency is unnecessary.
I build it without this and it is successful.
What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it's required - for e.g. Base64UrlEncodedIdentifierSizeValidator
@@ -89,5 +89,10 @@ | |||
<classifier>tests</classifier> | |||
<scope>test</scope> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this dependency is unnecessary. Because of this no tests are running as tests are in JUnit4.
I build it without this and it is successful and also tests are running now.
What do you think?
pom.xml
Outdated
<artifactId>surefire-junit47</artifactId> | ||
<version>3.1.2</version> | ||
</dependency> | ||
<!-- <dependency>--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be removed if it is not required.
@mdanish98 I can't activate the kafka modules, since they aren't spring3 ready - in their current configuration. @FrankSchnicke and @geso02 agreed on this and @geso02 will contribute related changes as soon as this pull request is merged. |
@alexgordtop yes sure I am removing those remarks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
Thanks a lot! |
No description provided.