Release notes

OpenHub framework can be downloaded from GitHub releases.

See Road planner to know which new features and improvements are in preparation for next releases.

Version 2.3.0 (31.5.2021)

Highlights

  • Spring Boot upgraded to version 2.4.5
  • Apache Camel upgraded to version 2.22.2
  • H2 Database upgraded to version 1.4.199
  • Hazelcast upgraded to version 3.9.4
  • Janino upgraded to version 3.1.2
  • added new flyway migration strategy for tests (in memory H2 database) - before flyway migrate call flyway clean
  • Spring Boot Actuator - created new endpoint /ohfmetrics (has same behavior as endpoint /metrics in Spring Boot 1.5.x)

Migration guide

  • Spring Boot Actuator:
    • Changed from /metrics endpoint to custom /ohfmetrics endpoint
    • Response from /health endpoint changed to this structure

key summary type priority status resolution
Loading...
Refresh

Version 2.2.0 (29.8.2020)

Highlights

Migration guide

Links

key summary type priority status resolution
Loading...
Refresh

Version 2.1.1 (20.4.2020)

Fixes

  • OHFJIRA-107 - Getting issue details... STATUS  - Final message processing job is failing on messages without response

Links

Version 2.1.0 (6.1.2019)

Highlights

Migration guide

  • CloseableHttpComponentsMessageSender : class moved from core module to common, and therefore its package has changed. See OHFJIRA-100 or updated documentation HTTP Message Sender.
  • TestWsUriBuilder : is no longer registered by default in the test context. It needs to be explicitely enabled using annotation @EnableTestWsUriBuilder on the class.

Links

key summary type priority status resolution
Loading...
Refresh

2.0.1 (19.7.2018)

Fixes

  • admin-console : handling of messages without envelope

Links

2.0.0 (4.3.2018)

Main changes

  • OHFJIRA-9 - Getting issue details... STATUS : migration to Spring Boot
  • improve how to start new projects
    • OHFJIRA-22 - Getting issue details... STATUS : improvements how OpenHub is used from project point of view
  • OHFJIRA-20 - Getting issue details... STATUS : standalone deployment of OpenHub
  • Cluster support improvement  OHFJIRA-11 - Getting issue details... STATUS : cluster support - adds support for running OpenHub in cluster with high-availability (HA) mode
  • OHFJIRA-4 - Getting issue details... STATUS : redesign admin GUI + add new graphical outputs for better monitoring and traceability, dashboard
  • OHFJIRA-1 - Getting issue details... STATUS : Java 8 runtime (Java 7 is not supported)

Links

1.0.0 (14.11.2016)

OpenHub framework starter version. This version is about adoption of CleverBus as OpenHub framework

Changes

  1. Upgrade of Java version. OpenHub framework is based upon Java7.
  2. Upgrade of core libs version. Actual versions are:
    • Camel 2.17.3
    • Spring Core 4.3.4.RELEASE
    • Spring WS 2.2.2.RELEASE
    • Spring Security 4.1.3.RELEASE
    • Hibernate 5.1.2 (with JPA 2.1)

Links