igniterealtime / openfire-exi-plugin

Adds support for XEP-0322: Efficient XML Interchange (EXI) Format
Apache License 2.0
2 stars 3 forks source link

fixes #2: unit test failure under JDK17 #4

Closed guusdk closed 10 months ago

guusdk commented 10 months ago

This addresses a staticly loaded path that doesn't exist when unit tests are executed. Apparently, this trips up JDK 17 more than earlier JDKs.

Not the cleanest of solutions, but barring a major refactoring, this will do.

akrherz commented 10 months ago

Good, this is green with my PR included for the plugin GHA. Will merge without it and then work on the release PR.