Migration Notes 2.24
  • 07 Mar 2025
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Migration Notes 2.24

  • Dark
    Light

Article summary

Migration Notes 2.24

What needs to be done for a 2.22-2.24 upgrade?

Changed site def settings

Rest services

For rest services a new setting is introduced; enableOpenAPI="true/false", default false.

<Startup>
  <RestServices>
    <RestService path=”doSomethingRestService" classes="app.comflow.cust.rest.doSomethingAPI, com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider" runAsUser=”serviceUser" enableOpenAPI="true"/>
  </RestServices>
</Startup>

Removed lib:s

  • Apache Axis - Regenerate services using Axis2.
  • Apache Batik
  • msbase.jar, mssqlserver.jar, msutil.jar - Use Jtds as Jdbc driver

Updated lib:s

  • Apache CXF - 3.2.6
  • Apache POI - 3.1.7
  • Quartz - 2.3.0
  • JCifs - 1.3.19
  • Jackson Annotations - 2.9.5
  • Jackson JAXRS (yaml, xml & json) - 2.9.5
  • Jackson Databind - 2.9.5
  • JAXB - 2.3.1

New lib:s

  • OpenAPI (CXF) - 3.2.6
  • Swagger UI (CXF) - 3.2.6

Removed Classes and Methods

See Removed Classes and Methods Introduction.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.