[jbossws/jbossws-cxf] fc4bc7: Move to gmavenplus plugin to allow upgrading to a ...
by GitHub
Branch: refs/heads/JBWS-4027
Home: https://github.com/jbossws/jbossws-cxf
Commit: fc4bc7ed46ce3e71d8efe5f452accbe2f7b2147a
https://github.com/jbossws/jbossws-cxf/commit/fc4bc7ed46ce3e71d8efe5f452a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-03-15 (Wed, 15 Mar 2017)
Changed paths:
M .mvn/jvm.config
M modules/testsuite/cxf-tests/pom.xml
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-elytron.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-elytron.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-wildfly1000.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-wildfly1010.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-wildfly1100.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-wildfly902.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-ssl-mutual-auth-elytron.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-ssl-mutual-auth.groovy
M modules/testsuite/perf-tests/pom.xml
M modules/testsuite/perf-tests/src/test/scripts/perf.groovy
M modules/testsuite/shared-tests/pom.xml
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-elytron.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-elytron.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-elytron.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default.groovy
M pom.xml
Log Message:
-----------
Move to gmavenplus plugin to allow upgrading to a recent Groovy version supporting JDK9. Removing JDK9 props in jvm.config which are not needed anymore.
7 years, 9 months
[jbossws/jbossws-cxf] 01f701: [JBWS-4046] for (JBEAP-7742) PostConstruct method ...
by GitHub
Branch: refs/heads/jbossws-cxf-5.1.x
Home: https://github.com/jbossws/jbossws-cxf
Commit: 01f7016de3bec87f13aa21c324f1cd388411be6d
https://github.com/jbossws/jbossws-cxf/commit/01f7016de3bec87f13aa21c324f...
Author: Bartosz Spyrko-Smietanko <bspyrkos(a)redhat.com>
Date: 2017-03-13 (Mon, 13 Mar 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/ServerBeanCustomizer.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4046/DemoInterface.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4046/DemoServiceHandler.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4046/JBWS4046TestCase.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4046/v1/Demo.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4046/v2/Demo.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jbws4046/WEB-INF/web.xml
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jbws4046/handlers.xml
Log Message:
-----------
[JBWS-4046] for (JBEAP-7742) PostConstruct method not invoked on web service handler
7 years, 9 months