-
Notifications
You must be signed in to change notification settings - Fork 3
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
Spring 3 + Mac #138
Merged
Merged
Spring 3 + Mac #138
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try with 17.0.2 javafx (not recommended to mix with java 11 target)
…issue on mac (which does not evaluate to "is linux")
Kudos, SonarCloud Quality Gate passed! |
SonarCloud Quality Gate failed. |
Death111
commented
May 4, 2023
upgrade Spring Boot to 3.1.3
* remove no longer needed workaround dependencies
* fixes 'Parameter 'finalName' is read-only, must not be used in configuration'
* fixes warnings: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20....
Quality Gate failedFailed conditions |
Death111
commented
Apr 7, 2024
Death111
commented
Apr 7, 2024
…property to be set again via CI
…acOS method in OS class
- Introduced a static final variable `OS_NAME` to store the lowercased OS name, reducing repeated calls to `System.getProperty()`. - Updated methods `isWindows()`, `isLinux()`, `getOSName()`, and `isMacOS()` to utilize the new `OS_NAME` variable for improved performance and readability.
- Updated Spring Boot version from 3.1.10 to 3.4.1 for improved features and security. - Upgraded Maven Dependency Check version from 9.1.0 to 11.1.1 to enhance dependency scanning capabilities.
Quality Gate failedFailed conditions |
sesturm
approved these changes
Jan 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test-branch for a Mac M1: