We don't maintain this file any longer. See GitHub releases page: https://github.com/hawtio/hawtio/releases
- Drop support for Java 8
- Build a release based on Java 8, which should be the last version that supports Java8.
- Add config property
hawtio.redirect.scheme
to specify the scheme for the redirect URL at login.
- Upgrade dependencies
- Upgrade dependencies
- Upgrade dependencies
- Bug fix
- Enhancements for ActiveMQ Artemis console
- Upgrade Hawtio components
- Upgrade to Jolokia 1.17.0
- Update dependencies
- Upgrade Hawtio components
- Bug fixes
- Upgrade to Jackson 2.12.3
- Upgrade to commons-io 2.8.0
- Bug fixes
- Bug fixes
- Improve JFR Diagnostics plugin hawtio-integration#109
- Upgrade to Jetty 9.4.32.v20200930
- Performance improvement for distributions other than Karaf by removing
RBACRestrictor
from theirweb.xml
. - Bundle installed with the
hawtio
Karaf feature is renamed fromhawtio-war
tohawtio-osgi
. - Add "remember me" checkbox to Login page
- Add user name to logout menu item
- Upgrade Hawtio components
- Upgrade to Spring Boot 2.3.4.RELEASE / Spring Framework 5.2.9
- Upgrade to Keycloak adapter 11.0.2
- Bug fixes
- Upgrade Hawtio components
- Upgrade to AngularJS 1.8.0
- Upgrade to Keycloak adapter 10.0.2
- Bug fixes
- Upgrade to Spring Boot 2.3.0 / Spring Framework 5.2.6
- Add springboot-authentication-jar example to demonstrate how to customise
hawtconfig.json
with Spring Boot jar app. - Change property
hawtio.proxyWhitelist
tohawtio.proxyAllowlist
- Add config property
hawtio.disableProxy
. With this property set totrue
, you can disableProxyServlet
(/hawtio/proxy/*
) completely. (Default:false
) - Support custom styles and background image via
hawtconfig.json
. See branding-plugin and springboot-authentication examples for more details. - Bug fixes
- Support Karaf 4.3.0
-
Support login page customisation through
hawtconfig.json
. Now you can add custom description and links to the standard login page as follows:{ ... "login": { "description": "This is placeholder text only. Use this area to place any information or introductory message about your application that may be relevant to users.", "links": [ { "url": "#", "text": "Terms of use" }, { "url": "#", "text": "Help" }, { "url": "#", "text": "Privacy policy" } ] }, ... }
-
hawtconfig.json
is now customisable through a custom plugin. See branding-plugin and springboot-authentication examples. -
Support Spring Security and Keycloak authentications on Spring Boot. See springboot-security and springboot-keycloak examples.
-
Upgrade to Spring Boot 2.2.2 / Spring Framework 5.2.2
-
Bug fixes
- Dynamic custom plugin support #2508
- Add custom plugin example simple-plugin
- Bug fixes
- Upgrade Camel to 2.24.1
- Upgrade Hawtio components
- Upgrade Jolokia to 1.6.2
- Bug fixes
- Fix memory leak with sidemenu visible in v2.5.0 #2573
- Apply Pattern Fly 4 styles to masthead, sidebar, and login page
- Upgrade to Spring Boot 2.1.4 / Spring Framework 5.1.6
- Upgrade Hawtio components
- Bug fixes
- Add config property
hawtio.localAddressProbing
. Now you can disable local address probing for proxy whitelist upon startup by setting this property tofalse
(default:true
). - Upgrade Camel to 2.23.1
- Upgrade Spring Framework to 5.1.3
- Upgrade Spring Boot to 2.1.2
- Bug fixes
- Support Java 11
- Upgrade @hawtio/integration, @hawtio/jmx to 4.2.x
- Upgrade Spring Boot to 2.1.1
- Add support for Spring Boot 2
Note: Spring Boot 2 is now the default Spring Boot version for Hawtio dependency
hawtio-spring-boot
. If Spring Boot 1 is required, use dependencyhawtio-spring-boot-1
. - Bug fixes
- Upgrade Hawtio components to 4.1.x
- Minor improvements
- Bug fixes
- Upgrade Hawtio components to 4.0.x
- Upgrade AngularJS to 1.7.x
- Improve security-releated HTTP headers handling
- Bug fixes
- #2488: Allow using SSL by specifying a keyStore and keyStorePass from embedded Hawtio
- Official Hawtio v2 GA version!
- These are old versions that were mistakenly released years ago. Please don't use these versions!
- Added hawtio BOM
- Keycloak integration support
- Bug fixes
- hawtio Maven plugin
- Improved Spring Boot support
- Log plugin
- Diagnostics plugin
- Karaf RBAC support
- PatternFly-based login page and logo
- Upgrade to Servlet API 3.1
- Port fixes from hawtio v1
- Bug fixes
- Switch from bower to yarn
- Help plugin
- Port fixes from hawtio v1
- Migrate to PatternFly
- Bug fixes
- Port fixes from hawtio v1
- Initial 2.0 milestone release
See: https://github.com/hawtio/hawtio/blob/1.x/CHANGES.md