Skip to content
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

Merged

Conversation

alexgordtop
Copy link
Contributor

No description provided.

@FrankSchnicke
Copy link
Contributor

Closes #113

alexgordtop and others added 8 commits November 21, 2023 12:32
# 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
Copy link
Contributor

@mdanish98 mdanish98 left a 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>
Copy link
Contributor

@mdanish98 mdanish98 Nov 29, 2023

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>
Copy link
Contributor

@mdanish98 mdanish98 Nov 29, 2023

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?

Copy link
Contributor Author

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>
Copy link
Contributor

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>-->
Copy link
Contributor

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.

@alexgordtop
Copy link
Contributor Author

@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.

@mdanish98
Copy link
Contributor

@alexgordtop yes sure I am removing those remarks.

Copy link
Contributor

@mdanish98 mdanish98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@FrankSchnicke FrankSchnicke merged commit 0b89282 into eclipse-basyx:main Nov 30, 2023
2 checks passed
@FrankSchnicke
Copy link
Contributor

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants