Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: b387cc274888e3b5c4d54c73051f8bc4946d9349
https://github.com/resteasy/resteasy/commit/b387cc274888e3b5c4d54c73051f8...
Author: Jason Lee <jason(a)steeplesoft.com>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/iioimage/IIOImageProviderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/iioimage/resource/ImageResource.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/iioimage/test.png
R
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/iioimage/test1.png
R
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/iioimage/test2.png
Log Message:
-----------
[6.2] RESTEASY-3615 - TestIIOImageProvider.testPostPNGImage() fails on certain JDKS
Add function to create new PNG using same JDK as test and server
* Load existing image from disk
* Create new PNG use Java APIs
* Write image back to disk in a temp file
* Use new file for the remainder of the test
General code cleanup to remove now-superfluous bits
Commit: b5eaf461942c76f2e7d010334c6931a781e010c8
https://github.com/resteasy/resteasy/commit/b5eaf461942c76f2e7d010334c693...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/iioimage/IIOImageProviderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/iioimage/resource/ImageResource.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/iioimage/test.png
R
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/iioimage/test1.png
R
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/iioimage/test2.png
Log Message:
-----------
Merge pull request #4639 from jasondlee/RESTEASY-3615-6.2
[6.2] RESTEASY-3615 - TestIIOImageProvider.testPostPNGImage() fails on certain JDKs
Compare:
https://github.com/resteasy/resteasy/compare/c42fa64040c7...b5eaf461942c
To unsubscribe from these emails, change your notification settings at
https://github.com/resteasy/resteasy/settings/notifications