Date: Thu, 19 Aug 2021 19:10:09 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c618c925ff11 - main - www/axis2: Update to 1.8.0 Message-ID: <202108191910.17JJA9d0055182@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=c618c925ff11969e29d043660c0f047a5a9e84b3 commit c618c925ff11969e29d043660c0f047a5a9e84b3 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-08-19 19:06:05 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-08-19 19:09:44 +0000 www/axis2: Update to 1.8.0 Add new TOMCAT options and set version 8.5 as default because 7.0 is deprecated. From Apache Axis2 1.8.0 Release Note: Because of the HTTPClient 4.x changes and also JAX-WS changes in the 1.7.x series, users are strongly encouraged to update their axis2.xml. Changelog: https://axis.apache.org/axis2/java/core/release-notes/1.8.0.html --- www/axis2/Makefile | 15 ++-- www/axis2/distinfo | 6 +- www/axis2/pkg-message | 11 +++ www/axis2/pkg-plist | 214 +++++++++++++++++++++++++++++++++----------------- 4 files changed, 164 insertions(+), 82 deletions(-) diff --git a/www/axis2/Makefile b/www/axis2/Makefile index dbb2daab442d..b0edf9ff66e7 100644 --- a/www/axis2/Makefile +++ b/www/axis2/Makefile @@ -1,6 +1,5 @@ PORTNAME= axis2 -PORTVERSION= 1.7.9 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES= www java MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -18,8 +17,8 @@ NO_BUILD= yes NO_ARCH= yes OPTIONS_SINGLE= AS -OPTIONS_SINGLE_AS= TOMCAT7 TOMCAT85 -OPTIONS_DEFAULT= TOMCAT7 +OPTIONS_SINGLE_AS= TOMCAT7 TOMCAT85 TOMCAT9 TOMCAT10 +OPTIONS_DEFAULT= TOMCAT85 OPTIONS_DEFINE= EXAMPLES @@ -29,6 +28,12 @@ TOMCAT7_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 TOMCAT85_VARS= APPHOME=${LOCALBASE}/apache-tomcat-8.5 TOMCAT85_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat85 +TOMCAT9_VARS= APPHOME=${LOCALBASE}/apache-tomcat-9.0 +TOMCAT9_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat9 + +TOMCAT10_VARS= APPHOME=${LOCALBASE}/apache-tomcat-10.0 +TOMCAT10_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat10 + USE_JAVA= yes SHAREOWN= www SHAREGRP= www @@ -42,7 +47,7 @@ do-install: ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web && cd ${WRKSRC}/webapp/axis2-web && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web ) ( cd ${WRKSRC}/repository && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF ) ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf -.for f in axis2.policy axis2.xml commons-logging.properties log4j.properties +.for f in axis2.policy axis2.xml commons-logging.properties log4j2.xml ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf/${f}.sample .endfor ${MV} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml.sample diff --git a/www/axis2/distinfo b/www/axis2/distinfo index 7c4abfaf51b0..5efb90e53abe 100644 --- a/www/axis2/distinfo +++ b/www/axis2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543011370 -SHA256 (axis2-1.7.9-bin.zip) = 4c5124848be17bf63799e8ad5c7f6a07c75512f7c2798b78adbc24e856d20036 -SIZE (axis2-1.7.9-bin.zip) = 23094345 +TIMESTAMP = 1629395038 +SHA256 (axis2-1.8.0-bin.zip) = b1c3dd77fe54e960a72efab65df2980373b429a672be1ce84d92ed150c2bf796 +SIZE (axis2-1.8.0-bin.zip) = 35033716 diff --git a/www/axis2/pkg-message b/www/axis2/pkg-message new file mode 100644 index 000000000000..fef0397827b4 --- /dev/null +++ b/www/axis2/pkg-message @@ -0,0 +1,11 @@ +[ +{ + type: upgrade + maximum_version: "1.8.0" + message: <<EOM +From Apache Axis2 1.8.0 Release Note: Because of the HTTPClient 4.x changes and +also JAX-WS changes in the 1.7.x series, users are strongly encouraged to +update their axis2.xml. +EOM +} +] diff --git a/www/axis2/pkg-plist b/www/axis2/pkg-plist index 28885a93fae1..7606ef828866 100644 --- a/www/axis2/pkg-plist +++ b/www/axis2/pkg-plist @@ -2,7 +2,7 @@ %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/LICENSE %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/NOTICE %%APPHOME%%/webapps/axis2/WEB-INF/classes/commons-logging.properties -%%APPHOME%%/webapps/axis2/WEB-INF/classes/log4j.properties +%%APPHOME%%/webapps/axis2/WEB-INF/classes/log4j2.xml %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Action.class %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/ActionHandler.class @@ -19,7 +19,7 @@ @sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.sample @sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.sample @sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.sample -@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.sample +@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j2.xml.sample @mode 644 %%APPHOME%%/webapps/axis2/WEB-INF/include/LeftFrame.jsp %%APPHOME%%/webapps/axis2/WEB-INF/include/adminfooter.inc @@ -31,17 +31,16 @@ %%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.inc %%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.jsp @mode -%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-1.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/annotations-13.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2.7.7.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-0.7.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-0.8.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.21.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.21.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.21.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.2.21.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.3.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.3.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.3.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.3.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-%%PORTVERSION%%.jar @@ -51,9 +50,10 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-corba-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-fastinfoset-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-java2wsdl-%%PORTVERSION%%.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxbri-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxbri-codegen-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxws-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jibx-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jibx-codegen-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-json-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-kernel-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-metadata-%%PORTVERSION%%.jar @@ -70,90 +70,127 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-udp-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-xmpp-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-xmlbeans-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-6.4.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-findbugs-6.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-cli-1.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/checker-qual-3.8.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/codemodel-2.3.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-cli-1.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-cli-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-1.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-1.11.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-1.3.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-1.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-httpclient-3.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-httpclient-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-io-2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-io-2.11.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-io-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-logging-1.1.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-lang3-3.12.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-logging-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-logging-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed/geronimo-jaxws_2.2_spec-1.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed/geronimo-saaj_1.3_spec-1.0.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed/jaxb-api-2.2.6.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/dtd-parser-1.4.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/encoder-1.2.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed/geronimo-jaxws_2.2_spec-1.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/error_prone_annotations-2.5.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/failureaccess-1.0.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-annotation-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-annotation_1.0_spec-1.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-annotation_1.0_spec-1.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-jaxws-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-jaxws_2.2_spec-1.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-jaxws_2.2_spec-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-jta-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-saaj-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-saaj_1.3_spec-1.0.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-stax-api-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-ws-metadata-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-ws-metadata_2.0_spec-1.1.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/google-java-format-1.7.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-2.8.7.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.5.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/guava-30.1.1-jre.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.5.13.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.4.6.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.4.14.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-1.5rc3.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-api-2.2.6.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/istack-commons-runtime-3.0.12.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/istack-commons-tools-3.0.12.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/j2objc-annotations-1.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jakarta.activation-1.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jakarta.activation-api-1.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jakarta.annotation-api-1.3.5.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jakarta.jws-api-2.1.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jakarta.mail-1.6.7.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jakarta.xml.soap-api-1.4.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jakarta.xml.ws-api-2.3.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/javac-shaded-9+181-r4173-1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/javax.mail-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/javax.servlet-api-3.1.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/javax.transaction-api-1.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-api-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-impl-2.2.6.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-impl-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-xjc-2.2.6.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-core-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-jxc-2.3.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-jxc-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-runtime-2.3.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-runtime-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-xjc-2.3.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-xjc-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-1.1.6.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-1.2.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-2.2.6.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-rt-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-2.3.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-1.3.8.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-1.4.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-bind-1.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-bind-1.3.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-bind-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-run-1.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-run-1.3.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-run-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/joda-time-2.10.5.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jsr305-3.0.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jsr311-api-1.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jsr311-api-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/juli-6.0.53.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/juli-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/log4j-1.2.15.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/kotlin-stdlib-1.4.31.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/kotlin-stdlib-common-1.4.20.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/log4j-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/mail-1.4.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/mail-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/log4j-api-2.14.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/log4j-core-2.14.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/log4j-jcl-2.14.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/mex-%%PORTVERSION%%-impl.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-3.0.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/moshi-1.12.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/moshi-adapters-1.12.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-3.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api-3.1.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/okio-2.10.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/owasp-java-encoder-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/qdox-1.12.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/relaxng-datatype-2.3.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/rngom-2.3.4.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/saaj-api-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/saaj-impl-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/serializer-2.7.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/spring-aop-5.3.9.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/spring-expression-5.3.9.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/spring-jcl-5.3.9.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api-4.2.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api.LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.53.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/tomcat-juli-10.0.8.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/tomcat-tribes-10.0.8.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/txw2-2.3.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-1.0M10.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-4.2.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-6.2.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-1.6.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-1.6.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/xalan-2.7.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/xalan-2.7.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xalan-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/xml-resolver-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xml-resolver-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-2.6.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-3.0.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.5.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/xpp3-1.1.3.4.O.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/xsom-2.3.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/axis2-jaxws-mar-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-%%PORTVERSION%%.mar @@ -165,8 +202,6 @@ %%APPHOME%%/webapps/axis2/WEB-INF/services/services.list %%APPHOME%%/webapps/axis2/WEB-INF/services/version-%%PORTVERSION%%.aar %%APPHOME%%/webapps/axis2/WEB-INF/tags/status.tag -%%APPHOME%%/webapps/axis2/WEB-INF/views/listFaultyService.jsp -%%APPHOME%%/webapps/axis2/WEB-INF/views/listServices.jsp %%APPHOME%%/webapps/axis2/WEB-INF/views/admin/Login.jsp %%APPHOME%%/webapps/axis2/WEB-INF/views/admin/SelectService.jsp %%APPHOME%%/webapps/axis2/WEB-INF/views/admin/activateService.jsp @@ -190,6 +225,8 @@ %%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceContext.jsp %%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceGroupContext.jsp %%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewphases.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/listFaultyService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/listServices.jsp @sample %%APPHOME%%/webapps/axis2/WEB-INF/web.xml.sample %%APPHOME%%/webapps/axis2/axis2-web/Error/AuthError.html %%APPHOME%%/webapps/axis2/axis2-web/Error/GenError.html @@ -228,7 +265,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server/HelloWorldImpl.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/axis2.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/commons-logging.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/log4j.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/log4j2.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/web.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/README.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/pom.xml @@ -267,19 +304,13 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/src/org/apache/axis2/jaxws/sample/dynamic/DynamicServiceProvider.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/README.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/BaseDataTypesDocLitB.wsdl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd0.xsd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd1.xsd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd2.xsd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/com/microsoft/schemas/_2003/_10/serialization/ObjectFactory.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleClient.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleService.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/DateTimeOffset.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/ObjectFactory.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/package-info.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/BaseDataTypesDocLitBService.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/IBaseDataTypesDocLitB.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/main/java/org/apache/axis2/jaxws/interop/InteropSampleClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/main/java/org/apache/axis2/jaxws/interop/InteropSampleService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/main/resources/META-INF/BaseDataTypesDocLitB.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/main/resources/META-INF/xsd0.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/main/resources/META-INF/xsd1.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/main/resources/META-INF/xsd2.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/test/java/org/apache/axis2/jaxws/interop/InteropSampleTest.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/pom.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/SampleClient.java @@ -330,7 +361,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/servlet/MTOMSampleServlet.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/axis2.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/commons-logging.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/log4j.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/log4j2.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/org/apache/axis2/jaxws/samples/echo/loghandler.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoEchoPing.jsp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoMTOM.jsp @@ -469,6 +500,43 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LogHandler.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LoggingModule.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/META-INF/module.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/resources-axis2/conf/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/resources-axis2/login_resources/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/resources-axis2/test_service_resources/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/Axis2Application.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/configuration/Axis2WebAppInitializer.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/hibernate/dao/SpringSecurityDAOImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/requestactivity/Axis2UserDetails.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/BadRequestMatcher.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/HTTPPostOnlyRejectionFilter.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/JWTAuthenticationFilter.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/JWTAuthenticationProvider.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/JWTAuthenticationSuccessHandler.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/JWTAuthenticationToken.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/JWTTokenAuthenticationException.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/JWTTokenMalformedException.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/JWTTokenMissingException.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/JWTUserDTO.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/LoginDTO.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/RequestAndResponseValidatorFilter.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/RestAuthenticationEntryPoint.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/WSLoginFilter.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/WSSecUtils.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/webservices/TestwsRequest.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/webservices/TestwsResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/webservices/TestwsService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/webservices/secure/LoginRequest.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/webservices/secure/LoginResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/webservices/secure/LoginService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/resources/ESAPI.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/resources/application.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/resources/esapi-java-logging.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/resources/log4j2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/springbootdemo/src/main/webapp/WEB-INF/jboss-web.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/.settings/org.eclipse.jdt.core.prefs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/.settings/org.eclipse.jdt.ui.prefs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/README.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/build.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/pom.xml @@ -487,8 +555,6 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchClient.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/UserInterface.java -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/docs -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/lib @mode 755 @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108191910.17JJA9d0055182>