Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.

Build: #733 was successful Scheduled with changes by 4 people

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Revision
5b2e0faaa2b93a46ac9ebde3282761f784169dea
Total tests
317
Successful since
#497 ()

Tests

Code commits

Author Commit Message Commit date
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> 5b2e0faaa2b93a46ac9ebde3282761f784169dea Merge pull request #1339 from guusdk/OF-1737-compare-java-spec-numbers
OF-1737: Fix Java Spec version comparison.
Guus der Kinderen Guus der Kinderen 0e23b62b6c790db82cb266d5c31d8c1eb4cc8a66 OF-1737: Fix Java Spec version comparison.
Java 11 should be considered newer than Java 1.8. The change in this commit changes the comparison to only use the last numeric value.
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> 4170196b3fd4de43c962595311e4307bb5b5c84b Merge pull request #1340 from guusdk/OF-1383_add-jaxb-api
OF-1383: Add library removed from Java 11 for backwards compatibility.
Guus der Kinderen Guus der Kinderen 7274cd0f427bd151ddd61816d3a5c6beff5f7e92 OF-1383: Remove module inclusion
Now that the previous commit included the code as a dependency, there's no need to include the module that contains similar code.

Using the dependency, and not modules, allows the code to be compiled in both Java 8 and 11.
Guus der Kinderen Guus der Kinderen d9b93b3e7658f99ae7e2da1d77b1eeb062b15059 OF-1383: Add library removed from Java 11 for backwards compatibility.
Openfire uses javax.xml.bind.DatatypeConverterImpl#DatatypeConverterImpl, a class that has been removed from Java 11.

This commit adds a library that provides this class, JaxB API, as a dependency to XMPPServer. This makes the class available in Java 11.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-1383Could not obtain issue details from Jira
Unknown Issue TypeOF-1718Could not obtain issue details from Jira
Unknown Issue TypeOF-1737Could not obtain issue details from Jira
Unknown Issue TypeOF-1738Could not obtain issue details from Jira
Unknown Issue TypeOF-1739Could not obtain issue details from Jira