Sourced from docker/build-push-action's releases.
v6.18.0
- Bump
@docker/actions-toolkit
from 0.61.0 to 0.62.1 in docker/build-push-action#1381[!NOTE] Build summary is now supported with Docker Build Cloud.
Full Changelog: https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0
2634353
Merge pull request #1381
from docker/dependabot/npm_and_yarn/docker/actions-t...c0432d2
chore: update generated content0bb1f27
set builder driver and endpoint attributes for dbc summary support5f9dbf9
chore(deps): Bump @docker/actions-toolkit
from 0.61.0 to
0.62.10788c44
Merge pull request #1375
from crazy-max/remove-gcraa179ca
e2e: remove GCRSourced from ossf/scorecard-action's releases.
v2.4.2
What's Changed
This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.4.1...v2.4.2
05b42c6
:seedling: bump docker to ghcr v2.4.2 (#1548)b225da6
Bump github.com/ossf/scorecard/v5 from v5.2.0 to v5.2.1 (#1550)9399f6f
:seedling: Bump the docker-images group across 1 directory with 2
updates (#1...e1daa8c
:seedling: Bump the github-actions group across 1 directory with 5
updates (#...9fe6511
:seedling: Bump golang.org/x/net from 0.39.0 to 0.40.0 (#1542)25b9cd9
:seedling: Bump github.com/ossf/scorecard/v5 from v5.1.1 to v5.2.0 (#1547)18cc9b8
:seedling: Bump golang.org/x/net from 0.38.0 to 0.39.0 (#1536)db78142
:seedling: Bump the github-actions group with 2 updates (#1538)de386ed
:seedling: Bump golang from 1.24.1 to 1.24.2 in the docker-images group
(#1534)5b7cedb
:seedling: Bump github.com/sigstore/cosign/v2 from 2.4.3 to 2.5.0 (#1537)Sourced from org.springframework.boot:spring-boot-dependencies's releases.
v3.5.0
Full release notes for Spring Boot 3.5 are available on the wiki.
:star: New Features
- Make heapdump endpoint restricted by default #45624
- Remove SSL status tag from metrics #45602
- Remove 'spring.http.client' deprecation and change 'spring.http.reactiveclient.settings' to 'spring.http.reactiveclient' #45507
:lady_beetle: Bug Fixes
- Unable to override/set nested ConfigurationProperties by passing as a system property #45639
- ValidationAutoConfiguration triggers early initialization of properties binding #45618
- Micrometer "enable" annotations property does not cover observed aspect #45617
- spring.graphql.sse.timeout is no longer exposed #45613
- SpringApplication.setEnvironmentPrefix is ignored when reading SPRING_PROFILES_ACTIVE #45549
- IllegalStateException when extracting using layers a module with no code of its own #45449
- Removed spring.batch.initialize-schema property is still considered #45380
- ReactorHttpClientBuilder does not offer a factory method to create the HttpClient #45378
- Suggested values for spring.jpa.hibernate.ddl-auto are not aligned with Hibernate #45351
- Custom default units declared on a field are ignored when binding properties in a native image #45347
- DockerRegistryConfigAuthentication uses the wrong serverUrl as a fallback for the Credentials helper #45345
- Various spring.datasource properties are mistakenly marked as ignored #45342
- JerseyWebApplicationInitializer always gets loaded, setting a ServletContext initParameter #45297
- DockerRegistryConfigAuthentication does not align with Docker CLI #45292
- Unlike the Docker CLI, "\x00" characters are not trimmed from a decoded Docker Registry password #45290
- CloudFoundry security matcher logs a warning due to use of the 'ignoring()' method #32622
:notebook_with_decorative_cover: Documentation
- Document the java info contribution #45634
- Document the process info contribution #45632
- Document the os info contribution #45630
- Document typical spring.application.group and name use #45628
- Document that bean methods should be static when annotated with
@ConfigurationPropertiesBinding
#45626- Document the way that primary Kotlin constructors are used when binding #45553
- Improve "profile" reference documentation with additional admonitions #45551
- Improve setEnvironmentPrefix(...) reference documentation #45376
- Document all the available Testcontainers integrations #45367
- Document when a spring.config.import value is relative and when it is fixed #45363
- Update org.cyclonedx.bom version in docs to 2.3.0 #45320
- Update link to "Parameter Name Retention" section of Spring Framework's release notes #45299
:hammer: Dependency Upgrades
... (truncated)
8c2d645
Release v3.5.00b49e78
Merge branch '3.4.x'c684fa4
Switch make-default
for publish-to-sdkman to 3.5.x5695192
Ensure descendants are always recalculated on cache refresh31f549e
Merge branch '3.4.x'68df6f5
Next development version (v3.4.7-SNAPSHOT)9f46877
Merge branch '3.4.x'404a0df
Merge branch '3.3.x' into 3.4.xe331846
Next development version (v3.3.13-SNAPSHOT)b142798
Merge branch '3.4.x'Sourced from org.postgresql:postgresql's releases.
v42.7.6
Changes
- Prepare release notes for release 42_7_6 (new format)
@davecramer
(#3628)- fix: isValid incorrectly called execute, instead of executeWithFlags fixes Issue #3630
@davecramer
(#3631)- add override
@davecramer
(#3629)- add the ability to turn off automatic LSN flush
@davecramer
(#3403)- test: add tests with reWriteBatchedInserts=true
@vlsi
(#3616)- test: add CI executions with adaptive_fetch=true by default
@vlsi
(#3615)- test: simplify TestUtil.openDB, add tests with various assumeMinServerVersion values
@vlsi
(#3614)- Deprecate group startup parms
@davecramer
(#3613)- Add back application name setting
@joejensen
(#3509)- Copr: Use Java 21 as the build dependency
@mkoncek
(#3607)- fix indentation of return child to allow built pass in Checkstyle's CIs
@mohitsatr
(#3611)- Set column name explicitely when using
current_database()
in queries@kneth
(#3526)- add PgMessageType and use static variables for protocol literals
@davecramer
(#3609)- Handle protocol 3.2 and wider cancel keys.
@davecramer
(#3592)- refactor empty resultset to use empty result set if the catalog is not correct
@davecramer
(#3588)- Use query to find the current catalog instead of relying on the database in the connection URL or connection properties as this could be different if connected through a pooler or proxy
@davecramer
(#3565)- ci: add Java 24 tests
@davecramer
(#3580)- docs: Relabel 42.7.4 as past version as it is no longer the latest
@sehrope
(#3586)- test: remove stale logging message from SslTest
@vlsi
(#3584)- chore: appply the latest byte-buddy version for tests so we support the latest Java versions
@vlsi
(#3583)- fix: make PgConnection#abort compatible with Java 24
@vlsi
(#3582)- chore(deps): update plugin com.github.burrunan.s3-build-cache to v1.8.5
@renovate-bot
(#3573)- Fix JavadocTagContinuationIndentation in AfterBeforeParameterResolver
@Anmol202005
(#3566)- Revert "use in row values instead of union all (#3510)"
@vlsi
(#3524)- use in row values instead of union all
@davecramer
(#3510)- feat: enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property
@raminorujov
(#3513)- Nit: correct message in main.yml test action
@ecki
(#3503)- chore: use import instead of require to support modern NodeJS
@vlsi
(#3502)- chore: use PostgreSQL 17 rather than 17rc1 for CI tests
@vlsi
(#3501)- chore: add ErrorProne verification to catch bugs ealier
@vlsi
(#3493)- fix: ArrayIndexOutOfBounds when write big object into GSS enabled connection, make GSSInputStream robust in face of streams that produce incomplete reads
@vlsi
(#3500)- refactor: factor out duplicated .getBytes() when converting date/time to Date/Time/Timestamp
@vlsi
(#3497)- chore: exclude Oracle Java 17 from CI tests
@vlsi
(#3499)- chore: remove unused Travis CI configuration
@vlsi
(#3498)- Undeprecate sslfactoryarg connection property
@sehrope
(#3496)- fix:Fix sending extra_float_digits
@davecramer
(#3491)🐛 Bug Fixes
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4
@MrEasy
(#3369)🧰 Maintenance
⬆️ Dependencies
... (truncated)
Sourced from org.postgresql:postgresql's changelog.
[42.7.6]
Features
- fix: Enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property [PR #3513](pgjdbc/pgjdbc#3513)
Performance Improvements
- performance: Improve ResultSetMetadata.fetchFieldMetaData by using IN row values instead of UNION ALL for improved query performance (later reverted) [PR #3510](pgjdbc/pgjdbc#3510)
- feat:Use a single simple query for all startup parameters, so groupStartupParameters is no longer needed [PR #3613](pgjdbc/pgjdbc#3613)
Bug Fixes
Protocol & Connection Handling
- fix: Send extra_float_digits=3 for PostgreSQL 12+ as well [PR #3491](pgjdbc/pgjdbc#3491)
- fix: Fixed handling of protocol 3.2 and wider cancel keys [PR #3592](pgjdbc/pgjdbc#3592)
- fix: Made PgConnection#abort compatible with Java 24 [PR #3582](pgjdbc/pgjdbc#3582)
- fix: Fixed ArrayIndexOutOfBounds when writing big objects into GSS enabled connections [PR #3500](pgjdbc/pgjdbc#3500)
- fix: Added back application name setting [PR #3509](pgjdbc/pgjdbc#3509)
Metadata & Catalog Handling
- fix: Set column name explicitly when using current_database() in queries [PR #3526](pgjdbc/pgjdbc#3526)
- fix: Use query to find the current catalog instead of relying on the database in the connection URL [pull #3565](pgjdbc/pgjdbc#3565)
- fix: Refactored empty resultset to use empty result set if the catalog is not correct [PR #3588](pgjdbc/pgjdbc#3588)
API Improvements
- fix: Undeprecated Fastpath API and fixed deprecation warnings [PR #3493](pgjdbc/pgjdbc#3493)
- fix: Undeprecated sslfactoryarg [PR #3496](pgjdbc/pgjdbc#3496)
- fix: Added PgMessageType and used static variables for protocol literals [PR #3609](pgjdbc/pgjdbc#3609)
- fix: Add the ability to turn off automatic LSN flush [PR #3403](pgjdbc/pgjdbc#3403)
- fix: isValid incorrectly called execute, instead of executeWithFlags [PR #3631](pgjdbc/pgjdbc#3631). Fixes [Issue #3630](pgjdbc/pgjdbc#3630)
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4 Commit 0a88ea4. Fixes [Issue #3365](pgjdbc/pgjdbc#3365)
Infrastructure & Build Improvements
Java Support
- update: Updated to use Java 21 for building pgjdbc by default [PR #3612](pgjdbc/pgjdbc#3612)
- update: Updated Java 21 as the build dependency for copr [PR #3607](pgjdbc/pgjdbc#3607)
- update: Updated latest JDK to version 24 [PR #3580](pgjdbc/pgjdbc#3580)
- update: Applied the latest byte-buddy version for tests to support the latest Java versions [PR #3583](pgjdbc/pgjdbc#3583)
Testing & Quality
- test: Added ErrorProne verification to detect bugs earlier [PR #3493](pgjdbc/pgjdbc#3493)
- test: Simplified TestUtil.openDB, added tests with various assumeMinServerVersion values [PR #3624](pgjdbc/pgjdbc#3614)
- test: Updated to use PostgreSQL 17 rather than 17rc1 for CI tests [PR #3501](pgjdbc/pgjdbc#3501)
- test: Removed stale logging message from SslTest [PR #3584](pgjdbc/pgjdbc#3584)
- test: Added CI executions with adaptive_fetch=true by default for performance testing [PR #3615](pgjdbc/pgjdbc#3615)
- test: Added tests with reWriteBatchedInserts=true [PR #3616](pgjdbc/pgjdbc#3616)
Code Quality
- doc: Fixed javadoc warnings [PR #3493](pgjdbc/pgjdbc#3493)
... (truncated)
689708f
Prepare release notes for release 42_7_6 (new format) (#3628)0a88ea4
fix: EOFException on PreparedStatement#toString with unset bytea
parameter si...2de9b94
fix: make sure Connection.isValid correctly uses executeWithFlags fixes
Issu...d9e2087
add override (#3629)665b27b
add the ability to turn off automatic LSN flush (#3403)253c682
chore(deps): update burrunan/gradle-cache-action action to v32d1ae0c
chore(deps): update plugin com.gradle.develocity to v4baeb893
fix(deps): update dependency
org.openrewrite.rewrite:org.openrewrite.rewrite....e24d599
fix(deps): update dependency com.google.errorprone:error_prone_core to
v2.38.01617c68
fix(deps): update dependency
net.ltgt.errorprone:net.ltgt.errorprone.gradle.p...Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.
v2.8.8
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.7...v2.8.8
Fixed
springdoc-openapi v2.8.7 released!
What's Changed
Added
- #2944 - Introducing springdoc-openapi-bom project
- #2948 - Customize Servers via application.yml
- #2963 - Set default content type for problem details object to application/problem+jso
- #2971 - List of value classes in Kotlin
Changed
- Upgrade swagger-ui to v5.21.0
- Upgrade swagger-core to 2.2.30
- Upgrade spring-boot to version 3.4.5
- Upgrade spring-security-oauth2-authorization-server to version 1.4.3
Fixed
- #2947 - Unexpected warning "Appended trailing slash to static resource location"
- #2960 - NPE when customizing group's open-api without specifying any schema
- #2969 - fix path to register resource handler to work SwaggerIndexPageTransformer considering /webjar path prefix
- #2964 - Cannot add custom description and example for java.time.Duration since v2.8.6
- #2972 -
@Header
(schema =@Schema
(type = "string")) generates empty or broken schema in OpenAPI output since 2.8.0- #2976, #2967 - Build Failure due to Private Inner Class.
- #2556 - Unable to determine if it is a Kotlin type
New Contributors
@lagoshny
made their first contribution in springdoc/springdoc-openapi#2970@mymx2
made their first contribution in springdoc/springdoc-openapi#2950Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.6...v2.8.7
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.
[2.8.8] - 2025-05-04
Fixed
[2.8.7] - 2025-05-04
Added
- #2944 - Introducing springdoc-openapi-bom project
- #2948 - Customize Servers via application.yml
- #2963 - Set default content type for problem details object to application/problem+jso
- #2971 - List of value classes in Kotlin
Changed
- Upgrade swagger-ui to v5.21.0
- Upgrade swagger-core to 2.2.30
- Upgrade spring-boot to version 3.4.5
- Upgrade spring-security-oauth2-authorization-server to version 1.4.3
Fixed
- #2947 - Unexpected warning "Appended trailing slash to static resource location"
- #2960 - NPE when customizing group's open-api without specifying any schema
- #2969 - fix path to register resource handler to work SwaggerIndexPageTransformer considering /webjar path prefix
- #2964 - Cannot add custom description and example for java.time.Duration since v2.8.6
- #2972 -
@Header
(schema =@Schema
(type = "string")) generates empty or broken schema in OpenAPI output since 2.8.0- #2976, #2967 - Build Failure due to Private Inner Class.
bce44db
[maven-release-plugin] prepare release v2.8.8707fce0
Handle projects not using kotlin-reflect. Fixes #29777a3546c
[maven-release-plugin] prepare for next development iteration764ef2f
[maven-release-plugin] prepare release v2.8.798dacbd
Prepare for the next release5eb7d77
pom.xml cleanup for #29449dffa3d
pom.xml cleanup for #2944a68b42e
List of value classes in Kotlin. Fixes #297195fa3bb
Regression: @Header
(schema = @Schema
(type =
"string")) generates empty or bro...3d056d8
Build Failure due to Private Inner Class. Fixes #2976,
#2967Sourced from me.friwi:jcefmaven's releases.
JCEF Maven 135.0.20
Update JCEF to ca49ada
Build: [GitHub Actions #94](https://github.com/jcefmaven/jcefmaven/actions/runs/15018447852) MVN version: 135.0.20 JCEF commit: ca49ada CEF version: 135.0.20+ge7de5c3+chromium-135.0.7049.85
Use with Maven:
<dependency> <groupId>me.friwi</groupId> <artifactId>jcefmaven</artifactId> <version>135.0.20</version> </dependency>
Linux AMD64
<dependency> <groupId>me.friwi</groupId> <artifactId>jcef-natives-linux-amd64</artifactId> <version>jcef-ca49ada+cef-135.0.20+ge7de5c3+chromium-135.0.7049.85</version> </dependency>
Linux ARM
<dependency> <groupId>me.friwi</groupId> <artifactId>jcef-natives-linux-arm</artifactId> <version>jcef-ca49ada+cef-135.0.20+ge7de5c3+chromium-135.0.7049.85</version> </dependency>
Linux ARM64
<dependency> <groupId>me.friwi</groupId> <artifactId>jcef-natives-linux-arm64</artifactId> <version>jcef-ca49ada+cef-135.0.20+ge7de5c3+chromium-135.0.7049.85</version> </dependency>
Macosx AMD64
<dependency> </tr></table>
... (truncated)
91b0aca
Update README.md to 135.0.20