[Git][java-team/openrefine] Pushed new tag debian/3.5.2-2

2022-03-08 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.5.2-2 at Debian Java Maintainers / 
openrefine

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/tree/debian/3.5.2-2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/openrefine][master] 5 commits: Update Dockerfile

2022-03-08 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / openrefine


Commits:
56f0c9ea by Markus Koschany at 2022-03-08T13:43:41+01:00
Update Dockerfile

- - - - -
6f292255 by Markus Koschany at 2022-03-08T13:48:12+01:00
Add a README file for the Dockerfile

- - - - -
5a3df859 by Markus Koschany at 2022-03-08T13:48:58+01:00
Install the Dockerfile and the README

- - - - -
a5723b90 by Markus Koschany at 2022-03-08T13:50:58+01:00
Update changelog

- - - - -
8c46ca1e by Markus Koschany at 2022-03-08T13:52:33+01:00
Fix the path to the examples

- - - - -


4 changed files:

- debian/changelog
- debian/examples/Dockerfile
- + debian/examples/README
- + debian/openrefine.examples


Changes:

=
debian/changelog
=
@@ -1,3 +1,15 @@
+openrefine (3.5.2-2) unstable; urgency=medium
+
+  * Build-depend on libokhttp-java (>= 3.13.1-3~)
+  * Tighten dependency on libgoogle-api-client-java.
+  * Remove dependency on tomcat9 because the tomcat9-annotations-api is
+apparently not required.
+  * Update the Dockerfile and add a README file to document how to build the
+image and run the container. Install both files as examples into
+/usr/share/doc/openrefine/examples.
+
+ -- Markus Koschany   Tue, 08 Mar 2022 13:49:15 +0100
+
 openrefine (3.5.2-1) unstable; urgency=medium
 
   * Upload to unstable.


=
debian/examples/Dockerfile
=
@@ -3,20 +3,18 @@ FROM debian:latest
 LABEL maintainer "a...@debian.org"
 LABEL description "OpenRefine development image based on Debian (not intended 
for production use)"
 
-# environment variables and timezone settings
+# Environment variables and timezone settings
 ENV TZ="Europe/Berlin"
 
-# manual way to install openrefine
-COPY debdir /debdir
-
 # Install OpenRefine
 RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
 echo $TZ > /etc/timezone && \
-apt update && \
-apt install -y procps && \
-apt install -y ./debdir/*.deb && \
+printf "deb http://deb.debian.org/debian bullseye-backports main" > 
/etc/apt/sources.list.d/backports.list && \
+printf "deb http://deb.debian.org/debian bullseye-proposed-updates main" > 
/etc/apt/sources.list.d/proposed.list && \
+apt update && apt upgrade -y && \
+apt install -y -t bullseye-backports openrefine && \
 apt -y clean && \
-rm -r /var/cache/apt /var/lib/apt/lists/* /debdir
+rm -r /var/cache/apt /var/lib/apt/lists/*
 
 EXPOSE 
 


=
debian/examples/README
=
@@ -0,0 +1,28 @@
+OpenRefine Dockerfile
+=
+
+How to build the image
+--
+
+cd $project_directory_with_Dockerfile
+
+docker build -t apo1999/openrefine .
+
+How to pull the image from docker.io
+
+
+docker pull apo1999/openrefine
+
+
+Run OpenRefine in a new container
+-
+
+docker run -d -p : --name openrefine-test apo1999/openrefine
+
+docker exec -it openrefine-test /bin/bash || Inspect the container
+
+docker stop openrefine-test || Stop the container
+
+docker rm openrefine-test || Remove the container
+
+docker rmi apo1999/openrefine || Remove the image


=
debian/openrefine.examples
=
@@ -0,0 +1 @@
+debian/examples/*



View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/compare/745bedd205710d3767ac9e9c7e10c095a72fd7cc...8c46ca1e18e42cd39269f2e9ec2600e9cfc0b350

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/compare/745bedd205710d3767ac9e9c7e10c095a72fd7cc...8c46ca1e18e42cd39269f2e9ec2600e9cfc0b350
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libthrift-java] Pushed new branch experimental

2022-03-03 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch experimental at Debian Java Maintainers / 
libthrift-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libthrift-java/-/tree/experimental
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libthrift-java] Pushed new tag upstream/0.16.0

2022-03-03 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/0.16.0 at Debian Java Maintainers / 
libthrift-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libthrift-java/-/tree/upstream/0.16.0
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libthrift-java][upstream] New upstream version 0.16.0

2022-03-03 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch upstream at Debian Java Maintainers / 
libthrift-java


Commits:
deeda281 by Markus Koschany at 2022-03-03T12:07:44+01:00
New upstream version 0.16.0
- - - - -


30 changed files:

- org/apache/thrift/EncodingUtils.java
- org/apache/thrift/Option.java
- org/apache/thrift/TApplicationException.java
- org/apache/thrift/TAsyncProcessor.java
- org/apache/thrift/TBase.java
- + org/apache/thrift/TConfiguration.java
- org/apache/thrift/TDeserializer.java
- org/apache/thrift/TFieldIdEnum.java
- org/apache/thrift/TMultiplexedProcessor.java
- org/apache/thrift/TNonblockingMultiFetchClient.java
- org/apache/thrift/TSerializable.java
- org/apache/thrift/TSerializer.java
- org/apache/thrift/TServiceClientFactory.java
- org/apache/thrift/TUnion.java
- org/apache/thrift/async/TAsyncClient.java
- org/apache/thrift/async/TAsyncMethodCall.java
- org/apache/thrift/meta_data/FieldMetaData.java
- + org/apache/thrift/partial/EnumCache.java
- + org/apache/thrift/partial/PartialThriftComparer.java
- + org/apache/thrift/partial/README.md
- + org/apache/thrift/partial/TFieldData.java
- + org/apache/thrift/partial/ThriftField.java
- + org/apache/thrift/partial/ThriftFieldValueProcessor.java
- + org/apache/thrift/partial/ThriftMetadata.java
- + org/apache/thrift/partial/ThriftStructProcessor.java
- + org/apache/thrift/partial/Validate.java
- org/apache/thrift/protocol/TBinaryProtocol.java
- org/apache/thrift/protocol/TCompactProtocol.java
- org/apache/thrift/protocol/TJSONProtocol.java
- org/apache/thrift/protocol/TProtocol.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/libthrift-java/-/commit/deeda281dbc1182c7168a1128f0feeddeaf941af

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libthrift-java/-/commit/deeda281dbc1182c7168a1128f0feeddeaf941af
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-jena] Pushed new branch experimental

2022-03-03 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch experimental at Debian Java Maintainers / 
apache-jena

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/tree/experimental
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-jena] Pushed new tag upstream/4.4.0

2022-03-03 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/4.4.0 at Debian Java Maintainers / 
apache-jena

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/tree/upstream/4.4.0
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-jena][upstream] New upstream version 4.4.0

2022-03-03 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch upstream at Debian Java Maintainers / 
apache-jena


Commits:
14a0add6 by Markus Koschany at 2022-03-03T14:17:54+01:00
New upstream version 4.4.0
- - - - -


30 changed files:

- + .asf.yaml
- + .github/workflows/maven.yml
- + .github/workflows/maven_macos.yml
- + .github/workflows/maven_windows.yml
- − .travis.yml
- LICENSE
- NOTICE
- apache-jena-libs/pom.xml
- + apache-jena-osgi/README.md
- − apache-jena-osgi/jena-osgi-features/pom.xml
- − apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml
- − apache-jena-osgi/jena-osgi-test/DEPENDENCIES
- − apache-jena-osgi/jena-osgi-test/pom.xml
- − 
apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java
- − apache-jena-osgi/jena-osgi/pom.xml
- − apache-jena-osgi/jena-osgi/src/main/java/org/apache/jena/osgi/Activator.java
- − apache-jena-osgi/jena-osgi/src/main/resources/META-INF/NOTICE
- − 
apache-jena-osgi/jena-osgi/src/main/resources/META-INF/services/org.apache.jena.sys.JenaSubsystemLifecycle
- − apache-jena-osgi/pom.xml
- + apache-jena/bat/jena_version.bat
- + apache-jena/bat/shex.bat
- + apache-jena/bin/jena.version
- + apache-jena/bin/shex
- + apache-jena/bin/tdb1.xloader
- apache-jena/bin/tdb2.tdbloader
- + apache-jena/bin/tdb2.xloader
- apache-jena/bin/tdbloader
- apache-jena/bin/tdbloader2
- − apache-jena/bin/tdbloader2common
- − apache-jena/bin/tdbloader2data


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/commit/14a0add6c7d2243154af6b73bdc80acb23498ab6

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/commit/14a0add6c7d2243154af6b73bdc80acb23498ab6
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/openrefine][master] Remove dependency on tomcat9 because the tomcat9-annotations-api is apparently

2022-03-03 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / openrefine


Commits:
745bedd2 by Markus Koschany at 2022-03-03T11:30:07+01:00
Remove dependency on tomcat9 because the tomcat9-annotations-api is apparently

not required.

- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=
debian/control
=
@@ -63,7 +63,6 @@ Build-Depends:
  libslf4j-java,
  libsweble-common-java,
  libsweble-wikitext-java,
- libtomcat9-java,
  libwikidata-toolkit-java,
  libxerial-sqlite-jdbc-java,
  libxtc-rats-java,
@@ -83,7 +82,6 @@ Depends:
  libcommons-lang-java,
  libjsr305-java,
  liblog4j2-java,
- libtomcat9-java,
  procps,
  ${maven:Depends},
  ${misc:Depends}


=
debian/rules
=
@@ -21,7 +21,7 @@ LINK_JARS_WEBAPP += odfdom-java openrefine-opencsv poi 
poi-ooxml poi-ooxml-schem
 LINK_JARS_WEBAPP += ptk-common rats-runtime com.wcohen.secondstring 
servlet-api signpost-commonshttp4
 LINK_JARS_WEBAPP += signpost-core slf4j-api slf4j-log4j12 swc-parser-lazy 
velocity
 LINK_JARS_WEBAPP += vicino xercesImpl xml-apis xmlbeans
-LINK_JARS_WEBAPP += httpclient5 httpcore5 httpcore5-h2 utils marc4j 
javax.activation tomcat9-annotations-api
+LINK_JARS_WEBAPP += httpclient5 httpcore5 httpcore5-h2 utils marc4j 
javax.activation
 LINK_JARS_WEBAPP += jetty9-continuation jetty9-http jetty9-io jetty9-servlets 
jetty9-util
 
 LINK_JARS_EXT_WIKIDATA := signpost-core okhttp-urlconnection okhttp 
wdtk-wikibaseapi threeten-extra



View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/commit/745bedd205710d3767ac9e9c7e10c095a72fd7cc

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/commit/745bedd205710d3767ac9e9c7e10c095a72fd7cc
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/openrefine][master] 4 commits: Update changelog

2022-02-26 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / openrefine


Commits:
473c19e7 by Markus Koschany at 2022-02-26T11:43:03+01:00
Update changelog

- - - - -
a1a91d13 by Markus Koschany at 2022-02-26T12:13:20+01:00
Build-depend on libokhttp-java (= 3.13.1-3~)

- - - - -
a33bd1fb by Markus Koschany at 2022-02-26T12:16:06+01:00
Tighten dependency on libgoogle-api-client-java.

- - - - -
68913f8a by Markus Koschany at 2022-02-26T12:20:02+01:00
Remove backports changelog entry

- - - - -


1 changed file:

- debian/control


Changes:

=
debian/control
=
@@ -22,7 +22,7 @@ Build-Depends:
  libcommons-text-java,
  libcommons-validator-java,
  libexec-maven-plugin-java,
- libgoogle-api-client-java,
+ libgoogle-api-client-java (>= 1.27.1-2~),
  libgoogle-api-services-drive-java,
  libgoogle-api-services-sheets-java,
  libgoogle-http-client-java,
@@ -51,6 +51,7 @@ Build-Depends:
  libmaven-resources-plugin-java,
  liboauth-signpost-java,
  libodfdom-java,
+ libokhttp-java (>= 3.13.1-3~),
  libopenrefine-butterfly-java,
  libopenrefine-opencsv-java,
  libopenrefine-vicino-java,



View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/compare/bb0b626286e999d184565aa54433ee6897620327...68913f8a96e16b0d05b08f22837746c778b2fbf4

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/compare/bb0b626286e999d184565aa54433ee6897620327...68913f8a96e16b0d05b08f22837746c778b2fbf4
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/openrefine] Pushed new tag debian/3.5.2-1_bpo11+1

2022-02-26 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.5.2-1_bpo11+1 at Debian Java 
Maintainers / openrefine

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/tree/debian/3.5.2-1_bpo11+1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/openrefine] Pushed new branch bullseye-backports

2022-02-26 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye-backports at Debian Java Maintainers 
/ openrefine

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/tree/bullseye-backports
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/openrefine] Pushed new tag upstream/3.5.2

2022-02-20 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/3.5.2 at Debian Java Maintainers / 
openrefine

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/tree/upstream/3.5.2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/openrefine] Pushed new tag debian/3.5.2-1

2022-02-20 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.5.2-1 at Debian Java Maintainers / 
openrefine

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/tree/debian/3.5.2-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/openrefine][pristine-tar] 3 commits: pristine-tar data for openrefine_3.5.2.orig.tar.xz

2022-02-20 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
openrefine


Commits:
7e52d204 by Markus Koschany at 2022-02-20T16:51:37+01:00
pristine-tar data for openrefine_3.5.2.orig.tar.xz

- - - - -
81595bdf by Markus Koschany at 2022-02-20T16:55:23+01:00
pristine-tar data for openrefine_3.5.2.orig.tar.xz

- - - - -
6f1c664e by Markus Koschany at 2022-02-20T17:13:46+01:00
pristine-tar data for openrefine_3.5.2.orig.tar.xz

- - - - -


2 changed files:

- + openrefine_3.5.2.orig.tar.xz.delta
- + openrefine_3.5.2.orig.tar.xz.id


Changes:

=
openrefine_3.5.2.orig.tar.xz.delta
=
Binary files /dev/null and b/openrefine_3.5.2.orig.tar.xz.delta differ


=
openrefine_3.5.2.orig.tar.xz.id
=
@@ -0,0 +1 @@
+28a607767381a50eaddb99bfdfec9059da9f3b60



View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/compare/3c82eee47d46b81a0efe6836eb83736d469bfa67...6f1c664e2f2d7f919f02382cd0c8d37bbcb1b93a

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/compare/3c82eee47d46b81a0efe6836eb83736d469bfa67...6f1c664e2f2d7f919f02382cd0c8d37bbcb1b93a
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/openrefine][master] 18 commits: Start new changelog entry

2022-02-20 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / openrefine


Commits:
1bde8dea by Markus Koschany at 2022-02-20T14:22:34+01:00
Start new changelog entry

- - - - -
4dfcc497 by Markus Koschany at 2022-02-20T15:02:10+01:00
Update debian/copyright

- - - - -
9dbefbab by Markus Koschany at 2022-02-20T16:50:55+01:00
Add missing Javascript sources and update debian/copyright

- - - - -
85ba3a73 by Markus Koschany at 2022-02-20T16:51:24+01:00
New upstream version 3.5.2
- - - - -
4c7fdaad by Markus Koschany at 2022-02-20T16:51:37+01:00
Update upstream source from tag upstream/3.5.2

Update to upstream version 3.5.2
with Debian dir 83fa0e916f66325293a8b7f4b68534cfea639b9d
- - - - -
26a5ba0f by Markus Koschany at 2022-02-20T16:55:10+01:00
New upstream version 3.5.2
- - - - -
fa9f2dfc by Markus Koschany at 2022-02-20T16:55:23+01:00
Update upstream source from tag upstream/3.5.2

Update to upstream version 3.5.2
with Debian dir 83fa0e916f66325293a8b7f4b68534cfea639b9d
- - - - -
55d5ef73 by Markus Koschany at 2022-02-20T16:56:43+01:00
Add remove-lavalamp.js.patch

- - - - -
56a0261c by Markus Koschany at 2022-02-20T16:58:27+01:00
Drop google-http-client-jackson2.patch

This should be no longer necessary because the bug in google-http-client has
been fixed.

- - - - -
6d14ba58 by Markus Koschany at 2022-02-20T16:59:56+01:00
Add Forwarded header

- - - - -
39400829 by Markus Koschany at 2022-02-20T17:01:06+01:00
Depend on procps for bin script

- - - - -
fed9498b by Markus Koschany at 2022-02-20T17:03:09+01:00
Depend on libxerial-sqlite-jdbc-java for the database extension

- - - - -
4ee71a12 by Markus Koschany at 2022-02-20T17:06:22+01:00
Link xerial-sqlite-jdbc into correct location. Update changelog

- - - - -
d1b7074b by Markus Koschany at 2022-02-20T17:12:59+01:00
Remove more superflous files from the orig tarball

- - - - -
d5e4b444 by Markus Koschany at 2022-02-20T17:13:34+01:00
New upstream version 3.5.2
- - - - -
12db28a4 by Markus Koschany at 2022-02-20T17:13:46+01:00
Update upstream source from tag upstream/3.5.2

Update to upstream version 3.5.2
with Debian dir 646420f35961313b9fca1c2a06f33ea5c06576e3
- - - - -
dec995a8 by Markus Koschany at 2022-02-20T17:19:30+01:00
Mention glyphicons license in debian/copyright

- - - - -
bb0b6262 by Markus Koschany at 2022-02-20T17:23:11+01:00
Do not install the metainfo file for now.

Lets take some good screenshots first and improve its content first.

- - - - -


7 changed files:

- − .gitignore
- benchmark/pom.xml
- debian/changelog
- debian/control
- debian/copyright
- debian/maven.ignoreRules
- + debian/missing-sources/ajv.js


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/compare/f5892f932387b9b46185fa48848c493fac2b4fcd...bb0b626286e999d184565aa54433ee6897620327

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/openrefine/-/compare/f5892f932387b9b46185fa48848c493fac2b4fcd...bb0b626286e999d184565aa54433ee6897620327
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libmarc4j-java] Pushed new tag upstream/2.9.2

2022-02-18 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/2.9.2 at Debian Java Maintainers / 
libmarc4j-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libmarc4j-java/-/tree/upstream/2.9.2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libmarc4j-java] Pushed new tag debian/2.9.2-1

2022-02-18 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/2.9.2-1 at Debian Java Maintainers / 
libmarc4j-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libmarc4j-java/-/tree/debian/2.9.2-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libmarc4j-java][pristine-tar] pristine-tar data for libmarc4j-java_2.9.2.orig.tar.xz

2022-02-18 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
libmarc4j-java


Commits:
c2774552 by Markus Koschany at 2022-02-19T00:23:46+01:00
pristine-tar data for libmarc4j-java_2.9.2.orig.tar.xz

- - - - -


2 changed files:

- + libmarc4j-java_2.9.2.orig.tar.xz.delta
- + libmarc4j-java_2.9.2.orig.tar.xz.id


Changes:

=
libmarc4j-java_2.9.2.orig.tar.xz.delta
=
Binary files /dev/null and b/libmarc4j-java_2.9.2.orig.tar.xz.delta differ


=
libmarc4j-java_2.9.2.orig.tar.xz.id
=
@@ -0,0 +1 @@
+04a79dcc47ee7378cd6d1ce64fb5d08753c3d7c1



View it on GitLab: 
https://salsa.debian.org/java-team/libmarc4j-java/-/commit/c2774552f2723813cfda7f0d34cef019ce6e9323

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libmarc4j-java/-/commit/c2774552f2723813cfda7f0d34cef019ce6e9323
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/xerial-sqlite-jdbc] Pushed new tag debian/3.36.0.3+dfsg1-3_bpo11+1

2022-02-18 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.36.0.3+dfsg1-3_bpo11+1 at Debian Java 
Maintainers / xerial-sqlite-jdbc

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xerial-sqlite-jdbc/-/tree/debian/3.36.0.3+dfsg1-3_bpo11+1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/xerial-sqlite-jdbc] Pushed new branch bullseye-backports

2022-02-18 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye-backports at Debian Java Maintainers 
/ xerial-sqlite-jdbc

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xerial-sqlite-jdbc/-/tree/bullseye-backports
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libodfdom-java] Pushed new branch bullseye-backports

2022-02-17 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye-backports at Debian Java Maintainers 
/ libodfdom-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libodfdom-java/-/tree/bullseye-backports
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libodfdom-java] Pushed new tag debian/0.9.0_RC2-2_bpo11+1

2022-02-17 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/0.9.0_RC2-2_bpo11+1 at Debian Java 
Maintainers / libodfdom-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libodfdom-java/-/tree/debian/0.9.0_RC2-2_bpo11+1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/librdfa-java] Pushed new tag debian/1.0.0_BETA1-2_bpo11+1

2022-02-17 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/1.0.0_BETA1-2_bpo11+1 at Debian Java 
Maintainers / librdfa-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/librdfa-java/-/tree/debian/1.0.0_BETA1-2_bpo11+1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/librdfa-java] Pushed new branch bullseye-backports

2022-02-17 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye-backports at Debian Java Maintainers 
/ librdfa-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/librdfa-java/-/tree/bullseye-backports
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/h2database] Pushed new branch bullseye

2022-02-15 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye at Debian Java Maintainers / 
h2database

-- 
View it on GitLab: https://salsa.debian.org/java-team/h2database/-/tree/bullseye
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/h2database] Pushed new branch buster

2022-02-15 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch buster at Debian Java Maintainers / h2database

-- 
View it on GitLab: https://salsa.debian.org/java-team/h2database/-/tree/buster
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/h2database] Pushed new tag debian/1.4.197-4+deb11u1

2022-02-15 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/1.4.197-4+deb11u1 at Debian Java 
Maintainers / h2database

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/tree/debian/1.4.197-4+deb11u1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/h2database] Pushed new tag debian/1.4.197-4+deb10u1

2022-02-15 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/1.4.197-4+deb10u1 at Debian Java 
Maintainers / h2database

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/tree/debian/1.4.197-4+deb10u1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libwikidata-toolkit-java][master] Tighten build-dependency on libokhttp-java.

2022-02-13 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / 
libwikidata-toolkit-java


Commits:
7d29de23 by Markus Koschany at 2022-02-13T15:52:28+01:00
Tighten build-dependency on libokhttp-java.

- - - - -


1 changed file:

- debian/control


Changes:

=
debian/control
=
@@ -11,7 +11,7 @@ Build-Depends:
  libjackson2-core-java,
  libjackson2-databind-java,
  libjaxb-api-java (>= 2.3.1),
- libokhttp-java,
+ libokhttp-java (>= 3.13.1-3~),
  libokhttp-signpost-java,
  libslf4j-java,
  libthreeten-extra-java,



View it on GitLab: 
https://salsa.debian.org/java-team/libwikidata-toolkit-java/-/commit/7d29de2358b126b9659d44c2db6adc4f3f33b4b6

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libwikidata-toolkit-java/-/commit/7d29de2358b126b9659d44c2db6adc4f3f33b4b6
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libwikidata-toolkit-java] Pushed new tag debian/0.12.1-2_bpo11+1

2022-02-13 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/0.12.1-2_bpo11+1 at Debian Java 
Maintainers / libwikidata-toolkit-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libwikidata-toolkit-java/-/tree/debian/0.12.1-2_bpo11+1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libwikidata-toolkit-java] Pushed new branch bullseye-backports

2022-02-13 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye-backports at Debian Java Maintainers 
/ libwikidata-toolkit-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libwikidata-toolkit-java/-/tree/bullseye-backports
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libmarc4j-java] Pushed new branch bullseye-backports

2022-02-13 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye-backports at Debian Java Maintainers 
/ libmarc4j-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libmarc4j-java/-/tree/bullseye-backports
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libmarc4j-java] Pushed new tag debian/2.9.1-2_bpo11+1

2022-02-13 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/2.9.1-2_bpo11+1 at Debian Java 
Maintainers / libmarc4j-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libmarc4j-java/-/tree/debian/2.9.1-2_bpo11+1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-jena] Pushed new branch bullseye-backports

2022-02-13 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye-backports at Debian Java Maintainers 
/ apache-jena

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/tree/bullseye-backports
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-jena] Pushed new tag debian/3.17.0-2_bpo11+1

2022-02-13 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.17.0-2_bpo11+1 at Debian Java 
Maintainers / apache-jena

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/tree/debian/3.17.0-2_bpo11+1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-jena][master] 9 commits: Remove B-D on libapache-jena-java

2022-02-13 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / apache-jena


Commits:
c26652a6 by Markus Koschany at 2022-02-13T11:21:50+01:00
Remove B-D on libapache-jena-java

- - - - -
d432d520 by Markus Koschany at 2022-02-13T11:40:50+01:00
Add jena-cmds.patch

- - - - -
da4e171a by Markus Koschany at 2022-02-13T12:44:21+01:00
Update jena-cmds patch

- - - - -
0dece0ab by Markus Koschany at 2022-02-13T13:04:35+01:00
test

- - - - -
8b6ae0ef by Markus Koschany at 2022-02-13T13:22:04+01:00
Add jena-tdb2 to poms file

- - - - -
487a079e by Markus Koschany at 2022-02-13T13:25:50+01:00
Add more jena-db submodules to poms file

- - - - -
5bcba7a5 by Markus Koschany at 2022-02-13T13:27:51+01:00
Fix jena-cmds patch

- - - - -
6c681b9f by Markus Koschany at 2022-02-13T13:29:39+01:00
Drop jena-cmds.patch

- - - - -
935887a4 by Markus Koschany at 2022-02-13T13:32:34+01:00
Update changelog

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/libapache-jena-java.poms


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+apache-jena (3.17.0-3) unstable; urgency=medium
+
+  * Remove B-D on libapache-jena-java
+  * Fix debian poms file and add missing sub modules of jena-db.
+
+ -- Markus Koschany   Sun, 13 Feb 2022 13:31:52 +0100
+
 apache-jena (3.17.0-2) unstable; urgency=medium
 
   * Remove workaround for jena-tdb2 and B-D on libapache-jena-java.


=
debian/control
=
@@ -8,7 +8,6 @@ Build-Depends:
  debhelper-compat (= 13),
  default-jdk,
  libapache-pom-java,
- libapache-jena-java,
  libcommons-cli-java,
  libcommons-codec-java,
  libcommons-compress-java,


=
debian/libapache-jena-java.poms
=
@@ -35,6 +35,13 @@ jena-shacl/pom.xml
 jena-rdfconnection/pom.xml
 jena-tdb/pom.xml
 jena-db/pom.xml
+jena-db/jena-tdb2/pom.xml
+jena-db/jena-dboe-base/pom.xml
+jena-db/jena-dboe-index-test/pom.xml --ignore
+jena-db/jena-dboe-transaction/pom.xml
+jena-db/jena-dboe-index/pom.xml
+jena-db/jena-dboe-storage/pom.xml
+jena-db/jena-dboe-trans-data/pom.xml
 apache-jena-libs/pom.xml
 jena-text/pom.xml --ignore
 jena-cmds/pom.xml



View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/compare/c004073714e0ffda1a76cea9c0ddae8bfa87c60a...935887a4d2cd7f45063a2350103d7340af20ad09

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/compare/c004073714e0ffda1a76cea9c0ddae8bfa87c60a...935887a4d2cd7f45063a2350103d7340af20ad09
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-jena] Pushed new tag debian/3.17.0-3

2022-02-13 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.17.0-3 at Debian Java Maintainers / 
apache-jena

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/tree/debian/3.17.0-3
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libsejda-java] Pushed new tag debian/4.2.13-1

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/4.2.13-1 at Debian Java Maintainers / 
libsejda-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libsejda-java/-/tree/debian/4.2.13-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libsejda-java] Pushed new tag upstream/4.2.13

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/4.2.13 at Debian Java Maintainers / 
libsejda-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libsejda-java/-/tree/upstream/4.2.13
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libsejda-java][pristine-tar] pristine-tar data for libsejda-java_4.2.13.orig.tar.gz

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
libsejda-java


Commits:
730abcbd by Markus Koschany at 2022-02-12T22:01:38+01:00
pristine-tar data for libsejda-java_4.2.13.orig.tar.gz

- - - - -


2 changed files:

- + libsejda-java_4.2.13.orig.tar.gz.delta
- + libsejda-java_4.2.13.orig.tar.gz.id


Changes:

=
libsejda-java_4.2.13.orig.tar.gz.delta
=
Binary files /dev/null and b/libsejda-java_4.2.13.orig.tar.gz.delta differ


=
libsejda-java_4.2.13.orig.tar.gz.id
=
@@ -0,0 +1 @@
+629ca4d1022ee970f10bf0273586a31d88b80af8



View it on GitLab: 
https://salsa.debian.org/java-team/libsejda-java/-/commit/730abcbd974017c1cc965a6753b7284dfff52759

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libsejda-java/-/commit/730abcbd974017c1cc965a6753b7284dfff52759
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libthumbnailator-java] Pushed new tag upstream/0.4.17

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/0.4.17 at Debian Java Maintainers / 
libthumbnailator-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libthumbnailator-java/-/tree/upstream/0.4.17
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libthumbnailator-java][pristine-tar] pristine-tar data for libthumbnailator-java_0.4.17.orig.tar.xz

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
libthumbnailator-java


Commits:
d241cd93 by Markus Koschany at 2022-02-12T21:56:42+01:00
pristine-tar data for libthumbnailator-java_0.4.17.orig.tar.xz

- - - - -


2 changed files:

- + libthumbnailator-java_0.4.17.orig.tar.xz.delta
- + libthumbnailator-java_0.4.17.orig.tar.xz.id


Changes:

=
libthumbnailator-java_0.4.17.orig.tar.xz.delta
=
Binary files /dev/null and b/libthumbnailator-java_0.4.17.orig.tar.xz.delta 
differ


=
libthumbnailator-java_0.4.17.orig.tar.xz.id
=
@@ -0,0 +1 @@
+f1228d462ddfa22183ed177ad589ca2a32c5e168



View it on GitLab: 
https://salsa.debian.org/java-team/libthumbnailator-java/-/commit/d241cd932a84659771bcc6349b92f83c79acb5c5

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libthumbnailator-java/-/commit/d241cd932a84659771bcc6349b92f83c79acb5c5
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libthumbnailator-java] Pushed new tag debian/0.4.17-1

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/0.4.17-1 at Debian Java Maintainers / 
libthumbnailator-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libthumbnailator-java/-/tree/debian/0.4.17-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/h2database] Pushed new tag upstream/2.1.210

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/2.1.210 at Debian Java Maintainers / 
h2database

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/tree/upstream/2.1.210
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/h2database] Pushed new tag debian/2.1.210-1

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/2.1.210-1 at Debian Java Maintainers / 
h2database

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/tree/debian/2.1.210-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/h2database][upstream] New upstream version 2.1.210

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch upstream at Debian Java Maintainers / 
h2database


Commits:
86c1ccea by Markus Koschany at 2022-02-12T13:08:02+01:00
New upstream version 2.1.210
- - - - -


5 changed files:

- .gitignore
- .mvn/wrapper/maven-wrapper.properties
- MAVEN.md
- build.sh
- pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/commit/86c1ccea11a6fa91aa6b856a17274992d926d2bb

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/commit/86c1ccea11a6fa91aa6b856a17274992d926d2bb
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/h2database][master] 22 commits: Switch to debhelper-compat = 13.

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / h2database


Commits:
5f32887b by Markus Koschany at 2022-02-12T13:05:48+01:00
Switch to debhelper-compat = 13.

- - - - -
760ea5b5 by Markus Koschany at 2022-02-12T13:06:26+01:00
Declare compliance with Debian Policy 4.6.0.

- - - - -
9c44cd2c by Markus Koschany at 2022-02-12T13:07:19+01:00
Update copyright year

- - - - -
86c1ccea by Markus Koschany at 2022-02-12T13:08:02+01:00
New upstream version 2.1.210
- - - - -
cac1f9e5 by Markus Koschany at 2022-02-12T13:08:07+01:00
Update upstream source from tag upstream/2.1.210

Update to upstream version 2.1.210
with Debian dir 22d6bf7eca615e08c276a090f1431eb5353779a3
- - - - -
9e7518c3 by Markus Koschany at 2022-02-12T19:18:45+01:00
Drop the patches

- - - - -
c39ff2fc by Markus Koschany at 2022-02-12T19:58:04+01:00
Rebase use-jar-files-from-debian.patch and reproducible-javadoc.patch

- - - - -
7c14183e by Markus Koschany at 2022-02-12T19:59:35+01:00
Build-depend on libjarkata-servlet-api-java, libasm-java and

libservlet-api-java.

- - - - -
0ca9d3e5 by Markus Koschany at 2022-02-12T20:02:03+01:00
Update changelog

- - - - -
6131ea81 by Markus Koschany at 2022-02-12T20:06:56+01:00
Fix changelog version

- - - - -
5fd2c73e by Markus Koschany at 2022-02-12T20:08:30+01:00
Fix typo

- - - - -
df9838b5 by Markus Koschany at 2022-02-12T20:11:25+01:00
Fix another typo in use-jar-files-from-debian.patch

- - - - -
7371cbc9 by Markus Koschany at 2022-02-12T20:16:03+01:00
Build-depend on liblucene8-java.

- - - - -
d0c25e67 by Markus Koschany at 2022-02-12T20:20:02+01:00
Drop libh2-java-doc binary package.

- - - - -
c8318e11 by Markus Koschany at 2022-02-12T20:47:48+01:00
Update use-jar-files-from-debian.patch to find

system jars for the javadoc build step

- - - - -
eb8892f5 by Markus Koschany at 2022-02-12T20:48:20+01:00
Revert Drop libh2-java-doc binary package.

This reverts commit d0c25e67881cd9565dc3d4f47fe73d9532ca108b.

- - - - -
afdf5b57 by Markus Koschany at 2022-02-12T20:57:17+01:00
Update use-jar-files-from-debian.patch

- - - - -
67234536 by Markus Koschany at 2022-02-12T20:59:22+01:00
Remote tabs in debian/copyright

- - - - -
ad39129a by Markus Koschany at 2022-02-12T21:01:22+01:00
Update libh2-java.classpath

- - - - -
66cda7e7 by Markus Koschany at 2022-02-12T21:22:17+01:00
Update changelog

- - - - -
702e6c00 by Markus Koschany at 2022-02-12T21:25:02+01:00
Update patch headers

- - - - -
b23482de by Markus Koschany at 2022-02-12T21:38:30+01:00
Set urgency to high

- - - - -


18 changed files:

- .gitignore
- .mvn/wrapper/maven-wrapper.properties
- MAVEN.md
- build.sh
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/libh2-java.classpath
- − debian/patches/01-use-jar-files-from-debian.patch
- − debian/patches/03-osgi-compatibility.patch
- − debian/patches/04-reproducible-javadoc.patch
- − debian/patches/06-lucene-compatibility.patch
- − debian/patches/TestCrashAPI.patch
- + debian/patches/reproducible-javadoc.patch
- debian/patches/series
- + debian/patches/use-jar-files-from-debian.patch
- pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/compare/8b046377fad8e0ec7357561aa99a077244673fcd...b23482de97f37877afacae40f5146ea5359239db

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/compare/8b046377fad8e0ec7357561aa99a077244673fcd...b23482de97f37877afacae40f5146ea5359239db
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/h2database][pristine-tar] pristine-tar data for h2database_2.1.210.orig.tar.xz

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
h2database


Commits:
09383a4f by Markus Koschany at 2022-02-12T13:08:07+01:00
pristine-tar data for h2database_2.1.210.orig.tar.xz

- - - - -


2 changed files:

- + h2database_2.1.210.orig.tar.xz.delta
- + h2database_2.1.210.orig.tar.xz.id


Changes:

=
h2database_2.1.210.orig.tar.xz.delta
=
Binary files /dev/null and b/h2database_2.1.210.orig.tar.xz.delta differ


=
h2database_2.1.210.orig.tar.xz.id
=
@@ -0,0 +1 @@
+65da97c1dfa656ec17051f186f04469b3d7259f8



View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/commit/09383a4fe5681a2ae36e9d42e6a58843ad175b84

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/h2database/-/commit/09383a4fe5681a2ae36e9d42e6a58843ad175b84
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-log4j1.2] Pushed new tag debian/1.2.17-8+deb10u2

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/1.2.17-8+deb10u2 at Debian Java 
Maintainers / apache-log4j1.2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-log4j1.2/-/tree/debian/1.2.17-8+deb10u2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-log4j1.2] Pushed new branch bullseye

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye at Debian Java Maintainers / 
apache-log4j1.2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-log4j1.2/-/tree/bullseye
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-log4j1.2] Pushed new tag debian/1.2.17-10+deb11u1

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/1.2.17-10+deb11u1 at Debian Java 
Maintainers / apache-log4j1.2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-log4j1.2/-/tree/debian/1.2.17-10+deb11u1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/undertow] Pushed new tag debian/2.2.16-1

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/2.2.16-1 at Debian Java Maintainers / 
undertow

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/undertow/-/tree/debian/2.2.16-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/undertow][master] 5 commits: New upstream version 2.2.16

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / undertow


Commits:
55522c20 by Markus Koschany at 2022-02-11T19:09:13+01:00
New upstream version 2.2.16
- - - - -
a5d5773a by Markus Koschany at 2022-02-11T19:09:16+01:00
Update upstream source from tag upstream/2.2.16

Update to upstream version 2.2.16
with Debian dir 07c6f8f69198730c0c71b5a963040c5666ba05c5
- - - - -
85332a23 by Markus Koschany at 2022-02-11T19:12:27+01:00
Update copyright

- - - - -
825436b3 by Markus Koschany at 2022-02-11T19:13:27+01:00
Update changelog

- - - - -
f1b5341d by Markus Koschany at 2022-02-11T19:24:26+01:00
Tighten dependency on jboss-xnio

- - - - -


30 changed files:

- benchmarks/pom.xml
- core/pom.xml
- core/src/main/java/io/undertow/UndertowMessages.java
- core/src/main/java/io/undertow/client/http/HttpRequestConduit.java
- core/src/main/java/io/undertow/conduits/ChunkedStreamSourceConduit.java
- core/src/main/java/io/undertow/conduits/FixedLengthStreamSourceConduit.java
- core/src/main/java/io/undertow/io/UndertowOutputStream.java
- core/src/main/java/io/undertow/protocols/http2/HpackEncoder.java
- core/src/main/java/io/undertow/protocols/http2/Http2Channel.java
- core/src/main/java/io/undertow/protocols/ssl/UndertowSslConnection.java
- 
core/src/main/java/io/undertow/server/handlers/form/MultiPartParserDefinition.java
- core/src/main/java/io/undertow/server/handlers/resource/PathResource.java
- core/src/main/java/io/undertow/server/protocol/ajp/AjpReadListener.java
- core/src/main/java/io/undertow/util/URLUtils.java
- + 
core/src/test/java/io/undertow/client/http/H2CUpgradeContinuationTestCase.java
- + 
core/src/test/java/io/undertow/server/handlers/HeadBlockingExchangeTestCase.java
- core/src/test/java/io/undertow/server/handlers/QueryParametersTestCase.java
- core/src/test/java/io/undertow/server/protocol/http/SimpleParserTestCase.java
- core/src/test/java/io/undertow/util/HeaderMapTestCase.java
- coverage-report/pom.xml
- debian/changelog
- debian/control
- debian/copyright
- dist/pom.xml
- examples/pom.xml
- jakarta/examples/pom.xml
- jakarta/pom.xml
- jakarta/servlet/pom.xml
- jakarta/websockets-jsr/pom.xml
- karaf/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/undertow/-/compare/69e8ba9e699f5be05d32d68f882a5ec8c75a1acd...f1b5341d359c59c9dabd265223db95e08dc4bdac

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/undertow/-/compare/69e8ba9e699f5be05d32d68f882a5ec8c75a1acd...f1b5341d359c59c9dabd265223db95e08dc4bdac
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/undertow] Pushed new tag upstream/2.2.16

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/2.2.16 at Debian Java Maintainers / 
undertow

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/undertow/-/tree/upstream/2.2.16
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/undertow][upstream] New upstream version 2.2.16

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch upstream at Debian Java Maintainers / undertow


Commits:
55522c20 by Markus Koschany at 2022-02-11T19:09:13+01:00
New upstream version 2.2.16
- - - - -


30 changed files:

- benchmarks/pom.xml
- core/pom.xml
- core/src/main/java/io/undertow/UndertowMessages.java
- core/src/main/java/io/undertow/client/http/HttpRequestConduit.java
- core/src/main/java/io/undertow/conduits/ChunkedStreamSourceConduit.java
- core/src/main/java/io/undertow/conduits/FixedLengthStreamSourceConduit.java
- core/src/main/java/io/undertow/io/UndertowOutputStream.java
- core/src/main/java/io/undertow/protocols/http2/HpackEncoder.java
- core/src/main/java/io/undertow/protocols/http2/Http2Channel.java
- core/src/main/java/io/undertow/protocols/ssl/UndertowSslConnection.java
- 
core/src/main/java/io/undertow/server/handlers/form/MultiPartParserDefinition.java
- core/src/main/java/io/undertow/server/handlers/resource/PathResource.java
- core/src/main/java/io/undertow/server/protocol/ajp/AjpReadListener.java
- core/src/main/java/io/undertow/util/URLUtils.java
- + 
core/src/test/java/io/undertow/client/http/H2CUpgradeContinuationTestCase.java
- + 
core/src/test/java/io/undertow/server/handlers/HeadBlockingExchangeTestCase.java
- core/src/test/java/io/undertow/server/handlers/QueryParametersTestCase.java
- core/src/test/java/io/undertow/server/protocol/http/SimpleParserTestCase.java
- core/src/test/java/io/undertow/util/HeaderMapTestCase.java
- coverage-report/pom.xml
- dist/pom.xml
- examples/pom.xml
- jakarta/examples/pom.xml
- jakarta/pom.xml
- jakarta/servlet/pom.xml
- jakarta/websockets-jsr/pom.xml
- karaf/pom.xml
- parser-generator/pom.xml
- pom.xml
- servlet/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/undertow/-/commit/55522c2011065b0871fdfe9cdeda139551d42608

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/undertow/-/commit/55522c2011065b0871fdfe9cdeda139551d42608
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/undertow][pristine-tar] pristine-tar data for undertow_2.2.16.orig.tar.gz

2022-02-12 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
undertow


Commits:
6c59be7e by Markus Koschany at 2022-02-11T19:09:16+01:00
pristine-tar data for undertow_2.2.16.orig.tar.gz

- - - - -


2 changed files:

- + undertow_2.2.16.orig.tar.gz.delta
- + undertow_2.2.16.orig.tar.gz.id


Changes:

=
undertow_2.2.16.orig.tar.gz.delta
=
Binary files /dev/null and b/undertow_2.2.16.orig.tar.gz.delta differ


=
undertow_2.2.16.orig.tar.gz.id
=
@@ -0,0 +1 @@
+73bb34e8ba2449ef1bc921f2ff3a22a65dd939dc



View it on GitLab: 
https://salsa.debian.org/java-team/undertow/-/commit/6c59be7ea014a91d6c4e6f7fced4969dba9a511f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/undertow/-/commit/6c59be7ea014a91d6c4e6f7fced4969dba9a511f
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-log4j2][buster] 7 commits: Import Upstream version 2.12.3

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch buster at Debian Java Maintainers / 
apache-log4j2


Commits:
aa58884f by Markus Koschany at 2021-12-26T23:36:29+01:00
Import Upstream version 2.12.3
- - - - -
017ccdce by Markus Koschany at 2021-12-29T11:39:57+01:00
New upstream version 2.17.1
- - - - -
7c2fd09a by Markus Koschany at 2021-12-29T11:40:00+01:00
Update upstream source from tag upstream/2.17.1

Update to upstream version 2.17.1
with Debian dir ce16e1cacaeb88cfcf36958b15d764ce7c4936cb
- - - - -
abc5134f by Markus Koschany at 2021-12-29T11:52:29+01:00
Update changelog

- - - - -
b3c2f87e by Markus Koschany at 2022-02-11T20:54:54+01:00
Merge branch master into bullseye

- - - - -
8c671379 by Markus Koschany at 2022-02-11T20:57:44+01:00
Release 2.17.1-1~deb11u1

- - - - -
7507091d by Markus Koschany at 2022-02-11T21:20:46+01:00
Merge branch bullseye into buster

- - - - -


30 changed files:

- .github/workflows/benchmark.yml
- .github/workflows/main.yml → .github/workflows/build.yml
- + CODE_OF_CONDUCT.md
- README.md
- RELEASE-NOTES.md
- debian/changelog
- + docs/2.17.0-interpolation.md
- + docs/cve-map.md
- log4j-1.2-api/pom.xml
- log4j-1.2-api/src/main/java/org/apache/log4j/bridge/FilterAdapter.java
- 
log4j-1.2-api/src/main/java/org/apache/log4j/builders/appender/RollingFileAppenderBuilder.java
- 
log4j-1.2-api/src/main/java/org/apache/log4j/config/PropertiesConfiguration.java
- 
log4j-1.2-api/src/main/java/org/apache/log4j/helpers/AppenderAttachableImpl.java
- log4j-1.2-api/src/main/java/org/apache/log4j/helpers/OptionConverter.java
- log4j-1.2-api/src/test/java/org/apache/log4j/config/ZeroFilterFixture.java → 
log4j-1.2-api/src/test/java/org/apache/log4j/config/NeutralFilterFixture.java
- 
log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesConfigurationTest.java
- log4j-1.2-api/src/test/resources/LOG4J2-3247.properties
- log4j-api-java9/pom.xml
- log4j-api/pom.xml
- log4j-api/src/main/java/org/apache/logging/log4j/Logger.java
- log4j-api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java
- 
log4j-api/src/main/java/org/apache/logging/log4j/spi/ExtendedLoggerWrapper.java
- log4j-appserver/pom.xml
- log4j-bom/pom.xml
- log4j-cassandra/pom.xml
- log4j-core-its/pom.xml
- log4j-core-java9/pom.xml
- log4j-core/pom.xml
- log4j-core/revapi.json
- 
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/jdbc/DataSourceConnectionSource.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/apache-log4j2/-/compare/5d77a5fc469ac11042256a03e4a2e541e66c51a6...7507091da789d02ba543f59a1602ec45ed1f74ba

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-log4j2/-/compare/5d77a5fc469ac11042256a03e4a2e541e66c51a6...7507091da789d02ba543f59a1602ec45ed1f74ba
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-log4j2] Pushed new tag debian/2.17.1-1_deb10u1

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/2.17.1-1_deb10u1 at Debian Java 
Maintainers / apache-log4j2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-log4j2/-/tree/debian/2.17.1-1_deb10u1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-xnio] Pushed new tag upstream/3.8.6

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/3.8.6 at Debian Java Maintainers / 
jboss-xnio

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-xnio/-/tree/upstream/3.8.6
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-xnio][pristine-tar] pristine-tar data for jboss-xnio_3.8.6.orig.tar.gz

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
jboss-xnio


Commits:
89a718a7 by Markus Koschany at 2022-02-11T18:36:41+01:00
pristine-tar data for jboss-xnio_3.8.6.orig.tar.gz

- - - - -


2 changed files:

- + jboss-xnio_3.8.6.orig.tar.gz.delta
- + jboss-xnio_3.8.6.orig.tar.gz.id


Changes:

=
jboss-xnio_3.8.6.orig.tar.gz.delta
=
Binary files /dev/null and b/jboss-xnio_3.8.6.orig.tar.gz.delta differ


=
jboss-xnio_3.8.6.orig.tar.gz.id
=
@@ -0,0 +1 @@
+de581bfa53d05f92ead2d2f02f85990b646f120e



View it on GitLab: 
https://salsa.debian.org/java-team/jboss-xnio/-/commit/89a718a7424a88d5cf79ebf01f8b9afa407d4e84

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-xnio/-/commit/89a718a7424a88d5cf79ebf01f8b9afa407d4e84
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-xnio] Pushed new tag debian/3.8.6-1

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.8.6-1 at Debian Java Maintainers / 
jboss-xnio

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-xnio/-/tree/debian/3.8.6-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libsejda-eventstudio-java] Pushed new tag upstream/3.0.4

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/3.0.4 at Debian Java Maintainers / 
libsejda-eventstudio-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libsejda-eventstudio-java/-/tree/upstream/3.0.4
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libsejda-eventstudio-java] Pushed new tag debian/3.0.4-1

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.0.4-1 at Debian Java Maintainers / 
libsejda-eventstudio-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libsejda-eventstudio-java/-/tree/debian/3.0.4-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libsejda-eventstudio-java][pristine-tar] pristine-tar data for libsejda-eventstudio-java_3.0.4.orig.tar.xz

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
libsejda-eventstudio-java


Commits:
fa79badf by Markus Koschany at 2022-02-11T12:11:10+01:00
pristine-tar data for libsejda-eventstudio-java_3.0.4.orig.tar.xz

- - - - -


2 changed files:

- + libsejda-eventstudio-java_3.0.4.orig.tar.xz.delta
- + libsejda-eventstudio-java_3.0.4.orig.tar.xz.id


Changes:

=
libsejda-eventstudio-java_3.0.4.orig.tar.xz.delta
=
Binary files /dev/null and b/libsejda-eventstudio-java_3.0.4.orig.tar.xz.delta 
differ


=
libsejda-eventstudio-java_3.0.4.orig.tar.xz.id
=
@@ -0,0 +1 @@
+9653e396d201be2dbe8610df7992698555e33c42



View it on GitLab: 
https://salsa.debian.org/java-team/libsejda-eventstudio-java/-/commit/fa79badf1fc30aa1b0e56284fccdda0c78e3888d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libsejda-eventstudio-java/-/commit/fa79badf1fc30aa1b0e56284fccdda0c78e3888d
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/pdfsam] Pushed new tag upstream/4.2.12

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/4.2.12 at Debian Java Maintainers / 
pdfsam

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/pdfsam/-/tree/upstream/4.2.12
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/pdfsam] Pushed new tag debian/4.2.12-1

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/4.2.12-1 at Debian Java Maintainers / 
pdfsam

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/pdfsam/-/tree/debian/4.2.12-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/pdfsam][pristine-tar] pristine-tar data for pdfsam_4.2.12.orig.tar.xz

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
pdfsam


Commits:
aeca3f25 by Markus Koschany at 2022-02-11T12:00:55+01:00
pristine-tar data for pdfsam_4.2.12.orig.tar.xz

- - - - -


2 changed files:

- + pdfsam_4.2.12.orig.tar.xz.delta
- + pdfsam_4.2.12.orig.tar.xz.id


Changes:

=
pdfsam_4.2.12.orig.tar.xz.delta
=
Binary files /dev/null and b/pdfsam_4.2.12.orig.tar.xz.delta differ


=
pdfsam_4.2.12.orig.tar.xz.id
=
@@ -0,0 +1 @@
+8b1dc9c8bb87d3c37687a920ae1555ba3a1b296f



View it on GitLab: 
https://salsa.debian.org/java-team/pdfsam/-/commit/aeca3f250accf76191ea2bba08d6a1b917eebd13

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/pdfsam/-/commit/aeca3f250accf76191ea2bba08d6a1b917eebd13
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jetty9][upstream] 2 commits: New upstream version 9.4.45

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch upstream at Debian Java Maintainers / jetty9


Commits:
68c3a969 by Markus Koschany at 2022-02-11T10:53:57+01:00
New upstream version 9.4.45
- - - - -
e6071ff4 by Markus Koschany at 2022-02-11T11:19:54+01:00
New upstream version 9.4.45
- - - - -


30 changed files:

- .github/dependabot.yml
- VERSION.txt
- aggregates/jetty-all-compact3/pom.xml
- aggregates/jetty-all/pom.xml
- apache-jsp/pom.xml
- 
apache-jsp/src/main/java/org/eclipse/jetty/apache/jsp/JettyJasperInitializer.java
- apache-jsp/src/main/java/org/eclipse/jetty/apache/jsp/JettyTldPreScanned.java
- apache-jsp/src/main/java/org/eclipse/jetty/apache/jsp/JuliLog.java
- apache-jsp/src/main/java/org/eclipse/jetty/jsp/JettyJspServlet.java
- apache-jsp/src/test/java/org/eclipse/jetty/jsp/TestJettyJspServlet.java
- apache-jsp/src/test/java/org/eclipse/jetty/jsp/TestJettyTldPreScanned.java
- apache-jsp/src/test/java/org/eclipse/jetty/jsp/TestJspFileNameToClass.java
- apache-jstl/pom.xml
- apache-jstl/src/test/java/org/eclipse/jetty/jstl/JspConfig.java
- apache-jstl/src/test/java/org/eclipse/jetty/jstl/JspIncludeTest.java
- apache-jstl/src/test/java/org/eclipse/jetty/jstl/JstlTest.java
- build-resources/pom.xml
- examples/async-rest/async-rest-jar/pom.xml
- 
examples/async-rest/async-rest-jar/src/main/java/org/eclipse/jetty/example/asyncrest/AbstractRestServlet.java
- 
examples/async-rest/async-rest-jar/src/main/java/org/eclipse/jetty/example/asyncrest/AsyncRestServlet.java
- 
examples/async-rest/async-rest-jar/src/main/java/org/eclipse/jetty/example/asyncrest/SerialRestServlet.java
- examples/async-rest/async-rest-webapp/pom.xml
- 
examples/async-rest/async-rest-webapp/src/test/java/org/eclipse/jetty/example/asyncrest/DemoServer.java
- examples/async-rest/pom.xml
- examples/embedded/pom.xml
- 
examples/embedded/src/main/java/org/eclipse/jetty/embedded/AsyncEchoServlet.java
- examples/embedded/src/main/java/org/eclipse/jetty/embedded/DumpServlet.java
- examples/embedded/src/main/java/org/eclipse/jetty/embedded/ExampleServer.java
- 
examples/embedded/src/main/java/org/eclipse/jetty/embedded/ExampleServerXml.java
- examples/embedded/src/main/java/org/eclipse/jetty/embedded/ExampleUtil.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/ff45b723813e055df4b0d79bc6e004f2ca174046...e6071ff4edae49d02c8291035ec3d6ba2b39f96a

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/ff45b723813e055df4b0d79bc6e004f2ca174046...e6071ff4edae49d02c8291035ec3d6ba2b39f96a
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jetty9][master] 9 commits: New upstream version 9.4.45

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / jetty9


Commits:
68c3a969 by Markus Koschany at 2022-02-11T10:53:57+01:00
New upstream version 9.4.45
- - - - -
900b02b6 by Markus Koschany at 2022-02-11T10:54:07+01:00
Update upstream source from tag upstream/9.4.45

Update to upstream version 9.4.45
with Debian dir 611551ffa086089552baaf469510ce73ce3b9289
- - - - -
b1d3b1b2 by Markus Koschany at 2022-02-11T11:05:50+01:00
Start new changelog entry

- - - - -
7049b38c by Markus Koschany at 2022-02-11T11:10:37+01:00
Ignore new dependencies

- - - - -
c9e221ad by Markus Koschany at 2022-02-11T11:13:26+01:00
Update copyright years

- - - - -
d453a93f by Markus Koschany at 2022-02-11T11:14:03+01:00
Update changelog

- - - - -
89a6839a by Markus Koschany at 2022-02-11T11:18:52+01:00
Remove haproxy binary file from the sources

- - - - -
e6071ff4 by Markus Koschany at 2022-02-11T11:19:54+01:00
New upstream version 9.4.45
- - - - -
1ef2b8d9 by Markus Koschany at 2022-02-11T11:20:03+01:00
Update upstream source from tag upstream/9.4.45

Update to upstream version 9.4.45
with Debian dir 2773b4412e7ab5cd7644ef45111073190752a095
- - - - -


30 changed files:

- .github/dependabot.yml
- VERSION.txt
- aggregates/jetty-all-compact3/pom.xml
- aggregates/jetty-all/pom.xml
- apache-jsp/pom.xml
- 
apache-jsp/src/main/java/org/eclipse/jetty/apache/jsp/JettyJasperInitializer.java
- apache-jsp/src/main/java/org/eclipse/jetty/apache/jsp/JettyTldPreScanned.java
- apache-jsp/src/main/java/org/eclipse/jetty/apache/jsp/JuliLog.java
- apache-jsp/src/main/java/org/eclipse/jetty/jsp/JettyJspServlet.java
- apache-jsp/src/test/java/org/eclipse/jetty/jsp/TestJettyJspServlet.java
- apache-jsp/src/test/java/org/eclipse/jetty/jsp/TestJettyTldPreScanned.java
- apache-jsp/src/test/java/org/eclipse/jetty/jsp/TestJspFileNameToClass.java
- apache-jstl/pom.xml
- apache-jstl/src/test/java/org/eclipse/jetty/jstl/JspConfig.java
- apache-jstl/src/test/java/org/eclipse/jetty/jstl/JspIncludeTest.java
- apache-jstl/src/test/java/org/eclipse/jetty/jstl/JstlTest.java
- build-resources/pom.xml
- debian/changelog
- debian/copyright
- debian/maven.ignoreRules
- examples/async-rest/async-rest-jar/pom.xml
- 
examples/async-rest/async-rest-jar/src/main/java/org/eclipse/jetty/example/asyncrest/AbstractRestServlet.java
- 
examples/async-rest/async-rest-jar/src/main/java/org/eclipse/jetty/example/asyncrest/AsyncRestServlet.java
- 
examples/async-rest/async-rest-jar/src/main/java/org/eclipse/jetty/example/asyncrest/SerialRestServlet.java
- examples/async-rest/async-rest-webapp/pom.xml
- 
examples/async-rest/async-rest-webapp/src/test/java/org/eclipse/jetty/example/asyncrest/DemoServer.java
- examples/async-rest/pom.xml
- examples/embedded/pom.xml
- 
examples/embedded/src/main/java/org/eclipse/jetty/embedded/AsyncEchoServlet.java
- examples/embedded/src/main/java/org/eclipse/jetty/embedded/DumpServlet.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/339170238d42f282c9f92f8d36ad8425ac3e4ce6...1ef2b8d97f92fbe422e2610f64d39e2a6bdc9f65

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/339170238d42f282c9f92f8d36ad8425ac3e4ce6...1ef2b8d97f92fbe422e2610f64d39e2a6bdc9f65
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jetty9][pristine-tar] 2 commits: pristine-tar data for jetty9_9.4.45.orig.tar.xz

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
jetty9


Commits:
b3a66ce2 by Markus Koschany at 2022-02-11T10:54:07+01:00
pristine-tar data for jetty9_9.4.45.orig.tar.xz

- - - - -
02882204 by Markus Koschany at 2022-02-11T11:20:03+01:00
pristine-tar data for jetty9_9.4.45.orig.tar.xz

- - - - -


2 changed files:

- + jetty9_9.4.45.orig.tar.xz.delta
- + jetty9_9.4.45.orig.tar.xz.id


Changes:

=
jetty9_9.4.45.orig.tar.xz.delta
=
Binary files /dev/null and b/jetty9_9.4.45.orig.tar.xz.delta differ


=
jetty9_9.4.45.orig.tar.xz.id
=
@@ -0,0 +1 @@
+28d9d121a4781630eabd7a7dace228d504403493



View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/2088c1f181183857e6eb3461c7b5b1a82e2f3060...02882204e579f6b1a7d969dd2054ca59d968722f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/compare/2088c1f181183857e6eb3461c7b5b1a82e2f3060...02882204e579f6b1a7d969dd2054ca59d968722f
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jetty9] Pushed new tag upstream/9.4.45

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/9.4.45 at Debian Java Maintainers / 
jetty9

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/tree/upstream/9.4.45
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jetty9] Pushed new tag debian/9.4.45-1

2022-02-11 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/9.4.45-1 at Debian Java Maintainers / 
jetty9

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jetty9/-/tree/debian/9.4.45-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/tomcat9] Pushed new tag upstream/9.0.58

2022-02-09 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/9.0.58 at Debian Java Maintainers / 
tomcat9

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/tree/upstream/9.0.58
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/tomcat9] Pushed new tag debian/9.0.58-1

2022-02-09 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/9.0.58-1 at Debian Java Maintainers / 
tomcat9

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/tree/debian/9.0.58-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/tomcat9][master] 8 commits: Update copyright years

2022-02-09 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / tomcat9


Commits:
d2eef44b by Markus Koschany at 2022-02-07T23:15:54+01:00
Update copyright years

- - - - -
112e535b by Markus Koschany at 2022-02-07T23:16:58+01:00
New upstream version 9.0.58
- - - - -
d7fd4b42 by Markus Koschany at 2022-02-07T23:17:06+01:00
Update upstream source from tag upstream/9.0.58

Update to upstream version 9.0.58
with Debian dir 8c6ca41776ed7b7a50641594e48f75e9cad8b976
- - - - -
56b1d07b by Markus Koschany at 2022-02-07T23:32:53+01:00
Update changelog

- - - - -
f1f48efe by Markus Koschany at 2022-02-07T23:33:26+01:00
Remove no-java17-yet.patch

- - - - -
1ff7eb9e by Markus Koschany at 2022-02-09T02:55:08+01:00
Rename tomcat9.tmpfile to tomcat9.tmpfiles

- - - - -
e06fccf1 by Markus Koschany at 2022-02-09T15:50:30+01:00
Add disable-jacoco.patch

- - - - -
005edba4 by Markus Koschany at 2022-02-09T15:51:25+01:00
Update changelog

- - - - -


30 changed files:

- BUILDING.txt
- NOTICE
- README.md
- build.properties.default
- build.xml
- conf/catalina.policy
- conf/server.xml
- debian/changelog
- debian/copyright
- + debian/patches/disable-jacoco.patch
- − debian/patches/no-java17-yet.patch
- debian/patches/series
- debian/tomcat9.tmpfile → debian/tomcat9.tmpfiles
- java/javax/el/ArrayELResolver.java
- java/javax/el/BeanELResolver.java
- java/javax/el/ListELResolver.java
- java/javax/el/LocalStrings.properties
- java/javax/el/LocalStrings_fr.properties
- java/javax/el/LocalStrings_ja.properties
- java/javax/el/LocalStrings_ko.properties
- java/javax/el/LocalStrings_zh_CN.properties
- java/javax/el/MapELResolver.java
- java/javax/el/ResourceBundleELResolver.java
- java/javax/el/StaticFieldELResolver.java
- java/javax/servlet/FilterChain.java
- java/javax/servlet/FilterConfig.java
- java/javax/servlet/GenericFilter.java
- java/javax/servlet/RequestDispatcher.java
- java/javax/servlet/ServletContext.java
- java/javax/servlet/ServletContextAttributeEvent.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/compare/ea00e7ca53e689eb4ac7f353b78ab08702f3b9c9...005edba4a2c662ff187eeb34e034583c25646e40

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/compare/ea00e7ca53e689eb4ac7f353b78ab08702f3b9c9...005edba4a2c662ff187eeb34e034583c25646e40
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/tomcat9][pristine-tar] pristine-tar data for tomcat9_9.0.58.orig.tar.xz

2022-02-09 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
tomcat9


Commits:
46b22e4d by Markus Koschany at 2022-02-07T23:17:06+01:00
pristine-tar data for tomcat9_9.0.58.orig.tar.xz

- - - - -


2 changed files:

- + tomcat9_9.0.58.orig.tar.xz.delta
- + tomcat9_9.0.58.orig.tar.xz.id


Changes:

=
tomcat9_9.0.58.orig.tar.xz.delta
=
Binary files /dev/null and b/tomcat9_9.0.58.orig.tar.xz.delta differ


=
tomcat9_9.0.58.orig.tar.xz.id
=
@@ -0,0 +1 @@
+c21647c6fa67a16dc0465e9ac400a16aa3290f0e



View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/commit/46b22e4d65818510812da2e50bd2423bab098759

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/commit/46b22e4d65818510812da2e50bd2423bab098759
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/tomcat9][upstream] New upstream version 9.0.58

2022-02-09 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch upstream at Debian Java Maintainers / tomcat9


Commits:
112e535b by Markus Koschany at 2022-02-07T23:16:58+01:00
New upstream version 9.0.58
- - - - -


30 changed files:

- BUILDING.txt
- NOTICE
- README.md
- build.properties.default
- build.xml
- conf/catalina.policy
- conf/server.xml
- java/javax/el/ArrayELResolver.java
- java/javax/el/BeanELResolver.java
- java/javax/el/ListELResolver.java
- java/javax/el/LocalStrings.properties
- java/javax/el/LocalStrings_fr.properties
- java/javax/el/LocalStrings_ja.properties
- java/javax/el/LocalStrings_ko.properties
- java/javax/el/LocalStrings_zh_CN.properties
- java/javax/el/MapELResolver.java
- java/javax/el/ResourceBundleELResolver.java
- java/javax/el/StaticFieldELResolver.java
- java/javax/servlet/FilterChain.java
- java/javax/servlet/FilterConfig.java
- java/javax/servlet/GenericFilter.java
- java/javax/servlet/RequestDispatcher.java
- java/javax/servlet/ServletContext.java
- java/javax/servlet/ServletContextAttributeEvent.java
- java/javax/servlet/ServletContextAttributeListener.java
- java/javax/servlet/ServletContextEvent.java
- java/javax/servlet/ServletContextListener.java
- java/javax/servlet/ServletRequest.java
- java/javax/servlet/ServletRequestWrapper.java
- java/javax/servlet/ServletResponse.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/commit/112e535b13eadb8cbec66c815900d922724aa912

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/commit/112e535b13eadb8cbec66c815900d922724aa912
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/librdfa-java] Pushed new tag debian/1.0.0_BETA1-2

2022-02-07 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/1.0.0_BETA1-2 at Debian Java Maintainers 
/ librdfa-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/librdfa-java/-/tree/debian/1.0.0_BETA1-2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/librdfa-java][master] 2 commits: Update debian/copyright and add the 2010 copyright year too

2022-02-07 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / 
librdfa-java


Commits:
d0c7e135 by Markus Koschany at 2022-02-07T23:08:44+01:00
Update debian/copyright and add the 2010 copyright year too

- - - - -
3adee4ff by Markus Koschany at 2022-02-07T23:09:27+01:00
Update changelog

- - - - -


2 changed files:

- debian/changelog
- debian/copyright


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+librdfa-java (1.0.0~BETA1-2) unstable; urgency=medium
+
+  * Source-only rebuild.
+
+ -- Markus Koschany   Mon, 07 Feb 2022 23:09:06 +0100
+
 librdfa-java (1.0.0~BETA1-1) unstable; urgency=medium
 
   * Initial release. (Closes: #986857 )


=
debian/copyright
=
@@ -3,7 +3,7 @@ Upstream-Name: java-rdfa
 Source: https://github.com/iteggmbh/java-rdfa
 
 Files: *
-Copyright: 2009, The University of Bristol
+Copyright: 2009,2010, The University of Bristol
 License: BSD-3-clause
 
 Files: debian/*



View it on GitLab: 
https://salsa.debian.org/java-team/librdfa-java/-/compare/6c80c6f3a25203faaccdf51d8fccba3ee65f556d...3adee4ff73f3a28ddcba36ce5827a38ac5fa234f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/librdfa-java/-/compare/6c80c6f3a25203faaccdf51d8fccba3ee65f556d...3adee4ff73f3a28ddcba36ce5827a38ac5fa234f
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libodfdom-java] Pushed new tag debian/0.9.0_RC2-2

2022-02-07 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/0.9.0_RC2-2 at Debian Java Maintainers / 
libodfdom-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libodfdom-java/-/tree/debian/0.9.0_RC2-2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libodfdom-java][master] Update changelog

2022-02-07 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / 
libodfdom-java


Commits:
70f0c073 by Markus Koschany at 2022-02-07T23:03:57+01:00
Update changelog

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+libodfdom-java (0.9.0~RC2-2) unstable; urgency=medium
+
+  * Source-only rebuild.
+
+ -- Markus Koschany   Mon, 07 Feb 2022 23:03:38 +0100
+
 libodfdom-java (0.9.0~RC2-1) unstable; urgency=medium
 
   * Initial release. (Closes: #986681)



View it on GitLab: 
https://salsa.debian.org/java-team/libodfdom-java/-/commit/70f0c073b9a23e86d50f537fdbccb63ea6ef86bc

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libodfdom-java/-/commit/70f0c073b9a23e86d50f537fdbccb63ea6ef86bc
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libmarc4j-java][master] 2 commits: Add Bas Peters to debian/copyright

2022-02-07 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / 
libmarc4j-java


Commits:
d9eac008 by Markus Koschany at 2022-01-16T11:55:53+01:00
Add Bas Peters to debian/copyright

- - - - -
dc7684e0 by Markus Koschany at 2022-02-07T22:59:46+01:00
Update changelog

- - - - -


2 changed files:

- debian/changelog
- debian/copyright


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+libmarc4j-java (2.9.1-2) unstable; urgency=medium
+
+  * Source-only rebuild.
+  * Add Bas Peters to debian/copyright.
+
+ -- Markus Koschany   Mon, 07 Feb 2022 22:59:29 +0100
+
 libmarc4j-java (2.9.1-1) unstable; urgency=medium
 
   * Initial release. (Closes: #986677)


=
debian/copyright
=
@@ -7,7 +7,7 @@ Files-Excluded:
 
 Files: *
 Copyright: Robert Haschart, Simon Spero, Kevin S. Clarke, Jonathan Rochkind,
-   Bill Dueber, Joe Atzberger
+   Bill Dueber, Joe Atzberger and Bas Peters
 License: LGPL-2.1+
 
 Files: debian/*



View it on GitLab: 
https://salsa.debian.org/java-team/libmarc4j-java/-/compare/9b28d95329142e015aac87d4f6a40617d792657a...dc7684e0f60e4246a1712628f8af28210cc397e6

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libmarc4j-java/-/compare/9b28d95329142e015aac87d4f6a40617d792657a...dc7684e0f60e4246a1712628f8af28210cc397e6
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libmarc4j-java] Pushed new tag debian/2.9.1-2

2022-02-07 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/2.9.1-2 at Debian Java Maintainers / 
libmarc4j-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libmarc4j-java/-/tree/debian/2.9.1-2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-jena][master] 5 commits: Remove workaround for jena-tdb2 and B-D on libapache-jena-java.

2022-02-07 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / apache-jena


Commits:
90dd9e24 by Markus Koschany at 2021-05-02T16:53:42+02:00
Remove workaround for jena-tdb2 and B-D on libapache-jena-java.

- - - - -
d67bebda by Markus Koschany at 2021-05-02T17:01:00+02:00
Add jena-tdb2-javadoc.patch

- - - - -
c11cb71c by Markus Koschany at 2022-01-06T21:58:27+01:00
Update debian/copyright and document that DAWG and DAWG-Final directories are

also licensed under the W3C Software license.

- - - - -
9a887253 by Markus Koschany at 2022-02-07T22:43:43+01:00
Merge branch test

- - - - -
c0040737 by Markus Koschany at 2022-02-07T22:46:13+01:00
Update changelog

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/patches/jena-tdb2.patch → debian/patches/jena-tdb2-javadoc.patch
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,12 @@
+apache-jena (3.17.0-2) unstable; urgency=medium
+
+  * Remove workaround for jena-tdb2 and B-D on libapache-jena-java.
+  * Add jena-tdb2-javadoc.patch.
+  * Update debian/copyright and document that DAWG and DAWG-Final directories
+are also licensed under the W3C Software license.
+
+ -- Markus Koschany   Mon, 07 Feb 2022 22:44:42 +0100
+
 apache-jena (3.17.0-1) unstable; urgency=medium
 
   * Initial release. (Closes: #986605)


=
debian/control
=
@@ -8,6 +8,7 @@ Build-Depends:
  debhelper-compat (= 13),
  default-jdk,
  libapache-pom-java,
+ libapache-jena-java,
  libcommons-cli-java,
  libcommons-codec-java,
  libcommons-compress-java,


=
debian/copyright
=
@@ -12,6 +12,8 @@ Files: jena-arq/testing/RIOT/Lang/NQuadsStd/*
jena-arq/testing/RIOT/Lang/NTriplesStd/*
jena-arq/testing/RIOT/Lang/TrigStd/*
jena-arq/testing/RIOT/Lang/TurtleStd/*
+   jena-arq/testing/DAWG/*
+   jena-arq/testing/DAWG-Final/*
 Copyright: 2014, W3C Working Group
 License: W3C-Software-License
 


=
debian/patches/jena-tdb2.patch → debian/patches/jena-tdb2-javadoc.patch
=
@@ -1,49 +1,11 @@
 From: Markus Koschany 
-Date: Mon, 5 Apr 2021 21:06:57 +0200
-Subject: jena-tdb2
+Date: Sun, 2 May 2021 17:00:46 +0200
+Subject: jena-tdb2 javadoc
 
-Forwarded: not-needed
-
-Workaround to fix a FTBFS. The tdb2 artifact is not found which is also related
-to the fact that maven-debian-helper seems to get confused by modules inside
-modules.
 ---
- apache-jena-libs/pom.xml  | 19 +++
  jena-db/jena-tdb2/pom.xml | 14 --
- 2 files changed, 19 insertions(+), 14 deletions(-)
+ 1 file changed, 14 deletions(-)
 
-diff --git a/apache-jena-libs/pom.xml b/apache-jena-libs/pom.xml
-index d8372e3..280ee13 100644
 a/apache-jena-libs/pom.xml
-+++ b/apache-jena-libs/pom.xml
-@@ -54,8 +54,27 @@
-   org.apache.jena
-   jena-tdb2
-   3.17.0
-+  system
-+
${user.dir}/jena-db/jena-tdb2/target/jena-tdb2-3.17.0.jar
- 
- 
-+
-+  org.apache.jena
-+  jena-dboe-base
-+  3.17.0
-+  system
-+
${user.dir}/jena-db/jena-dboe-base/target/jena-dboe-base-3.17.0.jar
-+
-+
-+
-+  org.apache.jena
-+  jena-dboe-storage
-+  3.17.0
-+  system
-+
${user.dir}/jena-db/jena-dboe-storage/target/jena-dboe-storage-3.17.0.jar
-+
-+
-+
- 
-   org.apache.jena
-   jena-rdfconnection
 diff --git a/jena-db/jena-tdb2/pom.xml b/jena-db/jena-tdb2/pom.xml
 index ea44fc3..d5ef442 100644
 --- a/jena-db/jena-tdb2/pom.xml


=
debian/patches/series
=
@@ -1,4 +1,4 @@
 debian-system-guava.patch
 jena-db.patch
-jena-tdb2.patch
 fuseki2-geosparql.patch
+jena-tdb2-javadoc.patch



View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/compare/e93d8c7ef44a8fe0fd7b297af6cbe704caaa3d95...c004073714e0ffda1a76cea9c0ddae8bfa87c60a

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/compare/e93d8c7ef44a8fe0fd7b297af6cbe704caaa3d95...c004073714e0ffda1a76cea9c0ddae8bfa87c60a
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/apache-jena] Pushed new tag debian/3.17.0-2

2022-02-07 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.17.0-2 at Debian Java Maintainers / 
apache-jena

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/apache-jena/-/tree/debian/3.17.0-2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-logging] Pushed new tag upstream/3.4.3

2022-02-06 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/3.4.3 at Debian Java Maintainers / 
jboss-logging

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-logging/-/tree/upstream/3.4.3
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-logging] Pushed new tag debian/3.4.3-1

2022-02-06 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.4.3-1 at Debian Java Maintainers / 
jboss-logging

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-logging/-/tree/debian/3.4.3-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-logging][master] 4 commits: New upstream version 3.4.3

2022-02-06 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / 
jboss-logging


Commits:
7a1af073 by Markus Koschany at 2022-02-06T22:17:27+01:00
New upstream version 3.4.3
- - - - -
e7336060 by Markus Koschany at 2022-02-06T22:17:28+01:00
Update upstream source from tag upstream/3.4.3

Update to upstream version 3.4.3
with Debian dir 990c411bfa3f0f2bc6ead87d21553bb468697256
- - - - -
31fbe7f4 by Markus Koschany at 2022-02-06T22:18:10+01:00
Update copyright years

- - - - -
e6c41921 by Markus Koschany at 2022-02-06T22:18:39+01:00
Update changelog

- - - - -


4 changed files:

- .github/workflows/ci.yml
- debian/changelog
- debian/copyright
- pom.xml


Changes:

=
.github/workflows/ci.yml
=
@@ -19,21 +19,17 @@ jobs:
   fail-fast: false
   matrix:
 os: [ubuntu-latest, windows-latest ]
-java: ['1.8', '11']
+java: ['8', '11', '17']
 
 steps:
   - uses: actions/checkout@v2
-  - uses: actions/cache@v1
-with:
-  path: ~/.m2/repository
-  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-  restore-keys: |
-${{ runner.os }}-maven-
   - name: Set up JDK ${{ matrix.java }}
-uses: actions/setup-java@v1
+uses: actions/setup-java@v2
 with:
+  distribution: 'temurin'
   java-version: ${{ matrix.java }}
-  - name: Build and Test on ${{ matrix.java }}
+  cache: 'maven'
+  - name: Build and Test on Java ${{ matrix.java }}
 run: mvn clean install
   - uses: actions/upload-artifact@v2
 if: failure()


=
debian/changelog
=
@@ -1,3 +1,9 @@
+jboss-logging (3.4.3-1) unstable; urgency=medium
+
+  * New upstream version 3.4.3.
+
+ -- Markus Koschany   Sun, 06 Feb 2022 22:18:22 +0100
+
 jboss-logging (3.4.2-1) unstable; urgency=medium
 
   * New upstream version 3.4.2.


=
debian/copyright
=
@@ -3,11 +3,11 @@ Upstream-Name: JBoss Logging 3
 Source: https://github.com/jboss-logging/jboss-logging
 
 Files: *
-Copyright: 2010-2021, Redhat, Inc.
+Copyright: 2010-2022, Redhat, Inc.
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2015-2021, Markus Koschany 
+Copyright: 2015-2022, Markus Koschany 
 License: Apache-2.0
 
 License: Apache-2.0


=
pom.xml
=
@@ -5,7 +5,7 @@
 4.0.0
 org.jboss.logging
 jboss-logging
-3.4.2.Final
+3.4.3.Final
 jar
 JBoss Logging 3
 http://www.jboss.org
@@ -18,7 +18,7 @@
 
 org.jboss
 jboss-parent
-37
+39
 
 
 
@@ -31,12 +31,15 @@
 
 
 
-1.2.3
-1.2.16
-
2.11.2
-
2.1.9.Final
-5.7.0
-1.7.25
+1.2.8
+1.2.17
+
2.17.1
+
2.1.18.Final
+5.8.2
+1.7.32
+
+
+5.1.3
 
 
true
 
${project.build.directory}${file.separator}cp-test-classes



View it on GitLab: 
https://salsa.debian.org/java-team/jboss-logging/-/compare/3c72bbae3eba4278e5078ecbd31eaf6816c84c58...e6c41921b81850ece2150ca3593f6630c53c2d72

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-logging/-/compare/3c72bbae3eba4278e5078ecbd31eaf6816c84c58...e6c41921b81850ece2150ca3593f6630c53c2d72
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-logging][pristine-tar] pristine-tar data for jboss-logging_3.4.3.orig.tar.gz

2022-02-06 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
jboss-logging


Commits:
a79b1250 by Markus Koschany at 2022-02-06T22:17:27+01:00
pristine-tar data for jboss-logging_3.4.3.orig.tar.gz

- - - - -


2 changed files:

- + jboss-logging_3.4.3.orig.tar.gz.delta
- + jboss-logging_3.4.3.orig.tar.gz.id


Changes:

=
jboss-logging_3.4.3.orig.tar.gz.delta
=
Binary files /dev/null and b/jboss-logging_3.4.3.orig.tar.gz.delta differ


=
jboss-logging_3.4.3.orig.tar.gz.id
=
@@ -0,0 +1 @@
+123eb11697bc59100948917d8e5a20f52e7ba1bd



View it on GitLab: 
https://salsa.debian.org/java-team/jboss-logging/-/commit/a79b12505e66b214d48086c1ffc037652db7d900

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-logging/-/commit/a79b12505e66b214d48086c1ffc037652db7d900
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-logging][upstream] New upstream version 3.4.3

2022-02-06 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch upstream at Debian Java Maintainers / 
jboss-logging


Commits:
7a1af073 by Markus Koschany at 2022-02-06T22:17:27+01:00
New upstream version 3.4.3
- - - - -


2 changed files:

- .github/workflows/ci.yml
- pom.xml


Changes:

=
.github/workflows/ci.yml
=
@@ -19,21 +19,17 @@ jobs:
   fail-fast: false
   matrix:
 os: [ubuntu-latest, windows-latest ]
-java: ['1.8', '11']
+java: ['8', '11', '17']
 
 steps:
   - uses: actions/checkout@v2
-  - uses: actions/cache@v1
-with:
-  path: ~/.m2/repository
-  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-  restore-keys: |
-${{ runner.os }}-maven-
   - name: Set up JDK ${{ matrix.java }}
-uses: actions/setup-java@v1
+uses: actions/setup-java@v2
 with:
+  distribution: 'temurin'
   java-version: ${{ matrix.java }}
-  - name: Build and Test on ${{ matrix.java }}
+  cache: 'maven'
+  - name: Build and Test on Java ${{ matrix.java }}
 run: mvn clean install
   - uses: actions/upload-artifact@v2
 if: failure()


=
pom.xml
=
@@ -5,7 +5,7 @@
 4.0.0
 org.jboss.logging
 jboss-logging
-3.4.2.Final
+3.4.3.Final
 jar
 JBoss Logging 3
 http://www.jboss.org
@@ -18,7 +18,7 @@
 
 org.jboss
 jboss-parent
-37
+39
 
 
 
@@ -31,12 +31,15 @@
 
 
 
-1.2.3
-1.2.16
-
2.11.2
-
2.1.9.Final
-5.7.0
-1.7.25
+1.2.8
+1.2.17
+
2.17.1
+
2.1.18.Final
+5.8.2
+1.7.32
+
+
+5.1.3
 
 
true
 
${project.build.directory}${file.separator}cp-test-classes



View it on GitLab: 
https://salsa.debian.org/java-team/jboss-logging/-/commit/7a1af07316ddfe15d9c4fb4c7ba35ff4e7092b7d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-logging/-/commit/7a1af07316ddfe15d9c4fb4c7ba35ff4e7092b7d
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-modules] Pushed new tag upstream/2.0.2

2022-02-05 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag upstream/2.0.2 at Debian Java Maintainers / 
jboss-modules

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-modules/-/tree/upstream/2.0.2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-modules] Pushed new tag debian/2.0.2-1

2022-02-05 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/2.0.2-1 at Debian Java Maintainers / 
jboss-modules

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-modules/-/tree/debian/2.0.2-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-modules][pristine-tar] pristine-tar data for jboss-modules_2.0.2.orig.tar.gz

2022-02-05 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
jboss-modules


Commits:
2c9839a5 by Markus Koschany at 2022-02-06T00:59:52+01:00
pristine-tar data for jboss-modules_2.0.2.orig.tar.gz

- - - - -


2 changed files:

- + jboss-modules_2.0.2.orig.tar.gz.delta
- + jboss-modules_2.0.2.orig.tar.gz.id


Changes:

=
jboss-modules_2.0.2.orig.tar.gz.delta
=
Binary files /dev/null and b/jboss-modules_2.0.2.orig.tar.gz.delta differ


=
jboss-modules_2.0.2.orig.tar.gz.id
=
@@ -0,0 +1 @@
+8d7de466f48a94890573a023b1c758c1c461e591



View it on GitLab: 
https://salsa.debian.org/java-team/jboss-modules/-/commit/2c9839a5bb4718e495709eef374c7f71ea9e40ca

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-modules/-/commit/2c9839a5bb4718e495709eef374c7f71ea9e40ca
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-modules][upstream] New upstream version 2.0.2

2022-02-05 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch upstream at Debian Java Maintainers / 
jboss-modules


Commits:
608e040b by Markus Koschany at 2022-02-06T00:59:52+01:00
New upstream version 2.0.2
- - - - -


30 changed files:

- pom.xml
- src/main/java/org/jboss/modules/JDKModuleFinder.java
- src/main/java/org/jboss/modules/JavaSeDeps.java
- src/main/java/org/jboss/modules/LayeredModulePathFactory.java
- src/main/java/org/jboss/modules/LocalModuleFinder.java
- src/main/java/org/jboss/modules/Main.java
- src/main/java/org/jboss/modules/Module.java
- src/main/java/org/jboss/modules/xml/MXParser.java
- src/main/java/org/jboss/modules/xml/ModuleXmlParser.java
- src/main/java/org/jboss/modules/xml/PermissionsXmlParser.java
- src/main/java/org/jboss/modules/xml/SystemPropertyConditionBuilder.java
- src/main/java/org/jboss/modules/xml/XmlPullParser.java
- src/main/java/org/jboss/modules/xml/XmlPullParserException.java
- src/main/resources/jdk-module-paths/java.base
- src/main/resources/jdk-module-paths/java.compiler
- src/main/resources/jdk-module-paths/java.datatransfer
- src/main/resources/jdk-module-paths/java.desktop
- src/main/resources/jdk-module-paths/java.instrument
- src/main/resources/jdk-module-paths/java.logging
- src/main/resources/jdk-module-paths/java.management
- src/main/resources/jdk-module-paths/java.management.rmi
- src/main/resources/jdk-module-paths/java.naming
- + src/main/resources/jdk-module-paths/java.net.http
- src/main/resources/jdk-module-paths/java.rmi
- src/main/resources/jdk-module-paths/java.scripting
- src/main/resources/jdk-module-paths/java.security.jgss
- src/main/resources/jdk-module-paths/java.sql
- + src/main/resources/jdk-module-paths/java.transaction.xa
- src/main/resources/jdk-module-paths/java.xml
- src/main/resources/jdk-module-paths/java.xml.crypto


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/jboss-modules/-/commit/608e040b9e916b174ca7f3e85048d0a7606e81a2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-modules/-/commit/608e040b9e916b174ca7f3e85048d0a7606e81a2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/jboss-modules][master] 3 commits: New upstream version 2.0.2

2022-02-05 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch master at Debian Java Maintainers / 
jboss-modules


Commits:
608e040b by Markus Koschany at 2022-02-06T00:59:52+01:00
New upstream version 2.0.2
- - - - -
668883fe by Markus Koschany at 2022-02-06T00:59:53+01:00
Update upstream source from tag upstream/2.0.2

Update to upstream version 2.0.2
with Debian dir b6b885d2cd80796dcb3366c3921f035cb81bb7ca
- - - - -
c3f19bf7 by Markus Koschany at 2022-02-06T01:00:35+01:00
Update changelog

- - - - -


30 changed files:

- debian/changelog
- pom.xml
- src/main/java/org/jboss/modules/JDKModuleFinder.java
- src/main/java/org/jboss/modules/JavaSeDeps.java
- src/main/java/org/jboss/modules/LayeredModulePathFactory.java
- src/main/java/org/jboss/modules/LocalModuleFinder.java
- src/main/java/org/jboss/modules/Main.java
- src/main/java/org/jboss/modules/Module.java
- src/main/java/org/jboss/modules/xml/MXParser.java
- src/main/java/org/jboss/modules/xml/ModuleXmlParser.java
- src/main/java/org/jboss/modules/xml/PermissionsXmlParser.java
- src/main/java/org/jboss/modules/xml/SystemPropertyConditionBuilder.java
- src/main/java/org/jboss/modules/xml/XmlPullParser.java
- src/main/java/org/jboss/modules/xml/XmlPullParserException.java
- src/main/resources/jdk-module-paths/java.base
- src/main/resources/jdk-module-paths/java.compiler
- src/main/resources/jdk-module-paths/java.datatransfer
- src/main/resources/jdk-module-paths/java.desktop
- src/main/resources/jdk-module-paths/java.instrument
- src/main/resources/jdk-module-paths/java.logging
- src/main/resources/jdk-module-paths/java.management
- src/main/resources/jdk-module-paths/java.management.rmi
- src/main/resources/jdk-module-paths/java.naming
- + src/main/resources/jdk-module-paths/java.net.http
- src/main/resources/jdk-module-paths/java.rmi
- src/main/resources/jdk-module-paths/java.scripting
- src/main/resources/jdk-module-paths/java.security.jgss
- src/main/resources/jdk-module-paths/java.sql
- + src/main/resources/jdk-module-paths/java.transaction.xa
- src/main/resources/jdk-module-paths/java.xml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/jboss-modules/-/compare/c040a48d9a14cda727ddeca2ae78b29ab92aa5d9...c3f19bf7be84250f1bdfaafd9b1ad12a9f018aa2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jboss-modules/-/compare/c040a48d9a14cda727ddeca2ae78b29ab92aa5d9...c3f19bf7be84250f1bdfaafd9b1ad12a9f018aa2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libokhttp-java] Pushed new branch bullseye-backports

2022-02-05 Thread Markus Koschany (@apo)


Markus Koschany pushed new branch bullseye-backports at Debian Java Maintainers 
/ libokhttp-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libokhttp-java/-/tree/bullseye-backports
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libokhttp-java] Pushed new tag debian/3.13.1-3_bpo11+1

2022-02-05 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/3.13.1-3_bpo11+1 at Debian Java 
Maintainers / libokhttp-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libokhttp-java/-/tree/debian/3.13.1-3_bpo11+1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/httpcomponents-client5] Pushed new tag debian/5.1.3-1

2022-02-05 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/5.1.3-1 at Debian Java Maintainers / 
httpcomponents-client5

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/httpcomponents-client5/-/tree/debian/5.1.3-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/httpcomponents-client5][pristine-tar] pristine-tar data for httpcomponents-client5_5.1.3.orig.tar.gz

2022-02-05 Thread Markus Koschany (@apo)


Markus Koschany pushed to branch pristine-tar at Debian Java Maintainers / 
httpcomponents-client5


Commits:
992aa412 by Markus Koschany at 2022-02-06T00:30:54+01:00
pristine-tar data for httpcomponents-client5_5.1.3.orig.tar.gz

- - - - -


2 changed files:

- + httpcomponents-client5_5.1.3.orig.tar.gz.delta
- + httpcomponents-client5_5.1.3.orig.tar.gz.id


Changes:

=
httpcomponents-client5_5.1.3.orig.tar.gz.delta
=
Binary files /dev/null and b/httpcomponents-client5_5.1.3.orig.tar.gz.delta 
differ


=
httpcomponents-client5_5.1.3.orig.tar.gz.id
=
@@ -0,0 +1 @@
+d9a95ad4523f50b45a5f916f82d33eb48d466148



View it on GitLab: 
https://salsa.debian.org/java-team/httpcomponents-client5/-/commit/992aa412e9847f64a62c8cfb5dde1f6faa9c6d22

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/httpcomponents-client5/-/commit/992aa412e9847f64a62c8cfb5dde1f6faa9c6d22
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


  1   2   3   4   5   6   7   8   9   10   >