[axis-axis2-java-core] branch master updated: AXIS2-6011 add release note explaining webapps-javaee dir for Tomcat 10 users
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 657eb73 AXIS2-6011 add release note explaining webapps-javaee dir for Tomcat 10 users 657eb73 is described below commit 657eb7352c35f308cec1defe2cb81be9dc1ffa2f Author: Robert Lazarski AuthorDate: Mon Jan 17 14:23:30 2022 -1000 AXIS2-6011 add release note explaining webapps-javaee dir for Tomcat 10 users --- src/site/markdown/release-notes/1.8.1.md | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/release-notes/1.8.1.md b/src/site/markdown/release-notes/1.8.1.md index 5c00491..df97a6f 100644 --- a/src/site/markdown/release-notes/1.8.1.md +++ b/src/site/markdown/release-notes/1.8.1.md @@ -1,2 +1,5 @@ -Apache Axis2 1.8.1 Release Note +Apache Axis2 1.8.1 Release Notes + + +* Tomcat 10 users need to deploy the axis2 into the webapps-javaee folder +as explained here: https://tomcat.apache.org/migration-10.html#Migrating_from_9.0.x_to_10.0.x.
[axis-axis2-java-core] branch master updated: AXIS2-6011 change error message to be less confusing
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new c4e26b7 AXIS2-6011 change error message to be less confusing c4e26b7 is described below commit c4e26b7ffe707351a28019e2fa1fb1ae22461e58 Author: Robert Lazarski AuthorDate: Mon Jan 17 14:38:39 2022 -1000 AXIS2-6011 change error message to be less confusing --- modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp b/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp index 6bc592a..786bd9a 100644 --- a/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp +++ b/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp @@ -383,10 +383,10 @@ * the essentials, without these Axis is not going to work */ needed = needClass(out, "org.apache.axis2.transport.http.AxisServlet", -"axis2-1.0.jar", +"fatal error", "Apache-Axis", "Axis2 will not work", -"http://xml.apache.org/axis2/";); +"https://axis.apache.org/axis2";); needed += needClass(out, "org.apache.commons.logging.Log", "commons-logging.jar", "Jakarta-Commons Logging",
[axis-axis2-java-core] branch master updated (c4e26b7 -> d065b44)
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from c4e26b7 AXIS2-6011 change error message to be less confusing add d065b44 AXIS2-6022 add axis2-xmlbeans-codegen to the distribution No new revisions were added by this update. Summary of changes: modules/distribution/pom.xml | 5 + 1 file changed, 5 insertions(+)