-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Encode url path segments & query parameters #4163
Conversation
NewAgeCZ
commented
Mar 5, 2023
- Extend test suite with instanceId value that requires encoding
- Fix url encoding in both RestTemplate & WebClient
Updates for java 17, framework 6, boot 3 and jakarta ee Eureka still not compatible with jakarta ee
Updates for java 17, framework 6, boot 3 and jakarta ee Eureka still not compatible with jakarta ee
Configures duplicate-finder-maven-plugin to ignore tests.
* Updates eureka to version 2.0.0-SNAPSHOT * Updates to renamed jersey3 modules and classes * Removes unused import * Adds netflix snapshot repository
Bumps `testcontainers.version` from 1.19.7 to 1.19.8. Updates `org.testcontainers:mockserver` from 1.19.7 to 1.19.8 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.7...1.19.8) Updates `org.testcontainers:junit-jupiter` from 1.19.7 to 1.19.8 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.7...1.19.8) --- updated-dependencies: - dependency-name: org.testcontainers:mockserver dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…d#4289) Bumps [org.glassfish.hk2:spring-bridge](https://github.com/eclipse-ee4j/glassfish-hk2) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/eclipse-ee4j/glassfish-hk2/releases) - [Changelog](https://github.com/eclipse-ee4j/glassfish-hk2/blob/master/CHANGELOG) - [Commits](https://github.com/eclipse-ee4j/glassfish-hk2/commits) --- updated-dependencies: - dependency-name: org.glassfish.hk2:spring-bridge dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Hello @NewAgeCZ, thanks for the PR. It seems we must have overlooked it (most probably since it targets 3.1.x
that's been out of maintenance for quite some time). Sorry for this.
Looks good, however, can you please resubmit these changes against the main
branch? Also. please add your full name and surname with the @author
tag to the javadocs of all the classes you've modified, and also update the date Strings in the license comments on top of the modified classes to -2024
if not done already.
Fixes gh-4121. |
624ed49
to
5eacda7
Compare
Hi @OlgaMaciaszek , apologies, I had done fixes to both 3.1.x and main and mismatched the branches. Closing this now, please continue at #4291 |