-
Notifications
You must be signed in to change notification settings - Fork 3
MLE-26538 Merging main into develop and bumping version #582
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
Conversation
Bumps [uri](https://github.com/ruby/uri) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/ruby/uri/releases) - [Commits](ruby/uri@v0.13.2...v0.13.3) --- updated-dependencies: - dependency-name: uri dependency-version: 0.13.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
MLE-26538 Merge release/2.0.0 into main
|
Copyright Validation Results ⏭️ Skipped (Excluded) Files
✅ All files have valid copyright headers! |
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.
Pull request overview
This PR merges changes from the main branch into the develop branch and bumps the project version from 2.0.0-SNAPSHOT to 2.1-SNAPSHOT. The changes primarily update Java version requirements from Java 11/17 to Java 17/21 across documentation, update a dependency to resolve a CVE, and adjust copyright configuration.
Changes:
- Version bump from 2.0.0-SNAPSHOT to 2.1-SNAPSHOT
- Java version requirements updated from Java 11/17 to Java 17/21 throughout documentation
- Added assertj-core dependency update to resolve CVE-2026-24400
- Updated copyright configuration to exclude markdown files
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| gradle.properties | Bumps version to 2.1-SNAPSHOT |
| flux-custom-splitter-example/README.md | Updates Java version requirement from 11+ to 17/21 |
| flux-cli/build.gradle | Adds assertj-core dependency to resolve CVE |
| docs/index.md | Updates system requirements to Java 17/21 and removes Java 21 testing caveat |
| docs/import/embedder/custom-integration.md | Updates Java requirement to 17/21 |
| docs/api.md | Updates Java version reference to 17/21 |
| .copyrightconfig | Adds *.md to excluded files list |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.