dependabot[bot]
4790ef5abc
Bump org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 1.9.25
...
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin ) from 1.9.24 to 1.9.25.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.25/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v1.9.25 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
github-actions[bot]
622704b252
Merge branch '6.3.x'
2 years ago
github-actions[bot]
5c19a33cab
Merge branch '6.2.x' into 6.3.x
2 years ago
dependabot[bot]
41e140730b
Bump org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 1.9.25
...
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin ) from 1.9.24 to 1.9.25.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.25/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v1.9.25 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
github-actions[bot]
f356fd1475
Merge branch '6.3.x'
2 years ago
github-actions[bot]
fea17dda19
Merge branch '6.2.x' into 6.3.x
2 years ago
dependabot[bot]
93bc82d621
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.24 to 1.9.25
...
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin ) from 1.9.24 to 1.9.25.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.25/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v1.9.25 )
---
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>
2 years ago
github-actions[bot]
347674b0b4
Merge branch '6.3.x'
2 years ago
dependabot[bot]
3d618afa96
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>
2 years ago
dependabot[bot]
f9caa77437
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>
2 years ago
github-actions[bot]
06d1c0822c
Merge branch '5.8.x' into 6.2.x
2 years ago
github-actions[bot]
42838428a7
Merge branch '6.2.x' into 6.3.x
2 years ago
github-actions[bot]
4cdf1eca58
Merge branch '6.3.x'
2 years ago
dependabot[bot]
1c4a63387b
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>
2 years ago
github-actions[bot]
c7e9e3d9b6
Merge branch '6.2.x' into 6.3.x
2 years ago
github-actions[bot]
36429bc0b3
Merge branch '6.3.x'
2 years ago
dependabot[bot]
385011f4b1
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>
2 years ago
Josh Cummings
9d8888c5f0
Use AssertingPartyMetadata
...
Issue gh-15394
2 years ago
Josh Cummings
dfa67fd8a1
Polish Tests
...
- Use test objects
- Ensure assertThat is checked
Issue gh-11725
2 years ago
Josh Cummings
e6dfb63bdf
Add OpenSamlAssertingPartyMetadataRepository
...
Closes gh-12116
Closes gh-15395
2 years ago
Josh Cummings
7ad9ee93cf
Add AssertingPartyMetadataRepository
...
Closes gh-15394
2 years ago
dependabot[bot]
437a45768c
Bump org.springframework:spring-framework-bom from 6.2.0-M5 to 6.2.0-M6
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.2.0-M5 to 6.2.0-M6.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0-M5...v6.2.0-M6 )
---
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>
2 years ago
KyeongHoon Lee
4036e910c7
Add @FunctionalInterface to AuthenticationManager
2 years ago
baezzys
4169c0cf36
Publish Constants for Firewall Header and Parameter Predicates
...
Introduced public static final Predicates for allowed header names,
header values, parameter names, and parameter values for building
expressions.
Closes gh-13639
2 years ago
Josh Cummings
df76537470
Update Formatting
...
Issue gh-15338
2 years ago
rio
e69e0eb245
Check for null Name Attribute Value
...
Closes gh-15338
2 years ago
Josh Cummings
fdcf3c6df9
Merge branch '6.3.x'
2 years ago
Josh Cummings
ba714d78ab
Merge branch '6.2.x' into 6.3.x
...
Closes gh-15440
2 years ago
Josh Cummings
3daeeb8789
Merge branch '5.8.x' into 6.2.x
...
Closes gh-15439
2 years ago
Josh Cummings
dab48d25b0
Improve Error Message When Registration Missing
...
Closes gh-15363
2 years ago
Josh Cummings
c736e075c1
Add AnnotationSythesizer API
...
Closes gh-13234
Closes gh-13490
Closes gh-15097
2 years ago
Josh Cummings
e3438aa36a
Support AliasFor
...
Closes gh-15436
2 years ago
Josh Cummings
03bcc6776a
Correct Authorization Tests
...
Issue gh-9289
2 years ago
Josh Cummings
56c93afc66
Correct Tests About Conflicting Annotations
...
Issue gh-9289
2 years ago
github-actions[bot]
ffd4a0ff57
Merge branch '6.3.x'
2 years ago
dependabot[bot]
079b6e00cc
Bump org.gretty:gretty from 4.1.4 to 4.1.5
...
Bumps [org.gretty:gretty](https://github.com/gretty-gradle-plugin/gretty ) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/gretty-gradle-plugin/gretty/releases )
- [Changelog](https://github.com/gretty-gradle-plugin/gretty/blob/master/changes.md )
- [Commits](https://github.com/gretty-gradle-plugin/gretty/compare/v4.1.4...v4.1.5 )
---
updated-dependencies:
- dependency-name: org.gretty:gretty
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
github-actions[bot]
6b8d575d6d
Merge branch '6.3.x'
2 years ago
dependabot[bot]
5786c6275a
Bump io.mockk:mockk from 1.13.11 to 1.13.12
...
Bumps [io.mockk:mockk](https://github.com/mockk/mockk ) from 1.13.11 to 1.13.12.
- [Release notes](https://github.com/mockk/mockk/releases )
- [Commits](https://github.com/mockk/mockk/compare/1.13.11...1.13.12 )
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
1eb375efa8
Bump io.mockk:mockk from 1.13.11 to 1.13.12
...
Bumps [io.mockk:mockk](https://github.com/mockk/mockk ) from 1.13.11 to 1.13.12.
- [Release notes](https://github.com/mockk/mockk/releases )
- [Commits](https://github.com/mockk/mockk/compare/1.13.11...1.13.12 )
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
f56bb3c6dc
Bump org.gretty:gretty from 4.1.4 to 4.1.5
...
Bumps [org.gretty:gretty](https://github.com/gretty-gradle-plugin/gretty ) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/gretty-gradle-plugin/gretty/releases )
- [Changelog](https://github.com/gretty-gradle-plugin/gretty/blob/master/changes.md )
- [Commits](https://github.com/gretty-gradle-plugin/gretty/compare/v4.1.4...v4.1.5 )
---
updated-dependencies:
- dependency-name: org.gretty:gretty
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
github-actions[bot]
5fbc0c4341
Merge branch '6.3.x'
2 years ago
github-actions[bot]
f27a03416f
Merge branch '6.2.x' into 6.3.x
2 years ago
dependabot[bot]
055090c112
Bump io.mockk:mockk from 1.13.11 to 1.13.12
...
Bumps [io.mockk:mockk](https://github.com/mockk/mockk ) from 1.13.11 to 1.13.12.
- [Release notes](https://github.com/mockk/mockk/releases )
- [Commits](https://github.com/mockk/mockk/compare/1.13.11...1.13.12 )
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
github-actions[bot]
002eb40eb4
Next development version
2 years ago
github-actions[bot]
33d83158dd
Release 6.4.0-M1
2 years ago
github-actions[bot]
22baab1c9a
Merge branch '6.2.x' into 6.3.x
2 years ago
github-actions[bot]
5870a45a3d
Merge branch '6.3.x'
2 years ago
dependabot[bot]
be5c072ef2
Bump org.springframework.data:spring-data-bom from 2023.1.7 to 2023.1.8
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2023.1.7 to 2023.1.8.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.7...2023.1.8 )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
github-actions[bot]
cdcfb5d6c2
Merge branch '6.3.x'
2 years ago
dependabot[bot]
1b7a4f6e57
Bump org.springframework.data:spring-data-bom from 2024.0.1 to 2024.0.2
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2024.0.1 to 2024.0.2.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2024.0.1...2024.0.2 )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago