Skip to content

4.0.0 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tadayosi tadayosi released this 12 Mar 05:25
· 284 commits to 3.x since this release
7963984

See README for how you can get started with the new Hawtio release.

What's Changed

  • chore(deps): bump jackson-version from 2.16.0 to 2.16.1 by @dependabot in #3154
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #3155
  • chore(deps-dev): bump org.springframework:spring-test from 6.1.1 to 6.1.2 by @dependabot in #3156
  • chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #3157
  • chore(deps): bump org.eclipse.jetty:jetty-maven-plugin from 11.0.18 to 11.0.19 by @dependabot in #3158
  • chore(deps): bump org.apache.camel.springboot:camel-spring-boot-bom from 4.2.0 to 4.3.0 by @dependabot in #3159
  • chore(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #3160
  • chore(deps): bump log4j2-version from 2.22.0 to 2.22.1 by @dependabot in #3161
  • chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #3163
  • chore(deps): bump web-vitals from 3.5.0 to 3.5.1 in /console by @dependabot in #3166
  • fix(quarkus): sanitize path in LoadFromHawtioStatic by @mmelko in #3181
  • feat(jbang): support red hat maven repositories for jbang by @tadayosi in #3186
  • WIP: SAST fixes by @mmelko in #3187
  • feat(test): Add Hawtio Online tests & e2e tests on Hawtio Online by @mmuzikar in #3184
  • fix(e2e): Update connect page test by @kariuwu in #3188
  • Issue 3189 by @grgrzybek in #3190
  • fix(quarkus): fix loadFromHawtioStatic sanitisation by @tadayosi in #3195
  • fix(system): HAWNG-326 clear browser data on user logout by @tadayosi in #3198
  • fix(ProxyServlet): Refactor how url being created when 300-303 status is received by @mmelko in #3197
  • build: upgrade yarn to 4.1.0 by @tadayosi in #3199
  • chore(deps): bump org.testcontainers:testcontainers from 1.19.3 to 1.19.4 by @dependabot in #3209
  • chore(deps): bump web-vitals from 3.5.1 to 3.5.2 in /console by @dependabot in #3218
  • chore(deps): bump actions/cache from 3 to 4 by @dependabot in #3221
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.5 by @dependabot in #3210
  • chore(deps): bump com.github.docker-java:docker-java from 3.3.1 to 3.3.4 by @dependabot in #3212
  • chore(deps): bump org.assertj:assertj-core from 3.25.0 to 3.25.2 by @dependabot in #3213
  • chore(deps): bump slf4j-version from 2.0.9 to 2.0.11 by @dependabot in #3214
  • chore(deps): bump quarkus-version from 3.6.1 to 3.7.1 by @dependabot in #3215
  • chore(deps): bump org.apache.camel.springboot:camel-spring-boot-dependencies from 4.2.0 to 4.3.0 by @dependabot in #3216
  • fix(HAWNG-5): Remove unsafe-eval and unsafe-inline from the CSP header by @mmelko in #3200
  • fix(system): HAWNG-261 improve CORS request handling by @tadayosi in #3224
  • fix: update @hawtio/react to 1.0.5 by @tadayosi in #3228
  • chore(deps): bump spring-boot-version from 3.1.5 to 3.2.2 by @dependabot in #3211
  • chore(deps): bump junit5-version from 5.9.3 to 5.10.1 by @dependabot in #3074
  • refactor(spring-authentication-quickstart): Update quickstart to work… by @mmelko in #3230
  • refactor(system): switch from guava cache to caffeine by @tadayosi in #3231
  • refactor(ServletHelpers): Small refactor in the sanitizeHeader method to avoid snyk warnings by @mmelko in #3232
  • Add screenshots to Report Portal + fix flaky Openshift tests by @mmuzikar in #3233
  • feat(system): HAWNG-222 throttle authentication to protect from brute-force by @tadayosi in #3234
  • fix: update @hawtio/react to 1.0.7 by @tadayosi in #3238
  • 4.x improvements by @grgrzybek in #3235
  • chore(deps): bump org.junit.platform:junit-platform-commons from 1.10.1 to 1.10.2 by @dependabot in #3256
  • chore(deps): bump junit5-version from 5.10.1 to 5.10.2 by @dependabot in #3258
  • chore(deps): bump slf4j-version from 2.0.11 to 2.0.12 by @dependabot in #3259
  • chore(deps): bump org.jboss:jboss-parent from 41 to 43 by @dependabot in #3260
  • chore(deps): bump quarkus-version from 3.7.1 to 3.8.1 by @dependabot in #3261
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #3262
  • chore(deps): bump org.apache.camel.springboot:camel-spring-boot-dependencies from 4.3.0 to 4.4.0 by @dependabot in #3253
  • chore(deps): bump com.codeborne:selenide from 7.0.4 to 7.2.0 by @dependabot in #3254
  • chore(deps): bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot in #3255
  • chore(deps): bump org.json:json from 20231013 to 20240205 by @dependabot in #3257
  • 4.x OIDC by @grgrzybek in #3240
  • ci: add lint workflow with shellcheck and fix shellscript lints by @tadayosi in #3264
  • feat: update @hawtio/react to 1.1.0 by @tadayosi in #3265
  • fix: upgrade Jolokia to 2.0.2 by @tadayosi in #3266

Full Changelog: hawtio-4.0-beta-1...hawtio-4.0.0-RC1