Skip to content

1.32

Choose a tag to compare

@hoegertn hoegertn released this 07 Mar 22:18
· 144 commits to master since this release
  • Update dependencies
    • Spring 4.3.30
    • AWS 1.12.163
    • Jackson 2.12.6
    • Apache CXF 3.4.5
    • Jetty 9.4.45.v20220203
    • Joda-Time 2.10.13
    • slf4j 1.7.36
    • Powermock 2.0.9
    • Mockito 3.3.3
    • Junit 4.13.2
    • ActiveMQ 5.16.4
    • Hibernate 5.5.9
    • HTTPUtils 2.2
    • Concordion 3.1.3
    • Nimbus JOSE+JWT 9.20
    • JSON Small and Fast Parser 1.3.3
    • Liquibase 4.7.1
    • Mongo Java Driver 3.12.10
    • Jongo 1.5.0
    • Bson 2.12.0
    • Swagger 2.1.13
  • BREAKING: commented out JasperReports to get the code compiling
  • BREAKING: replaced Fongo with MongoDB Java Server 1.39.0 (https://github.com/bwaldvogel/mongo-java-server)
  • Switched to Log4J2.x
  • Optional additional parameter for PostgreSQL connection string
  • Optional addition to use authentication with interconnect/ActiveMQ
  • CloudConductorPropertyProvider: Allow setting https with configuration parameter
  • Interconnect secury message crypto:
    • AES Keys are no longer Hex-encoded but Base64-encoded. This avoids limitation to only 16 characters.
    • BREAKING: Changed AES key encoding means potentially a new key is needed (some old keys work, some not)
    • Changed AES Block Mode from unsecure ECB to secure GCM