3.0.1
nscuro
released this
14 Aug 19:25
·
143 commits
to master
since this release
What's Changed
- Bump
logback
to 1.3.14 andslf4j-api
to 2.0.12 by @nscuro in #551 - Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #549
- Fix
ALPINE_DATABASE_PASSWORD_FILE
not being considered by @nscuro in #557 - Check persistence metadata when sorting by @nscuro in #554
- Bump actions/checkout from 4.1.2 to 4.1.4 by @dependabot in #556
- Add filter to track request ID by @nscuro in #553
- Bump lib.jackson.version from 2.15.2 to 2.16.1 by @dependabot in #546
- Use lambdas for transaction scoping; Don't reload objects after commit by @nscuro in #552
- Add IntelliJ project icon by @nscuro in #563
- Fix
getCount
for queries with subqueries by @nscuro in #562 - Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #561
- Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.9 to 2.8.0 by @dependabot in #560
- Make
About
extensible and add extension for database info by @nscuro in #565 - Remove Swagger integration by @nscuro in #567
- feat: add alpine.auth.jwt.ttl.seconds config by @ShuP1 in #539
- Bump com.nimbusds:oauth2-oidc-sdk from 10.15 to 11.12 by @dependabot in #569
- Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #568
- Migrate to Jakarta EE 10, Jersey 3.x, and Jetty 12 by @nscuro in #570
- Bump lib.jackson.version from 2.17.0 to 2.17.1 by @dependabot in #575
- Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #574
- Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot in #573
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.4 by @dependabot in #579
- Bump commons-io:commons-io from 2.13.0 to 2.16.1 by @dependabot in #576
- Fix
NoClassDefFoundError: jakarta/servlet/ServletContext
in executable WAR by @nscuro in #580 - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.13.0 by @dependabot in #578
- Bump lib.jersey.version from 3.1.6 to 3.1.7 by @dependabot in #582
- Bump org.datanucleus:datanucleus-api-jdo from 6.0.1 to 6.0.2 by @dependabot in #572
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #587
- Bump org.mockito:mockito-core from 5.5.0 to 5.12.0 by @dependabot in #585
- Bump org.codehaus.mojo:versions-maven-plugin from 2.13.0 to 2.16.2 by @dependabot in #583
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.4.1 to 3.6.0 by @dependabot in #589
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.3.0 to 3.7.1 by @dependabot in #590
- Bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA by @dependabot in #586
- Fix incorrect type parameter for
executeAndCloseResultList
and makeNotSortableException
constructor public by @nscuro in #588 - Bump com.nimbusds:oauth2-oidc-sdk from 11.12 to 11.13 by @dependabot in #591
- Bump lib.jetty.version from 12.0.9 to 12.0.11 by @dependabot in #592
- Bump net.javacrumbs.json-unit:json-unit-assertj from 2.37.0 to 3.4.0 by @dependabot in #593
- Bump com.github.tomakehurst:wiremock-jre8-standalone from 2.35.1 to 2.35.2 by @dependabot in #596
- Bump lib.logback.version from 1.3.14 to 1.5.6 by @dependabot in #577
- Bump net.logstash.logback:logstash-logback-encoder from 7.3 to 7.4 by @dependabot in #584
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 by @dependabot in #597
- Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 by @dependabot in #594
- Bump lib.jackson.version from 2.17.1 to 2.17.2 by @dependabot in #599
- Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0 by @dependabot in #598
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.2.2 to 3.4.2 by @dependabot in #600
- Bump org.apache.maven.plugins:maven-war-plugin from 3.3.2 to 3.4.0 by @dependabot in #601
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 by @dependabot in #603
- Bump io.jsonwebtoken:jjwt from 0.12.5 to 0.12.6 by @dependabot in #604
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.2.1 to 3.5.0 by @dependabot in #605
- Bump org.assertj:assertj-core from 3.24.2 to 3.26.3 by @dependabot in #607
- Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.3.1 by @dependabot in #608
- Migrate to JUnit Jupiter by @nscuro in #609
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 by @dependabot in #610
- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 by @dependabot in #613
- Bump net.javacrumbs.json-unit:json-unit-assertj from 3.4.0 to 3.4.1 by @dependabot in #612
- Bump lib.jetty.version from 12.0.11 to 12.0.12 by @dependabot in #616
- Bump net.logstash.logback:logstash-logback-encoder from 7.4 to 8.0 by @dependabot in #615
- Raise baseline Java version to 21 by @nscuro in #614
- Bump com.h2database:h2 from 2.2.224 to 2.3.230 by @dependabot in #611
- Bump Maven plugins to latest versions and remove outdated Dependabot
ignore
rules by @nscuro in #617 - Bump org.eclipse.parsson:jakarta.json from 1.1.6 to 1.1.7 by @dependabot in #618
- Bump com.nimbusds:oauth2-oidc-sdk from 11.13 to 11.14 by @dependabot in #619
- Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 by @dependabot in #624
- Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.0 to 2.8.1 by @dependabot in #622
- Bump lib.owasp.encoder.version from 1.2.3 to 1.3.0 by @dependabot in #620
- Bump lib.jersey.version from 3.1.7 to 3.1.8 by @dependabot in #621
New Contributors
Full Changelog: alpine-parent-2.2.5...alpine-parent-3.0.1