-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore: 0.6.0 release #42
Merged
Merged
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
Merge 'release-0.4.0' into 'develop'
Bump version to 0.5.0-SNAPSHOT
- Example Adapter is run as a self-contained Java application, with an embedded web container. - Change the context path from to . - Add support for Java 11. - Update documentation.
…g-boot Example Apdapter: change to spring boot
The `connection` is only supposed to require read-access and ideally can be used anonymously, so use HTTPS instead SSH as a Git transport. The `url` should point to "A publicly browsable repository", not a Git clone URL, so fix this as well. See [1] for context. [1]: https://maven.apache.org/pom.html#SCM Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
build(Maven): Fix SCM metadata in the parent POM
* fix cloning the soap message when the source message contains attachments * add operations to example-adapter for attachment testing * getAttachments and storeAttachments examples
#34) * chore: keeping the order of attachments in test service * docs: wsdl documentation for storeAttachments, getAttachments operations
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Refs: XRDDEV-2628
Support for newer java versions and frameworks
* build: maven repository publishing credentials Refs: XRDDEV-2628 * build: disable javadoc jars for individual modules Refs: XRDDEV-2628
* ci: introduce github action for building and running tests Refs: XRDDEV-2628 * build: enable sonarqube gradle plugin Refs: XRDDEV-2628 * ci: enable sonar integration for gh action Refs: XRDDEV-2628 * ci: enable jdk 17 Refs: XRDDEV-2628 * ci: fixed sonar parameters Refs: XRDDEV-2628 * ci: limit building on push to develop only Refs: XRDDEV-2628
* fix: fixed some sonar issues Refs: XRDDEV-2628 * test: added coverage for SOAPHelper Refs: XRDDEV-2628 * chore: fixed some sonar issues Refs: XRDDEV-2628 * chore: fixed some sonar issues Refs: XRDDEV-2628 * chore: fixed some sonar issues Refs: XRDDEV-2628 * test: added coverage Refs: XRDDEV-2628 * ci: build example-adapter Refs: XRDDEV-2628
Refs: XRDDEV-2628
Quality Gate passedIssues Measures |
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
andresrosenthal
approved these changes
Oct 18, 2024
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.
No description provided.