[resteasy/resteasy] 3ce157: [RESTEASY-3111] Properly inherit @Cache annotation...
by James R. Perkins
Branch: refs/heads/6.2
Home: https://github.com/resteasy/resteasy
Commit: 3ce1571ccc6977e82887d0b1adc3423b87c26d69
https://github.com/resteasy/resteasy/commit/3ce1571ccc6977e82887d0b1adc34...
Author: The-Huginn <rbudinsk(a)redhat.com>
Date: 2024-01-11 (Thu, 11 Jan 2024)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/annotations/cache/Cache.java
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/CacheControlFeature.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/CacheControlAnnotationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/CacheAnnotationInheritance.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/CacheControlAnnotationResourceInheritance.java
Log Message:
-----------
[RESTEASY-3111] Properly inherit @Cache annotation for base class.
Commit: eb63408cdc601d7067b5df3cfbed156c72e74ecd
https://github.com/resteasy/resteasy/commit/eb63408cdc601d7067b5df3cfbed1...
Author: The-Huginn <rbudinsk(a)redhat.com>
Date: 2024-01-11 (Thu, 11 Jan 2024)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/StringParameterInjector.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/QueryParamAsPrimitiveTest.java
Log Message:
-----------
[RESTEASY-3304] Return null upon missing value of parameter.
Commit: b028354919eaaee46c80804708a14543e278030c
https://github.com/resteasy/resteasy/commit/b028354919eaaee46c80804708a14...
Author: cghislai <charlyghislain(a)gmail.com>
Date: 2024-01-11 (Thu, 11 Jan 2024)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/InputStreamProvider.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/InputStreamResourceTest.java
Log Message:
-----------
Do not attempt to set 'Content-Length' header twice when sending an empty InputStream.
Fixes RESTEASY-3436
Revert workaround introduced in dac290140bd9bc8638849fc90143a28b3bcf3937 which does not appear to be required anymore
Signed-off-by: cghislai <charlyghislain(a)gmail.com>
Commit: a1d458c49e580df506b5f2fb30efdc56972f486d
https://github.com/resteasy/resteasy/commit/a1d458c49e580df506b5f2fb30efd...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-01-11 (Thu, 11 Jan 2024)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/annotations/cache/Cache.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/StringParameterInjector.java
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/CacheControlFeature.java
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/InputStreamProvider.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/InputStreamResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/CacheControlAnnotationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/CacheAnnotationInheritance.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/CacheControlAnnotationResourceInheritance.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/QueryParamAsPrimitiveTest.java
Log Message:
-----------
Merge pull request #3985 from jamezp/backports-6.2
Back port fixes to 6.2
Compare: https://github.com/resteasy/resteasy/compare/cb54683f3e2d...a1d458c49e58
10 months, 2 weeks
[resteasy/resteasy] eda7a3: Add a simple annotation and annotation processor t...
by James R. Perkins
Branch: refs/heads/6.2
Home: https://github.com/resteasy/resteasy
Commit: eda7a32f1a5228afdad554449b197c32d623530d
https://github.com/resteasy/resteasy/commit/eda7a32f1a5228afdad554449b197...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M testsuite/arquillian-utils/pom.xml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/FollowUpRequiredProcessor.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/annotations/FollowUpRequired.java
A testsuite/arquillian-utils/src/main/resources/META-INF/services/javax.annotation.processing.Processor
Log Message:
-----------
Add a simple annotation and annotation processor to indicate that that a test requires follow-up actions.
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 42d55b4f49ed2ca1869368f956a7f3e34fc97f97
https://github.com/resteasy/resteasy/commit/42d55b4f49ed2ca1869368f956a7f...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorManualOverrideTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ResponseTrimmingTest.java
Log Message:
-----------
[RESTEASY-3437] Add some tests to ignore when running in a container without a RESTEasy upgrade.
https://issues.redhat.com/browse/RESTEASY-3437
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: cb54683f3e2d15334ce42c7366b82e4c56ddd015
https://github.com/resteasy/resteasy/commit/cb54683f3e2d15334ce42c7366b82...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-01-11 (Thu, 11 Jan 2024)
Changed paths:
M testsuite/arquillian-utils/pom.xml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/FollowUpRequiredProcessor.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/annotations/FollowUpRequired.java
A testsuite/arquillian-utils/src/main/resources/META-INF/services/javax.annotation.processing.Processor
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorManualOverrideTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ResponseTrimmingTest.java
Log Message:
-----------
Merge pull request #3984 from jamezp/RESTEASY-3437-6.2
[RESTEASY-3437] Add some tests to ignore when running in a container …
Compare: https://github.com/resteasy/resteasy/compare/e596a74553dd...cb54683f3e2d
10 months, 2 weeks
[resteasy/resteasy] 3e803a: [RESTEASY-3437] Add some tests to ignore when runn...
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: 3e803aca30dae8f04876b40df097a2e4d042b90e
https://github.com/resteasy/resteasy/commit/3e803aca30dae8f04876b40df097a...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/CacheControlAnnotationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorManualOverrideTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ResponseTrimmingTest.java
Log Message:
-----------
[RESTEASY-3437] Add some tests to ignore when running in a container without a RESTEasy upgrade.
https://issues.redhat.com/browse/RESTEASY-3437
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 1a4cabd0569ad3e0e58ee12002c3b3aabbda5ad5
https://github.com/resteasy/resteasy/commit/1a4cabd0569ad3e0e58ee12002c3b...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/CacheControlAnnotationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorManualOverrideTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ResponseTrimmingTest.java
Log Message:
-----------
Merge pull request #3983 from jamezp/RESTEASY-3437
[RESTEASY-3437] Add some tests to ignore when running in a container …
Compare: https://github.com/resteasy/resteasy/compare/d7654d58fad4...1a4cabd0569a
10 months, 2 weeks