Package: libjxmpp-java / 1.0.1-4

Metadata

Package Version Patches format
libjxmpp-java 1.0.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 edit build system.patch | (download)

build.gradle | 58 29 29 - 0 !
settings.gradle | 10 5 5 - 0 !
2 files changed, 34 insertions( ), 34 deletions(-)

 alter gradle build file to suite debian

The following build system functionality is disabled because it is not needed in
Debian and simplifies packaging effort by not needed dependencies.

Error Prone and Animal Sniffer tools help upstream in avoiding errors and
ensuring compatibility with multiple version of Java.

JMH is used for benchmarking.

Coveralls and Jacoco are needed for code coverage analysis and reporting that
upstream developers can use to increase number of tests.

Eclipse and Idea plugins are needed for generating project files that can be
opened in respective IDEs.

Disable tests until all the dependencies are packaged and they can be run
reliably.

Disable sub-projects that have additional dependencies and focus on parts that
are needed for Smack and Jitsi.

02 avoid this escape.patch | (download)

jxmpp-core/src/main/java/org/jxmpp/stringprep/XmppStringprepException.java | 1 1 0 - 0 !
jxmpp-util-cache/src/main/java/org/jxmpp/util/cache/ExpirationCache.java | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 1 deletion(-)

 workaround this-escape warnings for java 21
 Workaround this-escape warning for Java 21 (declare final or
 suppress the warning where inheritance is present).