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

commit 2991dcb2ba15f2e49edfd78a2ee4459dac1c15b5
Author: Robert Lazarski <[email protected]>
AuthorDate: Wed Nov 19 02:52:00 2025 -1000

    AXIS2-6098 Add HTTP/2 transport and docs explaining the benefits
---
 modules/transport-h2/wtf.txt | 78 --------------------------------------------
 1 file changed, 78 deletions(-)

diff --git a/modules/transport-h2/wtf.txt b/modules/transport-h2/wtf.txt
deleted file mode 100644
index 870e440fdd..0000000000
--- a/modules/transport-h2/wtf.txt
+++ /dev/null
@@ -1,78 +0,0 @@
-[INFO] Scanning for projects...
-[INFO] 
-[INFO] ----------------< 
org.apache.axis2:axis2-transport-h2 >-----------------
-[INFO] Building Apache Axis2 - HTTP/2 Transport 2.0.1-SNAPSHOT
-[INFO]   from pom.xml
-[INFO] --------------------------------[ jar 
]---------------------------------
-[INFO] 
-[INFO] --- enforcer:3.6.1:enforce 
(enforce-maven-version) @ axis2-transport-h2 ---
-[INFO] Rule 0: 
org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
-[INFO] 
-[INFO] --- enforcer:3.6.1:enforce 
(enforce-java-version) @ axis2-transport-h2 ---
-[INFO] Rule 0: 
org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
-[INFO] 
-[INFO] --- enforcer:3.6.1:enforce (default) @ 
axis2-transport-h2 ---
-[INFO] Rule 0: 
org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
-[INFO] Rule 1: 
org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
-[INFO] Rule 2: org.apache.maven.enforcer.rules.RequireNoRepositories 
passed
-[INFO] Rule 3: 
org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
-[INFO] 
-[INFO] --- jacoco:0.8.13:prepare-agent 
(prepare-agent) @ axis2-transport-h2 ---
-[INFO] argLine set to 
-javaagent:/home/robert/.m2/repository/org/jacoco/org.jacoco.agent/0.8.13/org.jacoco.agent-0.8.13-runtime.jar=destfile=/home/robert/repos/axis-axis2-java-core/modules/transport-h2/target/jacoco.exec,includes=org.apache.axis2.*
-[INFO] 
-[INFO] --- alta:0.8.1:generate-properties 
(byte-buddy-agent) @ axis2-transport-h2 ---
-[INFO] 
-[INFO] --- gplus:4.2.1:execute (initialize) @ 
axis2-transport-h2 ---
-[INFO] Using plugin classloader, includes GMavenPlus and project 
classpath.
-[INFO] Using Groovy 5.0.2 to perform execute.
-[INFO] 
-[INFO] --- eclipse-settings:0.3.0:apply 
(default) @ axis2-transport-h2 ---
-[INFO] 
-[INFO] --- remote-resources:3.3.0:process 
(process-resource-bundles) @ axis2-transport-h2 ---
-[INFO] Preparing remote bundle 
org.apache.apache.resources:apache-jar-resource-bundle:1.7
-[INFO] Copying 3 resources from 1 bundle.
-[INFO] 
-[INFO] --- remote-resources:3.3.0:process 
(default) @ axis2-transport-h2 ---
-[INFO] Preparing remote bundle 
org.apache.axis2:axis2-resource-bundle:2.0.1-SNAPSHOT
-[INFO] Copying 2 resources from 1 bundle.
-[INFO] 
-[INFO] --- resources:3.3.1:resources 
(default-resources) @ axis2-transport-h2 ---
-[INFO] skip non existing resourceDirectory 
/home/robert/repos/axis-axis2-java-core/modules/transport-h2/src/main/resources
-[INFO] Copying 3 resources from 
target/maven-shared-archive-resources to target/classes
-[INFO] Copying 3 resources from 
target/maven-shared-archive-resources to target/classes
-[INFO] 
-[INFO] --- compiler:3.14.1:compile 
(default-compile) @ axis2-transport-h2 ---
-[INFO] Nothing to compile - all classes are up to date.
-[INFO] 
-[INFO] --- hermetic:0.9.0:generate-policy 
(default) @ axis2-transport-h2 ---
-[INFO] argLine set to 
-javaagent:/home/robert/.m2/repository/org/jacoco/org.jacoco.agent/0.8.13/org.jacoco.agent-0.8.13-runtime.jar=destfile=/home/robert/repos/axis-axis2-java-core/modules/transport-h2/target/jacoco.exec,includes=org.apache.axis2.*
 
-Xbootclasspath/a:/home/robert/.m2/repository/com/github/veithen/hermetic-security-manager/1.3.0/hermetic-security-manager-1.3.0.jar
 -Djava.security.manager=com.github.veithen.hermetic.HermeticSecurityManager 
-Djava.security.policy== [...]
-[INFO] 
-[INFO] --- resources:3.3.1:testResources 
(default-testResources) @ axis2-transport-h2 ---
-[INFO] Copying 1 resource from src/test/resources to 
target/test-classes
-[INFO] Copying 3 resources from 
target/maven-shared-archive-resources to target/test-classes
-[INFO] Copying 3 resources from 
target/maven-shared-archive-resources to target/test-classes
-[INFO] 
-[INFO] --- compiler:3.14.1:testCompile 
(default-testCompile) @ axis2-transport-h2 ---
-[INFO] Nothing to compile - all classes are up to date.
-[INFO] 
-[INFO] --- surefire:3.5.4:test (default-test) @ 
axis2-transport-h2 ---
-[INFO] Using auto detected provider 
org.apache.maven.surefire.junit4.JUnit4Provider
-[INFO] 
-[INFO] -------------------------------------------------------
-[INFO]  T E S T S
-[INFO] -------------------------------------------------------
-WARNING: A command line option has enabled the Security Manager
-WARNING: The Security Manager is deprecated and will be removed in a future 
release
-[INFO] Running 
org.apache.axis2.transport.h2.H2PerformanceBenchmarkTest
-[INFO] Tests run: 6, Failures: 0, Errors: 0, 
Skipped: 0, Time elapsed: 3.342 s -- in 
org.apache.axis2.transport.h2.H2PerformanceBenchmarkTest
-[INFO] 
-[INFO] Results:
-[INFO] 
-[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
-[INFO] 
-[INFO] 
------------------------------------------------------------------------
-[INFO] BUILD SUCCESS
-[INFO] 
------------------------------------------------------------------------
-[INFO] Total time:  5.936 s
-[INFO] Finished at: 2025-11-18T11:59:49-10:00
-[INFO] 
------------------------------------------------------------------------

Reply via email to