Re: [PR] Bump org.eclipse.persistence:org.eclipse.persistence.moxy from 4.0.3 to 4.0.4 [cxf]

2024-07-23 Thread via GitHub
reta merged PR #1977: URL: https://github.com/apache/cxf/pull/1977 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For q

Re: [PR] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 [cxf-build-utils]

2024-07-23 Thread via GitHub
reta merged PR #109: URL: https://github.com/apache/cxf-build-utils/pull/109 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.

Re: [PR] Bump cxf.wiremock.version from 3.8.0 to 3.9.0 [cxf]

2024-07-23 Thread via GitHub
reta merged PR #1976: URL: https://github.com/apache/cxf/pull/1976 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For q

[PR] [CXF-9042] Fixed non-idempotent unit tests [cxf]

2024-07-23 Thread via GitHub
kaiyaok2 opened a new pull request, #1978: URL: https://github.com/apache/cxf/pull/1978 Fixes https://issues.apache.org/jira/browse/CXF-9042 # The Problem Some unit tests are non-idempotent, as they pass in the first run but fail in the second run in the same environment. A