Nightly Distribution of the master branch

Build: #1945 has been queued for 3026 minutes Changes by Florian Schmaus

Stages & jobs

  1. Build Stage

  2. Deploy

Build result summary

Details

Queued
Labels
None
Revision
3c5fb5810e00eda9d535f8cd788d2b036c6b8c64

Code commits

Author Commit Message Commit date
Florian Schmaus Florian Schmaus 3c5fb5810e00eda9d535f8cd788d2b036c6b8c64 Smack 4.5.0-beta6-SNAPSHOT
Florian Schmaus Florian Schmaus caa479fac44a424e837d1f5fd8e651dc8347ffee Smack 4.5.0-beta5
Florian Schmaus Florian Schmaus 3b0c2f752f52b951adf60a8f821dd3c6789e09c2 [core] Remove NumberFormatException from innermost try/catch in parseAndProcessStanza()
This was added in 02d8f53246b3 ("[core] Increase resilience against
faulty parser implementions"). However, NumberFormatException is a
subclass of IllegalArgumentException, which is already catched by the
outermost catch.
Florian Schmaus Florian Schmaus 0ee5acc49400f5083c516c93b1137a01eaad8140 Remove usage of deprecated URL constructor
Although those URL constructors are only deprecated with Java 20, this
already removes their usage.
Florian Schmaus Florian Schmaus 8b9cd9875650e7150287169372fe3c30afedc37b [build-logic] Remove some isJavaXCompatible blocks
Since Smack requires now Java 11, all conditional code for lower Java
versions can be dropped from the build logic.