Commit Graph

1417 Commits

Author SHA1 Message Date
Joe Grandja
911dbf3af4 Merge branch '1.2.x' into 1.3.x 2024-10-23 05:40:52 -04:00
Joe Grandja
eaed5ea383 Next development version 2024-10-22 13:52:46 -04:00
Joe Grandja
7286da97f5 Next development version 2024-10-22 13:22:48 -04:00
github-actions[bot]
63507f2a86 Release 1.2.7 2024-10-22 15:22:34 +00:00
github-actions[bot]
4f1ba2edd7 Release 1.3.3 2024-10-22 15:22:01 +00:00
dependabot[bot]
9682940cc2 Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.3.3 to 6.3.4.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.3.3...6.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 16:25:38 -04:00
Joe Grandja
356ce2a5b4 Merge branch '1.2.x' into 1.3.x 2024-10-21 16:20:18 -04:00
dependabot[bot]
1f845c603b Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.2.6 to 6.2.7.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.6...6.2.7)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 16:17:09 -04:00
Joe Grandja
a60b1f65ee Merge branch '1.2.x' into 1.3.x
Closes gh-1782
2024-10-21 15:13:29 -04:00
William Koch
c6c20b9dba AOT contributions will be registered for JbcOAuth2AuthorizationService subclasses
Prior to this commit, String-based class name comparisons were used for determining if a bean was of type JdbcOAuth2AuthorizationService or
JdbcRegisteredClientRepository.

Now JdbcOAuth2AuthorizationService.class.isAssignableFrom(...) and JdbcRegisteredClientRepository.class.isAssignableFrom(...) is used so that any subclasses are
detected and the necessary AOT hints are contributed.

Closes gh-1778
2024-10-21 07:23:10 -04:00
dependabot[bot]
096bd722bd Bump org.springframework:spring-framework-bom from 6.1.13 to 6.1.14
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.13 to 6.1.14.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.13...v6.1.14)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 11:17:15 -04:00
Joe Grandja
89f65b1fa7 Merge branch '1.2.x' into 1.3.x 2024-10-18 11:09:58 -04:00
dependabot[bot]
6240ad8a93 Bump org.springframework:spring-framework-bom from 6.1.13 to 6.1.14
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.13 to 6.1.14.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.13...v6.1.14)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 11:01:56 -04:00
dependabot[bot]
d0aac100b4 Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.2.0 to 5.2.5
Bumps [org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin) from 5.2.0 to 5.2.5.
- [Release notes](https://github.com/jfrog/artifactory-gradle-plugin/releases)
- [Commits](https://github.com/jfrog/artifactory-gradle-plugin/compare/5.2.0...5.2.5)

---
updated-dependencies:
- dependency-name: org.jfrog.buildinfo:build-info-extractor-gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-17 09:37:25 -04:00
dependabot[bot]
230112defb Bump org.springframework:spring-framework-bom from 6.1.12 to 6.1.13
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.12 to 6.1.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.12...v6.1.13)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-17 09:36:23 -04:00
Joe Grandja
f8519c55b8 Merge branch '1.2.x' into 1.3.x
Closes gh-1771
2024-10-16 19:41:16 -04:00
Joe Grandja
aa6fae928e Migrate to com.gradle.develocity plugin
Closes gh-1770
2024-10-16 19:32:32 -04:00
dependabot[bot]
9b63abab0f Bump @springio/asciidoctor-extensions in /docs
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions) from 1.0.0-alpha.13 to 1.0.0-alpha.14.
- [Changelog](https://github.com/spring-io/asciidoctor-extensions/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/spring-io/asciidoctor-extensions/compare/v1.0.0-alpha.13...v1.0.0-alpha.14)

---
updated-dependencies:
- dependency-name: "@springio/asciidoctor-extensions"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 15:10:11 -04:00
dependabot[bot]
584cbbaa60 Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.6.10 to 1.6.21
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 15:01:47 -04:00
dependabot[bot]
7b6f3edff6 Bump @antora/collector-extension in /docs
---
updated-dependencies:
- dependency-name: "@antora/collector-extension"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 15:00:27 -04:00
dependabot[bot]
2b8d995314 Bump io-spring-javaformat from 0.0.41 to 0.0.43
Bumps `io-spring-javaformat` from 0.0.41 to 0.0.43.

Updates `io.spring.javaformat:spring-javaformat-checkstyle` from 0.0.41 to 0.0.43
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.43)

Updates `io.spring.javaformat:spring-javaformat-gradle-plugin` from 0.0.41 to 0.0.43
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.43)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.spring.javaformat:spring-javaformat-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 14:59:12 -04:00
dependabot[bot]
a109f59081 Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.10.5
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.10.5.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.10.5)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 14:58:33 -04:00
dependabot[bot]
bc2b4bd058 Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.3.2 to 6.3.3.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.3.2...6.3.3)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16 14:57:33 -04:00
Joe Grandja
91e3f131e0 Merge branch '1.2.x' into 1.3.x 2024-10-16 14:44:59 -04:00
github-actions[bot]
3798a4d659 Update Antora Spring UI to v0.4.17 2024-10-16 14:15:57 -04:00
github-actions[bot]
3f6319c0f6 Update Antora Spring UI to v0.4.17 2024-10-16 14:14:12 -04:00
Joe Grandja
c15093c633 Merge branch '1.2.x' into 1.3.x 2024-10-15 17:01:23 -04:00
dependabot[bot]
468ecb35f1 Bump @antora/collector-extension in /docs
---
updated-dependencies:
- dependency-name: "@antora/collector-extension"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 16:35:45 -04:00
dependabot[bot]
f3be29c6b6 Bump @springio/asciidoctor-extensions in /docs
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions) from 1.0.0-alpha.13 to 1.0.0-alpha.14.
- [Changelog](https://github.com/spring-io/asciidoctor-extensions/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/spring-io/asciidoctor-extensions/compare/v1.0.0-alpha.13...v1.0.0-alpha.14)

---
updated-dependencies:
- dependency-name: "@springio/asciidoctor-extensions"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 16:27:02 -04:00
dependabot[bot]
fff7047b3f Bump io-spring-javaformat from 0.0.41 to 0.0.43
Bumps `io-spring-javaformat` from 0.0.41 to 0.0.43.

Updates `io.spring.javaformat:spring-javaformat-checkstyle` from 0.0.41 to 0.0.43
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.43)

Updates `io.spring.javaformat:spring-javaformat-gradle-plugin` from 0.0.41 to 0.0.43
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.43)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.spring.javaformat:spring-javaformat-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 16:23:04 -04:00
dependabot[bot]
b4e3fa2f73 Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.6.10 to 1.6.21
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 16:18:22 -04:00
dependabot[bot]
ce9c9a9a52 Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.10.5
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.10.5.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.10.5)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 15:57:09 -04:00
dependabot[bot]
a2feaf4757 Merge pull request #1763 from spring-projects/dependabot/gradle/1.2.x/org.springframework-spring-framework-bom-6.1.13 2024-10-15 19:53:53 +00:00
dependabot[bot]
009a464d2d Bump org.springframework:spring-framework-bom from 6.1.12 to 6.1.13
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.12 to 6.1.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.12...v6.1.13)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 18:36:12 +00:00
Joe Grandja
31b3e7711b Merge branch '1.2.x' into 1.3.x 2024-10-11 10:16:56 -04:00
Joe Grandja
5949f5323c Use Gradle version catalog 2024-10-10 20:06:12 -04:00
Joe Grandja
1003a3b336 Merge branch '1.2.x' into 1.3.x 2024-10-10 13:45:35 -04:00
Joe Grandja
f8bca1a087 Update to Gradle 8.10.2
Closes gh-1735
2024-10-10 13:36:10 -04:00
Joe Grandja
625301ce8c Update to build-info-extractor-gradle 4.29.4
Closes gh-1734
2024-10-10 13:35:59 -04:00
Joe Grandja
1255b65e65 Update to nohttp-gradle 0.0.11
Closes gh-1733
2024-10-10 13:35:11 -04:00
Joe Grandja
68300d4cf9 Polish gh-1729 2024-10-04 05:57:16 -04:00
Selene Feigl
8c297b1252 Fix verification_uri in device authorization response when context path exists
Closes gh-1714
2024-10-04 05:54:24 -04:00
Joe Grandja
bb36dceda3 Merge branch '1.2.x' into 1.3.x 2024-09-16 21:47:04 -04:00
Joe Grandja
6ed0a220cb Use springio/antora-extensions 2024-09-16 21:43:06 -04:00
Joe Grandja
22fb09258b Merge branch '1.2.x' into 1.3.x 2024-08-28 06:06:27 -04:00
github-actions[bot]
bf487c3443 Next development version 2024-08-20 15:42:59 +00:00
github-actions[bot]
dcc10e0856 Next development version 2024-08-20 15:41:43 +00:00
github-actions[bot]
7be69dff90 Release 1.2.6 2024-08-20 15:22:12 +00:00
github-actions[bot]
21e433a553 Release 1.3.2 2024-08-20 15:21:30 +00:00
Joe Grandja
c1ebae1b72 Update to junit-jupiter 5.10.3
Closes gh-1700
2024-08-19 12:24:30 -04:00