Skip to content

Housekeeping: Bump to Java 25 and Spring Boot 3.5#191

Open
Net-burst wants to merge 4 commits into
masterfrom
housekeeping/java-25
Open

Housekeeping: Bump to Java 25 and Spring Boot 3.5#191
Net-burst wants to merge 4 commits into
masterfrom
housekeeping/java-25

Conversation

@Net-burst

Copy link
Copy Markdown
Collaborator

No description provided.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment on lines +8 to +9
schedule:
- cron: '0 3 * * 1'

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please remove.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

We made the same thing for PBS so that scan periodically triggers on schedule in master branch too. Notifications from such scans go into the Security section on GitHub. At least they should go, although I never saw any.

Comment on lines +26 to +33
Optional.ofNullable(properties.getRedis())
.map(redis ->
redis.entrySet()
.stream()
.collect(Collectors.toMap(
Map.Entry::getKey,
entry -> getReactiveRepository(entry.getValue()))))
.orElse(Map.of());

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This one has been unhandled on purpose. Since Module-storage endpoint is unconditional - you should have configuration (at least empty one, which is provided in default spring profile in application.yml). So I don't see a reason why we should change this behavior. Please, revert.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Spring Boot 3.5 resolves this config redis: {} as null. Which makes old code throw NPE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants