Steve Riesenberg
8d60ec32bd
Update org.springframework.data to 2022.0.7
...
Closes gh-13364
2023-06-16 12:16:37 -05:00
Steve Riesenberg
1345cb7960
Update org.springframework to 6.0.10
...
Closes gh-13363
2023-06-16 12:16:34 -05:00
Steve Riesenberg
73104daa7f
Update junit-bom to 5.9.3
...
Closes gh-13360
2023-06-16 12:16:25 -05:00
Steve Riesenberg
9a71837fc7
Update hsqldb to 2.7.2
...
Closes gh-13359
2023-06-16 12:16:22 -05:00
Steve Riesenberg
e7a06fe4d4
Update io.spring.javaformat to 0.0.39
...
Closes gh-13358
2023-06-16 12:16:18 -05:00
Steve Riesenberg
2205fc9aaf
Update io.rsocket to 1.1.4
...
Closes gh-13357
2023-06-16 12:16:15 -05:00
Steve Riesenberg
629299d6ee
Update io.projectreactor to 2022.0.8
...
Closes gh-13355
2023-06-16 12:16:09 -05:00
Steve Riesenberg
d71a051fd3
Update micrometer-observation to 1.10.8
...
Closes gh-13354
2023-06-16 12:16:06 -05:00
Steve Riesenberg
064e4e03ce
Update unboundid-ldapsdk to 6.0.9
...
Closes gh-13353
2023-06-16 12:16:02 -05:00
Steve Riesenberg
43916836e5
Update com.nimbusds to 9.43.3
...
Closes gh-13352
2023-06-16 12:15:59 -05:00
Steve Riesenberg
8f6f6ab423
Update jackson-bom to 2.14.3
...
Closes gh-13349
2023-06-16 12:15:50 -05:00
Steve Riesenberg
498772d7f6
Update logback-classic to 1.4.8
...
Closes gh-13348
2023-06-16 12:15:46 -05:00
Marcus Da Coregio
898791b584
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13323
2023-06-15 08:46:26 -03:00
Marcus Da Coregio
13530d5eba
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13322
2023-06-15 08:46:03 -03:00
Marcus Da Coregio
d67c11cfbd
Add Proxy Server Configuration to nav
...
Closes gh-13313
2023-06-15 08:45:49 -03:00
Rob Winch
720809ff7d
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13317
2023-06-14 16:21:14 -05:00
Rob Winch
a81c0459e2
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13316
2023-06-14 16:20:40 -05:00
Rob Winch
a387f401b7
Merge branch '5.6.x' into 5.7.x
...
Closes gh-13315
2023-06-14 16:20:02 -05:00
Rob Winch
9bd04ed0e0
Fix Documentation Title
...
Closes gh-13314
2023-06-14 16:18:46 -05:00
Josh Cummings
5f26daedcb
Error On Unsupported Client Authentication Methods
...
Closes gh-13144
2023-06-12 15:13:13 -06:00
Rob Winch
b472a06848
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13293
2023-06-08 17:17:34 -05:00
Rob Winch
312b758b3a
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13292
2023-06-08 17:14:34 -05:00
Rob Winch
68cec50bad
Merge branch '5.6.x' into 5.7.x
...
Closes gh-13291
2023-06-08 17:08:54 -05:00
Rob Winch
04692d9ee8
Fix Antora Warnings
...
Closes gh-13210
2023-06-08 17:02:19 -05:00
Rob Winch
8cfb6a4cdc
cralwer.algolia.com performs indexing
2023-06-08 13:46:46 -05:00
Marcus Da Coregio
e1e61a9bd1
Remove net.sourceforge.nekohtml:nekohtml dependency
...
This dependency was being used by the deprecated spring-security-openid module, now that it is removed, we can also remove the dependency
Closes gh-13286
2023-06-06 10:06:05 -03:00
Josh Cummings
ce90bcc6fc
Merge branch '5.8.x' into 6.0.x
2023-06-05 14:28:40 -06:00
Josh Cummings
1c6dc1aaac
Merge branch '5.7.x' into 5.8.x
2023-06-05 14:27:56 -06:00
Anubhav Ahlawat
2279f9fd39
Typos in persistence section
2023-06-05 14:27:43 -06:00
Janne Valkealahti
c053f6f0c6
Make eclipse/vscode project import work
...
- Gradle projects contain cycles which comes from dependencies to
test sources which is not a problem in gradle but eclipse metadata
generation is getting confused. Thus we need settings to relax errors
org.eclipse.jdt.core.circularClasspath=warning
org.eclipse.jdt.core.incompleteClasspath=warning
- Additionally .classpath entries needs to be changes having
without_test_code=false
test=false
- Aspects end up getting source dirs `build/classes/java/main`
and `build/resources/main` which never have sources. Vscode complains
about that, eclipse is fine. Remove those from entries.
- In tests `htmlunit` depends on `xml-apis`. `xml-apis` are now part
of jdk and eclipse complains about that. Excluse these in a gradle build.
- Both eclipse and vscode don't currently work with buildship, due to
project cycles and buildship cannot be configured. It's possible to
create metadata from `eclipse` task manually which then can be imported.
For this we need to disable automatic import in vscode using buildship.
This goes to `.vscode/settings.json` workspace config.
- Then with these changes user can do something like
git clean -fxd && ./gradlew clean build cleanEclipse eclipse -x checkstyleNohttp -x test -x integrationTest
and import projects manually.
2023-06-05 13:34:30 -06:00
Josh Cummings
d8db849400
Merge branch '5.8.x' into 6.0.x
2023-06-05 13:24:03 -06:00
Josh Cummings
df4411fb48
Merge branch '5.7.x' into 5.8.x
2023-06-05 13:18:22 -06:00
Josh Cummings
e834543eed
Change possessives to use two ticks
2023-06-05 13:17:15 -06:00
1993heqiang
783f674704
Fix typo authentication.adoc
2023-06-05 13:17:15 -06:00
1993heqiang
933debebeb
Fix typo overview.adoc
2023-06-05 13:17:15 -06:00
delver
2629fb2061
Fix Kotlin typo
2023-06-05 13:08:17 -06:00
delver
77c337bac4
Fix invalid link
2023-06-05 13:08:17 -06:00
Marcus Da Coregio
4e3517e03a
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13281
2023-06-05 16:03:58 -03:00
Marcus Da Coregio
b47420f8a2
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13280
2023-06-05 16:02:30 -03:00
Marcus Da Coregio
7250abc185
Does not apply a Configurer when disabled from another DSL
...
Closes gh-13203
2023-06-05 16:01:20 -03:00
Vladimir Kidyaev
d47e3e8cd8
Delete duplicate line from oauth2/client/core.adoc
2023-06-05 12:56:24 -06:00
Josh Cummings
45683349a4
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13278
2023-06-05 12:48:43 -06:00
Josh Cummings
9ac286e8ea
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13231
2023-06-05 12:47:23 -06:00
Christoph Zuleger
06e58e4c34
Update JavaDoc of BasicAuthenticationFilter
...
Remove deprecated hint to use Digest Auth in favor of Basic Auth.
2023-06-05 12:46:30 -06:00
Josh Cummings
590e9e23d9
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13253
2023-05-31 15:42:41 -06:00
Josh Cummings
79f1cf799d
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13252
2023-05-31 15:31:31 -06:00
Josh Cummings
bcc1cfc28a
Restore OAuth2AuthorizedClientRepository Test Instrumentation
...
Closes gh-13113
2023-05-31 15:30:03 -06:00
Marcus Da Coregio
adeadae92b
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13247
2023-05-30 15:27:44 -03:00
Marcus Da Coregio
aa8b691ee3
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13246
2023-05-30 15:26:29 -03:00
Marcus Da Coregio
663f5cf76b
Remove /plugins-release and /plugins-snapshot from build
...
Those repositories now need authentication, and we do not actually need them, the dependencies can be resolved from Maven Central
Closes gh-13245
2023-05-30 15:25:54 -03:00