dependabot[bot]
d8f7edf1ae
Bump io.projectreactor.netty:reactor-netty from 1.1.12 to 1.1.13
...
Bumps [io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty ) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/reactor/reactor-netty/releases )
- [Commits](https://github.com/reactor/reactor-netty/compare/v1.1.12...v1.1.13 )
---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 08:37:06 -03:00
Marcus Hert Da Coregio
da05e8ebd2
Merge branch '6.0.x' into 6.1.x
2023-11-16 08:36:19 -03:00
Marcus Hert Da Coregio
67d4527410
Merge branch '5.8.x' into 6.0.x
2023-11-16 08:36:10 -03:00
dependabot[bot]
6afcc02ef3
Bump io.projectreactor:reactor-bom from 2020.0.37 to 2020.0.38
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2020.0.37 to 2020.0.38.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2020.0.37...2020.0.38 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 08:35:55 -03:00
dependabot[bot]
773673ac2c
Bump io.projectreactor.netty:reactor-netty from 1.0.38 to 1.0.39
...
Bumps [io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty ) from 1.0.38 to 1.0.39.
- [Release notes](https://github.com/reactor/reactor-netty/releases )
- [Commits](https://github.com/reactor/reactor-netty/compare/v1.0.38...v1.0.39 )
---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 08:35:05 -03:00
Josh Cummings
187ef0e1a8
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14146
2023-11-15 09:26:59 -07:00
Josh Cummings
18530c8dcd
Add PhasedObservation
...
Observation itself does not protect against start and stop being called
multiple times. This commit aligns all observation instances to instead
use an implementation that does have these guards in place.
Closes gh-14082
2023-11-15 09:22:41 -07:00
Ruben Suet
916d9d949a
fix broken link for servlet getting started page
2023-11-14 14:26:20 -03:00
Marcus Hert Da Coregio
921afba134
Use addCookie instead of addHeader in CookieCsrfTokenRepository
...
By using addCookie we make sure that configured Tomcat's CookieProcessors are invoked
Closes gh-14131
2023-11-14 10:56:24 -03:00
dependabot[bot]
cf76864011
Bump io.micrometer:micrometer-observation from 1.10.12 to 1.10.13
...
Bumps [io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer ) from 1.10.12 to 1.10.13.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.10.12...v1.10.13 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-observation
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 10:07:52 -03:00
Marcus Hert Da Coregio
d8c6f112cf
Merge branch '6.0.x' into 6.1.x
2023-11-14 10:06:48 -03:00
dependabot[bot]
6a29f7e9f2
Bump io.micrometer:micrometer-observation from 1.10.12 to 1.10.13
...
Bumps [io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer ) from 1.10.12 to 1.10.13.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.10.12...v1.10.13 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-observation
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 10:06:24 -03:00
Marcus Hert Da Coregio
d5e9478502
Merge branch '6.0.x' into 6.1.x
2023-11-10 11:25:19 -03:00
Marcus Hert Da Coregio
e0758dd388
Include samples_branch into job output
...
Issue gh-14127
2023-11-10 11:25:13 -03:00
Marcus Hert Da Coregio
de0b887a9c
Merge branch '6.0.x' into 6.1.x
2023-11-10 11:17:42 -03:00
Marcus Hert Da Coregio
0f24194418
Rename cloneSamples to cloneRepository
...
Closes gh-14127
2023-11-10 11:16:47 -03:00
Steve Riesenberg
a2d1fcf923
Merge branch '6.0.x' into 6.1.x
2023-11-09 14:12:43 -06:00
Steve Riesenberg
b14a66c30d
Merge branch '5.8.x' into 6.0.x
2023-11-09 14:12:29 -06:00
Steve Riesenberg
7335c5745c
Document authentication helper method in WebClient integration
...
This commit re-applies 49f3c0ce53
which was lost while splitting pages for Antora.
Issue gh-13816
Issue gh-10120
2023-11-09 10:46:32 -06:00
Josh Cummings
bcef8f98aa
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14117
2023-11-07 17:32:51 -07:00
Josh Cummings
4990373cf9
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14116
2023-11-07 17:22:36 -07:00
Josh Cummings
52675c80b3
Check For Null Exception Message
...
Closes gh-13768
2023-11-07 17:19:35 -07:00
Josh Cummings
42225371d7
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14114
2023-11-07 16:33:45 -07:00
Josh Cummings
18c5f4354e
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14113
2023-11-07 16:31:46 -07:00
Josh Cummings
b919ece045
Change Idempotent to Read-Only
...
Closes gh-13644
2023-11-07 16:25:28 -07:00
Josh Cummings
f295e9d28f
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14111
2023-11-07 13:09:20 -07:00
Josh Cummings
bb354f1895
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14110
2023-11-07 13:07:25 -07:00
Josh Cummings
11a21896dd
Defer SecurityContextHolderStrategy Lookup
...
Due to how early method interceptors are loaded during startup
it's reasonable to consider scenarios where applications are
changing the global security context holder strategy during
startup.
Closes gh-12877
2023-11-07 12:36:16 -07:00
Marcus Hert Da Coregio
8fc0625594
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14107
2023-11-07 13:14:32 -03:00
Marcus Hert Da Coregio
b588cea434
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14106
2023-11-07 13:14:25 -03:00
Marcus Hert Da Coregio
eff9814d7b
Add links to WebFlux section where referenced
...
Closes gh-14100
2023-11-07 13:13:41 -03:00
Marcus Hert Da Coregio
968eb10f64
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14104
2023-11-07 13:13:15 -03:00
Marcus Hert Da Coregio
e5033c1930
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14103
2023-11-07 13:13:07 -03:00
Dong, Xue-Han
058495d463
Add the Authorization Section to Nav List
...
Closes gh-14099
2023-11-07 13:11:52 -03:00
Marcus Hert Da Coregio
2158d262bc
Merge branch '6.0.x' into 6.1.x
2023-11-07 10:53:56 -03:00
Dong, Xue-Han
fafb579a6e
fix code blocks formatting mistakes.
2023-11-07 10:53:33 -03:00
Marcus Hert Da Coregio
148e9e59d9
Merge branch '6.0.x' into 6.1.x
2023-11-07 10:36:22 -03:00
CroBurnt
d0546bf484
Update http.adoc
2023-11-07 10:36:09 -03:00
CroBurnt
da076c72bd
improve render headers.adoc
2023-11-07 10:35:14 -03:00
Marcus Hert Da Coregio
99c84aa935
Merge branch '6.0.x' into 6.1.x
2023-11-06 15:02:09 -03:00
Marcus Hert Da Coregio
3893136084
Remove Gradle deprecations
...
Stop using JavaPluginConvention type and replace outputFile with destinationFile
Issue gh-13864
2023-11-06 15:01:38 -03:00
Josh Cummings
624dcafcf2
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14085
2023-11-01 12:12:02 -06:00
Josh Cummings
fa15c975ff
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14084
2023-11-01 12:11:20 -06:00
dependabot[bot]
0ee006cff2
Bump org-eclipse-jetty from 11.0.17 to 11.0.18
...
Bumps `org-eclipse-jetty` from 11.0.17 to 11.0.18.
Updates `org.eclipse.jetty:jetty-server` from 11.0.17 to 11.0.18
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-11.0.17...jetty-11.0.18 )
Updates `org.eclipse.jetty:jetty-servlet` from 11.0.17 to 11.0.18
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-11.0.17...jetty-11.0.18 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-servlet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 08:52:07 -03:00
Marcus Hert Da Coregio
9d34cca3b9
Merge branch '6.0.x' into 6.1.x
2023-11-01 08:51:24 -03:00
dependabot[bot]
a690232bc1
Bump org-eclipse-jetty from 11.0.17 to 11.0.18
...
Bumps `org-eclipse-jetty` from 11.0.17 to 11.0.18.
Updates `org.eclipse.jetty:jetty-server` from 11.0.17 to 11.0.18
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-11.0.17...jetty-11.0.18 )
Updates `org.eclipse.jetty:jetty-servlet` from 11.0.17 to 11.0.18
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-11.0.17...jetty-11.0.18 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-servlet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 08:51:05 -03:00
Josh Cummings
ffd12ee3b9
Refine requestMatcher Validation Rules
...
Closes gh-14078
2023-10-31 17:08:24 -06:00
Steve Riesenberg
447f40949c
Revert unnecessary merges on 6.1.x
...
This commit removes unnecessary main-branch merges starting from
9f8db22b77
and adds the following
needed commit(s) that were made afterward:
- 4d6ff49b9d
- ed6ff670d1
- c823b00794
- 44fad21363
2023-10-31 15:22:15 -05:00
Steve Riesenberg
9db33f33c7
Revert unnecessary merges on 6.0.x
...
This commit removes unnecessary main-branch merges starting from
8750608b5b
and adds the following
needed commit(s) that were made afterward:
- 5dce82c48b
2023-10-31 15:11:45 -05:00
Sadid Shaikh
44fad21363
Fix typo in method-security.adoc
...
Fixed typo by changing 'please' to 'place'
2023-10-31 09:46:28 -03:00