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 383bde9483 Restore javadoc aggregation after the axis2-spring scope
change, refresh DOAP
383bde9483 is described below
commit 383bde9483402265affe34f5a3d5def0aa4acc93
Author: Robert Lazarski <[email protected]>
AuthorDate: Sun Sep 6 06:31:29 2026 -1000
Restore javadoc aggregation after the axis2-spring scope change, refresh
DOAP
apidocs aggregates axis2-spring's own sources (includeDependencySources over
org.apache.axis2:*), so javadoc compiles its org.springframework imports.
Those
became provided and therefore non-transitive, which broke the Site job
while the
Java 17/21/25 jobs stayed green -- only the aggregation needs them. Declared
provided here too. DOAP also gains 1.8.1, 1.8.2, 2.0.0 and 2.0.1, and
points at
git rather than the retired SVN trunk.
Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
---
apidocs/pom.xml | 24 ++++++++++++++++++++++++
etc/doap_Axis2.rdf | 12 ++++++++----
2 files changed, 32 insertions(+), 4 deletions(-)
diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index 4e557c9f3d..71240b8043 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -138,6 +138,30 @@
<artifactId>axis2-spring</artifactId>
<version>${project.version}</version>
</dependency>
+ <!-- javadoc here aggregates axis2-spring's own sources
+ (includeDependencySources + org.apache.axis2:*), so it compiles
+ imports of org.springframework.*. Those are provided in
+ axis2-spring and therefore not transitive, so declare them. -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>axis2-webapp</artifactId>
diff --git a/etc/doap_Axis2.rdf b/etc/doap_Axis2.rdf
index 5ffd222802..4dec800af8 100644
--- a/etc/doap_Axis2.rdf
+++ b/etc/doap_Axis2.rdf
@@ -75,12 +75,16 @@
<release><Version><name>Apache
Axis2</name><created>2018-05-19</created><revision>1.7.8</revision></Version></release>
<release><Version><name>Apache
Axis2</name><created>2018-11-16</created><revision>1.7.9</revision></Version></release>
<release><Version><name>Apache
Axis2</name><created>2021-08-01</created><revision>1.8.0</revision></Version></release>
+ <release><Version><name>Apache
Axis2</name><created>2022-07-01</created><revision>1.8.1</revision></Version></release>
+ <release><Version><name>Apache
Axis2</name><created>2022-07-13</created><revision>1.8.2</revision></Version></release>
+ <release><Version><name>Apache
Axis2</name><created>2025-03-04</created><revision>2.0.0</revision></Version></release>
+ <release><Version><name>Apache
Axis2</name><created>2026-05-17</created><revision>2.0.1</revision></Version></release>
<repository>
- <SVNRepository>
- <location
rdf:resource="http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/"/>
- <browse
rdf:resource="http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/"/>
- </SVNRepository>
+ <GitRepository>
+ <location
rdf:resource="https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git"/>
+ <browse rdf:resource="https://github.com/apache/axis-axis2-java-core"/>
+ </GitRepository>
</repository>
<maintainer>
<foaf:Person>