Update version to 11.0.1-SNAPSHOT and add maven-surefire-plugin confi…#489
Merged
Conversation
…guration for test execution. Update README for release process and adjust security support status for versions.
vaibhav-db
approved these changes
Jun 3, 2026
Updated README.md to reflect new project information and badges.
This file contains hidden or 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
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.
This pull request updates the project to version
11.0.1-SNAPSHOT, updates dependencies across multiple modules to match this version, and makes improvements to the release process and tooling. It also updates the security policy to reflect the supported versions.Version and Dependency Updates:
11.0.0-SNAPSHOTto11.0.1-SNAPSHOTin all relevantpom.xmlfiles, including demos, libraries, and tools, to ensure consistency across the project. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29]Build and Tooling Improvements:
maven-surefire-pluginversion to3.2.5and moved its configuration topluginManagementin the rootpom.xmlfor better build consistency and future maintenance. [1] [2].vscode/settings.jsonto configure Java build settings for developers using VS Code.Release Process Documentation:
README.md, removing outdated Maven commands and updating the tagging and release steps. [1] [2]Security Policy Update:
SECURITY.mdto indicate that only version11.x.xis currently supported with security updates; support for10.x.xand9.x.xhas ended.Dependency Correction:
libs/chat-workflow-testing/pom.xmlfromjunit-jupiter-enginetojunit-jupiterfor proper test execution.…guration for test execution. Update README for release process and adjust security support status for versions.