Releases: amusarra/eventbus-logging-filter-jaxrs
Releases · amusarra/eventbus-logging-filter-jaxrs
Release 1.3.0
Release 1.2.13
What's Changed
Full Changelog: v1.2.12...v1.2.13
Release 1.2.12
What's Changed
Changed
- Upgrade to Quarkus 3.17.4
- Update the CONTRIBUTING.md file with the Quarkus contribution guide
Security
- Update the image base (for Dockerfile.jvm and Dockerfile.legacy-jar) to registry.access.redhat.com/ubi9/openjdk-21:1.21-3.1733995526
- Update the image base (for Dockerfile.native) to registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867
Full Changelog: v1.2.11...v1.2.12
Release 1.2.11
Release 1.2.10
What's Changed
- Security/snyk vulnerability by @amusarra in #3
- Upgrade to Quarkus 3.16.4
- Upgrade Container base image to registry.redhat.io/ubi9/openjdk-21:1.21-3
Full Changelog: v1.2.9...v1.2.10
Release 1.2.9
Release 1.2.8
[1.2.8] - 2024-06-09
Changed
- Finest tuning for the JMX configuration
Full Changelog: v1.2.7...v1.2.8
Release 1.2.7
[1.2.7] - 2024-06-07
Fixed
- Fixed name of the secret name and base64 encoding
- Changed the PostgreSQL image to RedHat version.
Changed
- Updated the README.md file with the instructions to run the application with PostgreSQL
Full Changelog: v1.2.6...v1.2.7
Release 1.2.6
[1.2.6] - 2024-05-19
Added
- Aggiunta nota sul file README.md riguardo l'uso di Podman rispetto a Docker
- Aggiunta nuova operation
createHorses()per inserire più Horse in una sola chiamata - Aggiunta nuova operation
countHorses()per contare il numero di Horse - Aggiunta nuova operation
deleteHorses()per eliminare tutti gli Horse - Aggiunti nuovi test per le nuove operazioni
Changed
- Aggiornamento operation
getAllHorses()per accettare il parametrolimitcon l'obiettivo di limitare il numero di Horse restituiti - Aggiornamento scenario di test JMeter
scenario_2.jmxper includere le nuove operazioni - Uso di
Instant.now()per la generazione del tracking invece diLocalDateTime.now()
Fixed
- Removed unused import in
HorseRepositoryResources - Rivista
@Orderannotation per i test
Full Changelog: v1.2.5...v1.2.6
Release 1.2.5
[1.2.5] - 2024-05-14
Changed
- Aggiornamento del file README.md sezione Scenari di Test con JMeter e Taurus
- Aggiornamento della gestione degli Event Handler attraverso la configurazione di Quarkus
- Adeguamento file JMX
scenario_2.jmx
Fixed
- Risoluzione issue di SonarCloud
Full Changelog: v1.2.4...v1.2.5