[axis-axis1-java] 01/02: Make ImageDataSource use PNG

2023-08-13 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git

commit 2d3e769a64128f407ba201240f9d83669e587973
Author: Andreas Veithen 
AuthorDate: Sun Aug 13 20:09:55 2023 +

Make ImageDataSource use PNG

This makes the code compatible with OpenJDK 8 (while currently it will
only work on Oracle JDK 8). PNG is probably the better choice anyway
because it is lossless.
---
 .travis.yml | 1 -
 .../src/main/java/org/apache/axis/attachments/ImageDataSource.java  | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ac50702f9..741531b8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 dist: trusty
 language: java
-# There are test cases that use ImageIO with JPEG and that only work on Oracle 
JDK.
 jdk:
   - oraclejdk8
 install: true
diff --git 
a/axis-rt-core/src/main/java/org/apache/axis/attachments/ImageDataSource.java 
b/axis-rt-core/src/main/java/org/apache/axis/attachments/ImageDataSource.java
index 0fe4fe621..c07958e82 100644
--- 
a/axis-rt-core/src/main/java/org/apache/axis/attachments/ImageDataSource.java
+++ 
b/axis-rt-core/src/main/java/org/apache/axis/attachments/ImageDataSource.java
@@ -37,7 +37,7 @@ public class ImageDataSource implements DataSource {
 protected static Log log =
 LogFactory.getLog(ImageDataSource.class.getName());
 
-public static final String CONTENT_TYPE = "image/jpeg";
+public static final String CONTENT_TYPE = "image/png";
 
 private final String name;
 private final String contentType;



[axis-axis1-java] branch master updated (7e6675342 -> 994b7b17f)

2023-08-13 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git


from 7e6675342 Filter out unsupported protocols in the client class 
ServiceFactory
 new 2d3e769a6 Make ImageDataSource use PNG
 new 994b7b17f Add Codespaces configuration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .devcontainer/devcontainer.json | 13 +
 .travis.yml |  1 -
 .../java/org/apache/axis/attachments/ImageDataSource.java   |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
 create mode 100644 .devcontainer/devcontainer.json



[axis-axis1-java] 02/02: Add Codespaces configuration

2023-08-13 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git

commit 994b7b17fdbf00d5c9845671be0f1978b61f5d7b
Author: Andreas Veithen 
AuthorDate: Sun Aug 13 20:11:45 2023 +

Add Codespaces configuration
---
 .devcontainer/devcontainer.json | 13 +
 1 file changed, 13 insertions(+)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 0..9af12cbdd
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,13 @@
+{
+   "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
+   "features": {
+   "ghcr.io/devcontainers/features/java:1": {
+   "version": "8",
+   "installMaven": "true",
+   "mavenVersion": "3.9.1"
+   }
+   },
+   "hostRequirements": {
+   "memory": "8gb"
+   }
+}



[axis-axis1-java] branch master updated (994b7b17f -> dbee40de9)

2023-08-13 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git


from 994b7b17f Add Codespaces configuration
 add dbee40de9 Migrate to Github Actions

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml | 53 
 .travis-settings.xml | 13 
 .travis.yml  | 17 
 3 files changed, 53 insertions(+), 30 deletions(-)
 create mode 100644 .github/workflows/ci.yml
 delete mode 100644 .travis-settings.xml
 delete mode 100644 .travis.yml



[axis-axis1-java] branch master updated (dbee40de9 -> 22c25b730)

2023-08-13 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git


from dbee40de9 Migrate to Github Actions
 add 22c25b730 Remove unnecessary dependency

No new revisions were added by this update.

Summary of changes:
 axis-rt-core/pom.xml | 6 --
 1 file changed, 6 deletions(-)



[axis-axis1-java] branch dependabot/maven/axis-rt-core/xalan-xalan-2.7.3 deleted (was a7e331a48)

2023-08-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/axis-rt-core/xalan-xalan-2.7.3
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git


 was a7e331a48 Bump xalan:xalan from 2.6.0 to 2.7.3 in /axis-rt-core

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[axis-axis1-java] branch dependabot/maven/interop-mock/org.springframework-spring-webmvc-5.2.20.RELEASE updated (346e50da5 -> 4598bf214)

2023-08-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/interop-mock/org.springframework-spring-webmvc-5.2.20.RELEASE
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git


omit 346e50da5 Bump org.springframework:spring-webmvc in /interop-mock
 add 7e6675342 Filter out unsupported protocols in the client class 
ServiceFactory
 add 2d3e769a6 Make ImageDataSource use PNG
 add 994b7b17f Add Codespaces configuration
 add dbee40de9 Migrate to Github Actions
 add 22c25b730 Remove unnecessary dependency
 add 4598bf214 Bump org.springframework:spring-webmvc in /interop-mock

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (346e50da5)
\
 N -- N -- N   
refs/heads/dependabot/maven/interop-mock/org.springframework-spring-webmvc-5.2.20.RELEASE
 (4598bf214)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .devcontainer/devcontainer.json| 13 ++
 .github/workflows/ci.yml   | 53 ++
 .travis-settings.xml   | 13 --
 .travis.yml| 18 
 axis-rt-core/pom.xml   |  6 ---
 .../apache/axis/attachments/ImageDataSource.java   |  2 +-
 .../org/apache/axis/client/ServiceFactory.java |  5 ++
 7 files changed, 72 insertions(+), 38 deletions(-)
 create mode 100644 .devcontainer/devcontainer.json
 create mode 100644 .github/workflows/ci.yml
 delete mode 100644 .travis-settings.xml
 delete mode 100644 .travis.yml



[axis-axis1-java] branch dependabot/maven/axis-rt-transport-mail/commons-net-commons-net-3.9.0 deleted (was c7ce77866)

2023-08-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/axis-rt-transport-mail/commons-net-commons-net-3.9.0
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git


 was c7ce77866 Bump commons-net from 1.0.0 to 3.9.0 in 
/axis-rt-transport-mail

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.