[resteasy/resteasy] 6d2d95: Bump version.org.apache.james.apache-mime4j from 0...
by dependabot[bot]
Branch: refs/heads/dependabot/maven/6.2/version.org.apache.james.apache-mime4j-0.8.13
Home: https://github.com/resteasy/resteasy
Commit: 6d2d95248395ecd760499ff210783cfb99f41294
https://github.com/resteasy/resteasy/commit/6d2d95248395ecd760499ff210783...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump version.org.apache.james.apache-mime4j from 0.8.12 to 0.8.13
Bumps `version.org.apache.james.apache-mime4j` from 0.8.12 to 0.8.13.
Updates `org.apache.james:apache-mime4j-core` from 0.8.12 to 0.8.13
Updates `org.apache.james:apache-mime4j-dom` from 0.8.12 to 0.8.13
Updates `org.apache.james:apache-mime4j-storage` from 0.8.12 to 0.8.13
---
updated-dependencies:
- dependency-name: org.apache.james:apache-mime4j-core
dependency-version: 0.8.13
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.james:apache-mime4j-dom
dependency-version: 0.8.13
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.james:apache-mime4j-storage
dependency-version: 0.8.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 3 weeks
[resteasy/resteasy] 3f9955: Bump version.org.apache.james.apache-mime4j from 0...
by dependabot[bot]
Branch: refs/heads/dependabot/maven/version.org.apache.james.apache-mime4j-0.8.13
Home: https://github.com/resteasy/resteasy
Commit: 3f99558b27eecc10f85c27668cbfbc6658ff9d07
https://github.com/resteasy/resteasy/commit/3f99558b27eecc10f85c27668cbfb...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump version.org.apache.james.apache-mime4j from 0.8.12 to 0.8.13
Bumps `version.org.apache.james.apache-mime4j` from 0.8.12 to 0.8.13.
Updates `org.apache.james:apache-mime4j-core` from 0.8.12 to 0.8.13
Updates `org.apache.james:apache-mime4j-dom` from 0.8.12 to 0.8.13
Updates `org.apache.james:apache-mime4j-storage` from 0.8.12 to 0.8.13
---
updated-dependencies:
- dependency-name: org.apache.james:apache-mime4j-core
dependency-version: 0.8.13
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.james:apache-mime4j-dom
dependency-version: 0.8.13
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.james:apache-mime4j-storage
dependency-version: 0.8.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 3 weeks
[resteasy/resteasy] 371d53: RESTEASY-2962 - The ReverseInjectionTest.testMDB t...
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: 371d53c59f7acaf40a63a4e585f5335245e07841
https://github.com/resteasy/resteasy/commit/371d53c59f7acaf40a63a4e585f53...
Author: Jason Lee <jason(a)steeplesoft.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/ReverseInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBook.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookCollection.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookMDB.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookResource.java
Log Message:
-----------
RESTEASY-2962 - The ReverseInjectionTest.testMDB test does correct work
Decouple MDB, EJB, and Rest Resource
Remove use of latch to determine when to read back from DB
Move "business logic" into the EJB and out of the Rest layer
Modify test to poll w/timeout for results from server
Commit: 8bc4c8075b3ff5bbe32e7f2fcadf0feb0bd5eee8
https://github.com/resteasy/resteasy/commit/8bc4c8075b3ff5bbe32e7f2fcadf0...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/ReverseInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBook.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookCollection.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookMDB.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookResource.java
Log Message:
-----------
Merge pull request #4617 from jasondlee/RESTEASY-2962
RESTEASY-2962 - The ReverseInjectionTest.testMDB test does correct work
Compare: https://github.com/resteasy/resteasy/compare/2b2fc7eab41a...8bc4c8075b3f
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 3 weeks
[resteasy/resteasy] 1ef605: RESTEASY-3292 - Create a provider for java.nio.fil...
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: 1ef6051277b3a1d3955ccb18c92413195acc962a
https://github.com/resteasy/resteasy/commit/1ef6051277b3a1d3955ccb18c9241...
Author: Jason Lee <jason(a)steeplesoft.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
A resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/AbstractDiskIoProvider.java
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/FileProvider.java
A resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/PathProvider.java
M resteasy-core/src/main/resources/META-INF/services/jakarta.ws.rs.ext.Providers
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/FileProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/PathProviderTest.java
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/param/dummy.txt
Log Message:
-----------
RESTEASY-3292 - Create a provider for java.nio.file.Path
Add a new PathProvider that matches FileProvider
Create an abstract base class for shared functionality
Add tests for FileProvider and PathProvider
Commit: 2b2fc7eab41a291b5df87c11e19741f8506993fa
https://github.com/resteasy/resteasy/commit/2b2fc7eab41a291b5df87c11e1974...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
A resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/AbstractDiskIoProvider.java
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/FileProvider.java
A resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/PathProvider.java
M resteasy-core/src/main/resources/META-INF/services/jakarta.ws.rs.ext.Providers
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/FileProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/PathProviderTest.java
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/param/dummy.txt
Log Message:
-----------
Merge pull request #4622 from jasondlee/RESTEASY-3292
RESTEASY-3292 - Create a provider for java.nio.file.Path
Compare: https://github.com/resteasy/resteasy/compare/682fddeee73d...2b2fc7eab41a
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 4 weeks