Skip to content

Releases: stevespringett/Alpine

3.1.0

09 Sep 18:03
Compare
Choose a tag to compare

What's Changed

  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #629
  • Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 by @dependabot in #628
  • Bump lib.logback.version from 1.5.6 to 1.5.7 by @dependabot in #632
  • Bump com.nimbusds:oauth2-oidc-sdk from 11.14 to 11.16 by @dependabot in #633
  • Bump com.h2database:h2 from 2.3.230 to 2.3.232 by @dependabot in #627
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #635
  • Bump com.nimbusds:oauth2-oidc-sdk from 11.16 to 11.17 by @dependabot in #634
  • Bump lib.owasp.encoder.version from 1.3.0 to 1.3.1 by @dependabot in #636
  • Bump com.nimbusds:oauth2-oidc-sdk from 11.17 to 11.18 by @dependabot in #637
  • Fix missing OpenAPI response description in VersionResource by @nscuro in #631
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 by @dependabot in #639
  • Bump org.datanucleus:datanucleus-rdbms from 6.0.7 to 6.0.8 by @dependabot in #645
  • Bump org.datanucleus:datanucleus-core from 6.0.7 to 6.0.8 by @dependabot in #644
  • fix: increase name column length to 255 by @cortesnoel-lm in #640
  • Bump org.datanucleus:datanucleus-api-jdo from 6.0.2 to 6.0.3 by @dependabot in #643
  • Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 by @dependabot in #647
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #649
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #650
  • Bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.22 to 2.2.23 by @dependabot in #648
  • Ensure the data directory exists, and is read- and writable by @nscuro in #646
  • Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19 by @dependabot in #651
  • fix: default jwt ttl by @ShuP1 in #653
  • Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by @dependabot in #652
  • Allow authentication via URI query parameter by @SaberStrat in #642
  • Bump com.nimbusds:oauth2-oidc-sdk from 11.19 to 11.19.1 by @dependabot in #655
  • Bump lib.jetty.version from 12.0.12 to 12.0.13 by @dependabot in #654
  • Bump lib.logback.version from 1.5.7 to 1.5.8 by @dependabot in #656
  • Bump version to 3.1.0-SNAPSHOT by @nscuro in #657
  • Allow reuse of transactional database connection pool by @nscuro in #658
  • Apply DataNucleus pass-through properties in unit test configuration by @nscuro in #659
  • Allow for customization of the Jetty WebAppContext by @nscuro in #660

New Contributors

Full Changelog: alpine-parent-3.0.1...alpine-parent-3.1.0

3.0.1

14 Aug 19:25
Compare
Choose a tag to compare

What's Changed

  • Bump logback to 1.3.14 and slf4j-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 make NotSortableException 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