1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-15 00:32:06 +01:00
Smack/smack-core/src
Florian Schmaus 3b0c2f752f [core] Remove NumberFormatException from innermost try/catch in parseAndProcessStanza()
This was added in 02d8f53246 ("[core] Increase resilience against
faulty parser implementions"). However, NumberFormatException is a
subclass of IllegalArgumentException, which is already catched by the
outermost catch.
2024-10-15 15:46:24 +02:00
..
integration-test Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
main [core] Remove NumberFormatException from innermost try/catch in parseAndProcessStanza() 2024-10-15 15:46:24 +02:00
test [core] fix toXml for UnparsedIQ 2024-09-05 12:50:57 +03:30
testFixtures/java/org/jivesoftware/smack [github ci] Build also with Java 21 2024-09-25 15:15:04 +02:00