Skip to main content
Version: 2.19.x

Release Notes

ebms-admin-2.19.4.jar

  • fixed logging issue (again :-))
  • fixed https.verifyHostname property
  • fixed ping with jms configuration
  • replaced embedded hsqldb by h2
  • updated dependencies

ebms-admin-2.19.3.jar

  • updated dependecies
  • fixed mssql upgrade scripts
  • fixed mysql/log4j issue
  • fixed timezone issue in EbMS Header
  • fixed MSSQL duplicate query
  • fixed duration issue in CPA

ebms-admin-2.19.2.jar

  • fixed Acknowledgment response MessageHeader

ebms-admin-2.19.1.jar

  • updated dependecies

ebms-admin-2.19.0.3.jar

  • fixed cache configuration
  • added missing Flyway dependencies (only in the pom)

ebms-admin-2.19.0.2.jar

  • fixed rest api configuration

ebms-admin-2.19.0.1.jar

  • fixed logging
  • fixed properties page

ebms-admin-2.19.0.jar

  • upgrade to Java 11
  • updated dependecies
  • removed storing duplicate messages
  • cleanup database (complying to ANSI SQL 2008 specifications)
  • removed MySQL support
  • removed Bitronix
  • removed Apache HttpClient
  • replaced URLConnection by Java 11 HttpClient
  • updated REST API

NB: this release contains some major database changes (especially for MSSQL and MariaDB)

ebms-admin-2.18.11.jar

  • fixed ping with jms configuration

ebms-admin-2.18.10.jar

  • updated dependecies
  • fixed mysql/log4j issue
  • fixed timezone issue in EbMS Header
  • fixed MSSQL duplicate query
  • fixed duration issue in CPA

ebms-admin-2.18.9.jar

  • fixed Acknowledgment response MessageHeader

ebms-admin-2.18.8.jar

  • updated dependencies

ebms-admin-2.18.7.jar

  • updated dependencies
  • added deleteCache methods for CPA, URL and Certificate services
  • fixed issue with URLEncoded PEM when using a custom clientCertificateHeader

ebms-admin-2.18.6.jar

  • updated dependencies for spring, log4j, postgresql, jackson
  • bugfix: forward proxy configuration issue from admin web-ui
  • upgrade to ebms-core-2.18.6.jar

ebms-admin-2.18.5.jar

  • updated dependencies
  • added allow CORS all
  • fixed issue: not hiding password In about screen
  • upgrade to ebms-core-2.18.5.jar

ebms-admin-2.18.4.2.jar

  • updated log4j dependency to 2.17.0
  • updated spring, cxf dependencies

ebms-admin-2.18.4.1.jar

  • updated log4j dependency to 2.16.0
  • modified default log4j2.xml to format the message as %m{nolookups}

ebms-admin-2.18.4.jar

  • DBClean implementation changed based on pull request by Lost Lemon
  • updated various dependencies 83d30c9
  • upgrade to ebms-core-2.18.4.jar

ebms-admin-2.18.3.jar

  • DBClean implementation changed based on pull request by Lost Lemon
  • REST service implementation added, more information here
  • upgrade to ebms-core-2.18.3.jar

ebms-admin-2.18.2.jar

  • fixed DBClean for MSSQL and MySQL, deleting attachments
  • added Apache Kafka integration for delivery events
  • added Microsoft Azure Application Insights and Microsoft Azure Key Vault integration
  • upgrade to ebms-core-2.18.2.jar

ebms-admin-2.18.1.jar

  • dependency and plugin version upgrades
  • various improvements and bugfixes
  • upgrade to ebms-core-2.18.1.jar

ebms-admin-2.18.0.jar

ebms-admin-2.17.11.jar

  • updated dependencies for log4j, spring, mysql, postgresql
  • bugfix: forward proxy configuration issue from admin web-ui
  • upgrade to ebms-core-2.17.11.jar

ebms-admin-2.17.10.2.jar

  • updated log4j dependency to 2.17.0
  • updated spring, cxf dependencies

ebms-admin-2.17.10.1.jar

  • updated log4j dependency to 2.16.0
  • modified default log4j2.xml to format the message as %m{nolookups}

ebms-admin-2.17.10.jar

ebms-admin-2.17.9.jar

ebms-admin-2.17.8.jar

ebms-admin-2.17.7.jar

  • upgrade to ebms-core-2.17.7.jar
  • changed the starting of the embedded hsqldb
  • maven plugin version upgrades
  • dependency version upgrades, almost all dependencies updated to latest version which still runs on java 1.8
  • bumped the end-dates of the test CPA's to 2022
  • added Microsoft Azure Application Insights and Microsoft Azure Key Vault integration
  • fixed zip issues
  • fixed swallowing errors at server start (server thread)
  • upgraded jetty version

ebms-admin-2.17.6.jar

ebms-admin-2.17.5.jar

ebms-admin-2.17.4.jar

ebms-admin-2.17.3.jar

ebms-admin-2.17.2.jar

  • upgrade to ebms-core-2.17.2.jar
  • improved properties configuration
  • moved Flyway database migration to ebms-core
  • changed commandline arguments
    • removed db migration arguments updateDb and updateStrict
    • renamed rate limiter argument requestsPerSecond to queriesPerSecond
    • added user rate limiter argument userQueriesPerSecond

ebms-admin-2.17.1.1.jar

  • fixed updateDb and updateStrict options

ebms-admin-2.17.1.jar

  • upgrade to ebms-core-2.17.1.jar
  • improved logging
  • removed Jetty Server response header
  • added Flyway database migration
  • added rate limiter
  • changed commandline arguments
    • added db migration arguments updateDb and updateStrict
    • added rate limiter argument requestsPerSecond

ebms-admin-2.17.0.1.jar

  • changed default settings
  • changed configuration of the test scenario
  • updated CPA endpoints

ebms-admin-2.17.0.jar

  • upgrade to ebms-core-2.17.0.jar
  • added options to enable high availability and horizontal scaling (and throttling)
  • changed command line arguments
    • renamed propertiesFilesDir to configDir
    • removed property log4j.file (use -Dlog4j.configurationFile=log4j2.xml instead)
    • added SSL arguments protocols and cipherSuites
    • added JMX arguments
    • added arguments disableEbMSClient and disableEbMSServer
  • split up CPAService into CPAService and URLMapper
  • added new SOAP service CertificateMapper
  • updated EbMS Admin Properties Page
  • removed EbMS Core Properties Page
  • added database java command line tools
    • DBMigrate (java -cp ebms-admin-2.17.0.jar nl.clockwork.ebms.admin.DBMigrate -h)
    • DBClean (java -cp ebms-admin-2.17.0.jar nl.clockwork.ebms.admin.DBClean -h)

ebms-admin-2.16.8.2.jar

  • updated log4j dependency to 2.17.0
  • updated spring, cxf, activemq dependencies

ebms-admin-2.16.8.1.jar

  • updated log4j dependency to 2.16.0
  • modified default log4j2.xml to format the message as %m{nolookups}

ebms-admin-2.16.8.jar

ebms-admin-2.16.7.jar

ebms-admin-2.16.6.jar

ebms-admin-2.16.5.jar

ebms-admin-2.16.4.jar

ebms-admin-2.16.3.jar

ebms-admin-2.16.2a.jar

  • fixed reading the encryption keystore property which caused an error opening the Configuration Page after the encryption keystore was set
  • minor layout improvements

ebms-admin-2.16.2.jar

  • upgrade to ebms-core-2.16.2.jar
  • fixed default value of log4j.file property which caused a startup error when ebms-admin-2.16.1.jar was fresh installed

ebms-admin-2.16.1.jar

  • upgrade to ebms-core-2.16.1.jar
  • upgraded to Java 8
  • HTTPS support for Web and SOAP interfaces (including client certificate authentication)
  • upgraded a lot of libraries (included wicked-charts-wicket8)
  • added the option to use PKCS12 keystores and truststores
  • removed all previously included JDBC drivers from the release
  • minor improvements