sdk-java
sdk-java copied to clipboard
Bump org.jboss.resteasy:resteasy-client from 6.0.3.Final to 6.2.8.Final
Bumps org.jboss.resteasy:resteasy-client from 6.0.3.Final to 6.2.8.Final.
Release notes
Sourced from org.jboss.resteasy:resteasy-client's releases.
6.2.8.Final
What's Changed
- [RESTEASY-3439] Use the resolved ConfigurationFactory when creating t… by
@jamezp
in resteasy/resteasy#3997- [RESTEASY-3440] Bump the netty-vertx-dependencies group with 11 updates by
@dependabot
in resteasy/resteasy#3998- Bump org.wildfly.plugins:wildfly-maven-plugin from 4.2.1.Final to 4.2.2.Final by
@dependabot
in resteasy/resteasy#4003- [RESTEASY-3445] Correctly add headers to output by
@jamezp
in resteasy/resteasy#4014- [RESTEASY-3443] In the JsonProcessingExceptionMapper currently return… by
@jamezp
in resteasy/resteasy#4015- [RESTEASY-3205] Change Content-Type to text/plain for Security filter by
@jamezp
in resteasy/resteasy#4019- [RESTEASY-3448] Bump version.org.eclipse.jetty from 11.0.18 to 11.0.20 by
@dependabot
in resteasy/resteasy#4008- [RESTEASY-3455] Bump version.io.undertow from 2.3.10.Final to 2.3.12.Final by
@dependabot
in resteasy/resteasy#4041- [RESTEASY-3449] Allow the SizeUnitTestCase to pass in all locales. by
@jamezp
in resteasy/resteasy#4043- [RESTEASY-3278] Remove the Creaper test dependency and use Arquillian… by
@jamezp
in resteasy/resteasy#4047- [RESTEASY-3458] Bump version.org.apache.james.apache-mime4j from 0.8.9 to 0.8.10 by
@dependabot
in resteasy/resteasy#4046- [RESTEASY-3461] Bump the fasterxml-dependencies group with 8 updates by
@dependabot
in resteasy/resteasy#4034- [RESTEASY-3387] Use java.util.Locale to parse the languages from the Accept-Language … by
@jamezp
in resteasy/resteasy#4055- [RESTEASY-3462] Bump the netty-vertx-dependencies group with 12 updates by
@dependabot
in resteasy/resteasy#4025- [RESTEASY-3464] Deprecate the DerUtils.decodePrivateKey methods. by
@jamezp
in resteasy/resteasy#4065- [RESTEASY-3466] Override the provisioning plugins in the wildfly-buil… by
@jamezp
in resteasy/resteasy#4071- [6.2] [RESTEASY-3388] Back port the JUnit 5 migration to the 6.2 branch by
@jamezp
in resteasy/resteasy#4072- [RESTEASY-3468] Only allow the getContent methods with arguments to b… by
@jamezp
in resteasy/resteasy#4079- [RESTEASY-3467] Bump version.org.apache.james.apache-mime4j from 0.8.10 to 0.8.11 by
@dependabot
in resteasy/resteasy#4081- [RESTEASY-3465] Use an FIFO map for the form data. by
@jamezp
in resteasy/resteasy#4088- [RESTEASY-3388] code changes supporting junit5 (integration-tests-emb… by
@jamezp
in resteasy/resteasy#4090- [RESTEASY-3471] Use the LocaleHelper where appropriate and allow the … by
@jamezp
in resteasy/resteasy#4094- [RESTEASY-3450] removed Hamcrest statements. Replaced with junit5 As… by
@jamezp
in resteasy/resteasy#4097- [RESTEASY-3470] Ensure idle connections are evicted. by
@jamezp
in resteasy/resteasy#4099- [RESTEASY-3463] Create an API for getting the EntityPart's from the m… by
@jamezp
in resteasy/resteasy#4095- [RESTEASY-3473] Deprecate the public facing Apache HTTP Client API's … by
@jamezp
in resteasy/resteasy#4101- [RESTEASY-3388] Final migrations of JUnit 4 to JUnit 5 by
@jamezp
in resteasy/resteasy#4103Full Changelog: https://github.com/resteasy/resteasy/compare/6.2.7.Final...6.2.8.Final
6.2.7.Final
What's Changed
- Bump org.jboss.arquillian:arquillian-bom from 1.7.1.Final to 1.7.2.Final by
@dependabot
in resteasy/resteasy#3911- Bump org.wildfly.plugins:wildfly-maven-plugin from 4.2.0.Final to 4.2.1.Final by
@dependabot
in resteasy/resteasy#3921- Bump actions/setup-java from 3 to 4 by
@dependabot
in resteasy/resteasy#3935- [RESTEASY-3380 ]Introduce an ExceptionMapper which handles JsonProces… by
@jamezp
in resteasy/resteasy#3929- [RESTEASY-3385] Async request filters using
suspend
/resume
on `Su… by@topak27
in resteasy/resteasy#3939- Bump the netty-vertx-dependencies group with 11 updates by
@dependabot
in resteasy/resteasy#3960- Bump actions/download-artifact from 3 to 4 by
@dependabot
in resteasy/resteasy#3952- Bump actions/upload-artifact from 3 to 4 by
@dependabot
in resteasy/resteasy#3951- Bump the dependencies group with 1 update by
@dependabot
in resteasy/resteasy#3971- [RESTEASY-3437] Add some tests to ignore when running in a container … by
@jamezp
in resteasy/resteasy#3984- [RESTEASY-3111] Properly inherit
@Cache
annotation for base class. by@jamezp
in resteasy/resteasy#3985- [RESTEASY-3304] Return null upon missing value of parameter. by
@jamezp
in resteasy/resteasy#3985- Do not attempt to set 'Content-Length' header twice when sending an e… by
@jamezp
in resteasy/resteasy#3985- [RESTEASY-3427] Changed the dev.resteasy group ID prefix to org.jboss… by
@jamezp
in resteasy/resteasy#3988
... (truncated)
Commits
cc12c9c
Prepare for 6.2.8.Final release87f8d3a
[RESTEASY-3463] Add the missing@RequiresModule
annotation for the entity par...2284d84
Merge pull request #4103 from jamezp/RESTEASY-3388-6.2f1244be
[RESTEASY-3388] Migrate JUnit 4 example to JUnit 5.495fe2f
[RESTEASY-3388] Remove the junit:junit dependency.84f5c38
[RESTEASY-3477] Migrate the resteasy-netty4-cdi to JUnit 5.a4f1e8f
[RESTEASY-3476] Migrate the resteasy-jaxb-provider to JUnit 5.3cf17f3
[RESTEASY-3475] Migrate the resteasy-html to JUnit 5.17f14e2
[RESTEASY-3474] Migrate the resteasy-atom-provider to JUnit 5.719214c
Merge pull request #4101 from jamezp/RESTEASY-3473-6.2- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)