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

CDR-1442 fix class not found #9

Merged
merged 5 commits into from
May 31, 2024

Conversation

alexlehn
Copy link
Contributor

@alexlehn alexlehn commented May 30, 2024

Description

Uses nullable/nonnull annotation from spring instead of javax.annotations because this was missing on the classpath. Also explained the properties import/export a little bit more. For more infos see #7.

Further more fixed the maven setup so that the integration tests are running only once, using the failsafe plugin and not a second time by surefire. During this change a new skipTests property was added as well.

@alexlehn alexlehn marked this pull request as ready for review May 30, 2024 06:48
@alexlehn alexlehn requested a review from HolgerReiseVSys May 30, 2024 06:48
@alexlehn alexlehn merged commit 2734f1b into develop May 31, 2024
1 check passed
@alexlehn alexlehn deleted the feature/CDR-1442-fix-class-not-found branch May 31, 2024 14:31
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.

Migration via Docker Compose with java.lang.ClassNotFoundException: javax.annotation.Nullable
2 participants