[resteasy/resteasy] 7a2d88: Bump version.org.wildfly.galleon-plugins from 6.2....
by dependabot[bot]
Branch: refs/heads/dependabot/maven/version.org.wildfly.galleon-plugins-6.2.3.Final
Home: https://github.com/resteasy/resteasy
Commit: 7a2d88f55896a28efb72f9472aeda3c584b61894
https://github.com/resteasy/resteasy/commit/7a2d88f55896a28efb72f9472aeda...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M pom.xml
Log Message:
-----------
Bump version.org.wildfly.galleon-plugins from 6.2.2.Final to 6.2.3.Final
Bumps `version.org.wildfly.galleon-plugins` from 6.2.2.Final to 6.2.3.Final.
Updates `wildfly-galleon-plugins` from 6.2.2.Final to 6.2.3.Final
Updates `wildfly-config-gen` from 6.2.2.Final to 6.2.3.Final
Updates `wildfly-galleon-maven-plugin` from 6.2.2.Final to 6.2.3.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>
1 year, 11 months
[resteasy/resteasy] fdf6b2: [RESTEASY-3278] Remove the Creaper test dependency...
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: fdf6b2a4685b7d6f58f79d8936caf79ea391a637
https://github.com/resteasy/resteasy/commit/fdf6b2a4685b7d6f58f79d8936caf...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M resteasy-dependencies-bom/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AllowTraceMethodSetupTask.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/SnapshotServerSetupTask.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/ServerReload.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtil.java
M testsuite/integration-tests/pom.xml
R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/UndertowTestRunner.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsyncInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/EntityBufferingInFileTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/RxInvokerTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/TraceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/GzipSizeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/logging/DebugLoggingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingDebugLoggingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/DebugLoggingServerSetup.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SecurityContextTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslSniHostNamesTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/warning/SubResourceWarningTest.java
R testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/ssl-batch-command.txt
Log Message:
-----------
[RESTEASY-3278] Remove the Creaper test dependency and use Arquillian or WildFly standard operations.
https://issues.redhat.com/browse/RESTEASY-3278
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: ce60d03775b7e69865fe48df38f5aa2b464592b9
https://github.com/resteasy/resteasy/commit/ce60d03775b7e69865fe48df38f5a...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M resteasy-dependencies-bom/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AllowTraceMethodSetupTask.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/SnapshotServerSetupTask.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/ServerReload.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtil.java
M testsuite/integration-tests/pom.xml
R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/UndertowTestRunner.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsyncInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/EntityBufferingInFileTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/RxInvokerTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/TraceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/GzipSizeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/logging/DebugLoggingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingDebugLoggingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/DebugLoggingServerSetup.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SecurityContextTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslSniHostNamesTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/warning/SubResourceWarningTest.java
R testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/ssl-batch-command.txt
Log Message:
-----------
Merge pull request #3393 from jamezp/remove-creaper
[RESTEASY-3278] Remove the Creaper test dependency and use Arquillian…
Compare: https://github.com/resteasy/resteasy/compare/1e39e20cc9ac...ce60d03775b7
1 year, 11 months