[resteasy/resteasy] 0eae93: Bump version.org.wildfly.galleon-plugins from 7.1....
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: 0eae93d5b04dd19b8b1192c4abefc267c3ca0ea6
https://github.com/resteasy/resteasy/commit/0eae93d5b04dd19b8b1192c4abefc...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Bump version.org.wildfly.galleon-plugins from 7.1.1.Final to 7.1.2.Final
Bumps `version.org.wildfly.galleon-plugins` from 7.1.1.Final to 7.1.2.Final.
Updates `org.wildfly.galleon-plugins:wildfly-galleon-plugins` from 7.1.1.Final to 7.1.2.Final
Updates `org.wildfly.galleon-plugins:wildfly-config-gen` from 7.1.1.Final to 7.1.2.Final
Updates `org.wildfly.galleon-plugins:wildfly-galleon-maven-plugin` from 7.1.1.Final to 7.1.2.Final
---
updated-dependencies:
- dependency-name: org.wildfly.galleon-plugins:wildfly-galleon-plugins
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.wildfly.galleon-plugins:wildfly-config-gen
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.wildfly.galleon-plugins:wildfly-galleon-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 9787aa15c178ba2b100c7c63f445da23ce1496b1
https://github.com/resteasy/resteasy/commit/9787aa15c178ba2b100c7c63f445d...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Merge pull request #4254 from resteasy/dependabot/maven/version.org.wildfly.galleon-plugins-7.1.2.Final
Bump version.org.wildfly.galleon-plugins from 7.1.1.Final to 7.1.2.Final
Compare: https://github.com/resteasy/resteasy/compare/ae8e163174b5...9787aa15c178
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 2 weeks
[resteasy/resteasy] e21113: [RESTEASY-3520] If the generic type cannot be reso...
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: e21113b064fb1f12bdddb95f43ec99457b15b5ce
https://github.com/resteasy/resteasy/commit/e21113b064fb1f12bdddb95f43ec9...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/providerfactory/ResteasyProviderFactoryImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/InjectedProviderClientTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/resources/EchoResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/resources/EnumHeaderDelegate.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/resources/JsonToString.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/resources/JsonToStringContextResolver.java
Log Message:
-----------
[RESTEASY-3520] If the generic type cannot be resolved for a ContextResolver, check the super type for resolution. This is for cases when the ContextResolver implementation might be a CDI client proxy.
https://issues.redhat.com/browse/RESTEASY-3520
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 60cf6500dc5d92971ec26f78dee038f72b35c86a
https://github.com/resteasy/resteasy/commit/60cf6500dc5d92971ec26f78dee03...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/providerfactory/ResteasyProviderFactoryImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/InjectedProviderClientTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/resources/EchoResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/resources/EnumHeaderDelegate.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/resources/JsonToString.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/context/resources/JsonToStringContextResolver.java
Log Message:
-----------
Merge pull request #4251 from jamezp/RESTEASY-3520
[RESTEASY-3520] If the generic type cannot be resolved for a ContextR…
Compare: https://github.com/resteasy/resteasy/compare/d622235a08c9...60cf6500dc5d
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 2 weeks