Andy Wilkinson
f06536f642
Polish Authorization Server auto-configuration
2023-03-22 19:26:38 +00:00
Steve Riesenberg
25d77ee70b
Add Spring Authorization Server support
...
See gh-34003
2023-03-21 17:00:35 -07:00
Scott Frederick
a8016b553e
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34705
2023-03-21 15:06:48 -05:00
Scott Frederick
1c05ad2852
Polish "Clarify conventions for custom error pages in WebFlux"
...
See gh-34534
2023-03-21 14:59:07 -05:00
Dave Syer
f285364f22
Clarify conventions for custom error pages in WebFlux
...
See gh-34534
2023-03-21 14:59:07 -05:00
Andy Wilkinson
864dfe32a5
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34190
2023-02-14 21:05:19 +00:00
Andy Wilkinson
fe944ca5cd
Polish "Document addition config for throw-exception-if-no-handler-found"
...
See gh-31660
2023-02-14 21:04:56 +00:00
Michal Domagala
2cad4a7174
Document addition config for throw-exception-if-no-handler-found
...
See gh-31660
2023-02-14 21:03:15 +00:00
Moritz Halbritter
5a70422d1d
Add reference to Spring Authorization Server project
2023-01-09 15:26:40 +01:00
Moritz Halbritter
7922ac63bc
Polish documentation
2023-01-09 15:23:27 +01:00
Brian Clozel
28f9f20d39
Declare order for ServerHttpObservationFilter WebFilter
...
This commit declares an `@Order` for the `ServerHttpObservationFilter`
bean declaration in the Observation WebFlux auto-configuration.
This allows developers to consistently order other `WebFilter` instances
relatively to this one. Here, `@Order(Ordered.HIGHEST_PRECEDENCE + 1)`
has been chosen to align with the order of its MVC counterpart.
Fixes gh-33444
2022-12-19 18:24:36 +01:00
Scott Frederick
87fd27c329
Merge branch '2.7.x'
2022-12-06 14:01:13 -06:00
Scott Frederick
3f33fa3f45
Polish documentation
2022-12-06 14:00:53 -06:00
Vedran Pavic
ca72f322d6
Fix Spring Security filter dispatcher types related docs
...
See gh-33252
2022-11-18 12:52:07 +00:00
Andy Wilkinson
1481676b54
Merge branch '2.7.x'
...
Closes gh-33069
2022-11-08 13:15:02 +00:00
Andy Wilkinson
bb141ffc09
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33068
2022-11-08 13:14:30 +00:00
EricGao888
569e752159
Fix a minor bug in an example in oauth2 doc
...
See gh-32931
2022-11-08 13:14:06 +00:00
Phillip Webb
3e50836b1a
Rename httptrace endpoint and related classes to httpexchanges
...
Rename `/actuator/httptrace` to `/actuator/httpexchanges` to better
describe its purpose and to remove confusion with distribute tracing.
This change also takes the opportunity to improve the code by making
the `HttpExchange` class (previously `HttpTrace`) fully immutable.
Closes gh-32885
Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
2022-10-27 16:34:42 -07:00
Andy Wilkinson
67e4ac4f1e
Remove stale reference to MetricsWebFilter from the docs
...
Closes gh-32909
2022-10-27 16:56:34 +01:00
Phillip Webb
0219b222c2
Merge branch '2.7.x'
2022-10-19 22:03:18 -07:00
Phillip Webb
d3750c4991
Merge branch '2.6.x' into 2.7.x
2022-10-19 22:01:13 -07:00
Phillip Webb
c416c17fe8
Polish documentation title case
2022-10-19 21:53:21 -07:00
Madhura Bhave
ce3c933f77
Adapt to Spring Security changes
...
Closes gh-32604
2022-10-19 11:46:27 -07:00
Brian Clozel
23a9818e0d
Auto-configure ProblemDetails support
...
This commit auto-configures ProblemDetails support for both Spring MVC
and Spring WebFlux, contributing a `@ControllerAdvice` annotated
`ResponseEntityExceptionHandler` bean if the
`spring.mvc.problemdetails.enabled` or
`spring.webflux.problemdetails.enabled` properties are set to `true`.
Closes gh-32634
2022-10-07 17:23:12 +02:00
Andy Wilkinson
51df7813a5
Remove code deprecated in 2.x and add since and forRemoval attributes
...
Closes gh-32548
Closes gh-32549
2022-09-30 14:39:05 +01:00
Brian Clozel
56dcae8a3c
Merge branch '2.7.x'
...
Closes gh-32471
2022-09-21 21:11:29 +02:00
Brian Clozel
8f9323d66c
Document "classpath:*" location for GraphQL Schemas
...
This commit mentions the `"classpath*:graphql/**` schema location in
case the application needs to find schemas across multiple classpath
roots, for example across multiple modules.
Closes gh-31772
2022-09-21 21:09:22 +02:00
Vedran Pavic
94f42d11e5
Add support for customizing WebJars resource handler path pattern
...
At present, both Spring MVC and Spring WebFlux auto-configurations
hardcode the path pattern for WebJars resource handlers to
"/webjars/**", which means users are unable to change the path.
This commit introduces "spring.mvc.webjars-path-pattern" and
"spring.webflux.webjars-path-pattern" configuration properties that
allow customization of WebJars resource handler path pattern.
See gh-31769
2022-09-07 11:46:19 +02:00
Stephane Nicoll
1efad88c8c
Merge branch '2.7.x'
...
Closes gh-32027
2022-08-09 09:53:22 +02:00
Stephane Nicoll
6e64f49593
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32026
2022-08-09 09:53:13 +02:00
Stephane Nicoll
12c1da275b
Polish contribution
...
See gh-32004
2022-08-09 09:52:11 +02:00
Ionascu Stefan Ciprian
c441bafe27
Document the DefaultServlet is no longer being enabled by default
...
See gh-32004
2022-08-09 09:41:53 +02:00
Andy Wilkinson
ba93e6c0ed
Restore support for Jersey
...
Closes gh-28637
2022-08-08 15:45:20 +01:00
Brian Clozel
38f1bc9793
Reinstate Spring for GraphQL auto-configuration
...
This commit adds the Spring for GraphQL auto-configuration back
into Spring Boot 3.0, now that a 1.1.0 release is scheduled with the
required baseline. This release also needs GraphQL Java 19.0 as a
baseline.
Closes gh-31809
2022-08-01 14:33:25 +02:00
Phillip Webb
7377d85096
Merge branch '2.7.x'
...
Closes gh-31866
2022-07-26 12:18:14 +01:00
Andy Wilkinson
85c41d6698
Merge branch '2.7.x'
...
Closes gh-31847
2022-07-22 14:48:29 +01:00
Andy Wilkinson
ac3f552dde
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31846
2022-07-22 14:47:45 +01:00
Madhura Bhave
4057dd198b
Change preference of session store implementations
...
The order has been determined based on usage statistics.
Closes gh-27756
2022-07-20 15:36:52 -07:00
Jonas
6afd041bb2
Fix typo
...
See gh-31518
2022-07-13 16:18:53 +02:00
Madhura Bhave
7cb53b3c45
Remove session store type in favor of defined order
...
Closes gh-27756
2022-06-22 15:22:48 -07:00
Andy Wilkinson
6894f561ce
Merge branch '2.7.x'
...
Closes gh-31382
2022-06-14 11:55:54 +01:00
Andy Wilkinson
ab67136664
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31381
2022-06-14 11:55:17 +01:00
Andy Wilkinson
2094722e5d
Remove duplicate content from "The Spring WebFlux Framework"
...
Closes gh-31378
2022-06-14 11:52:06 +01:00
Phillip Webb
378e56f1d3
Add Order annotation to GraphQL RouterFunction beans
...
Update GraphQL auto-configuration so that `RouterFunction` beans have
and `@Order` of 0.
Fixes gh-31314
2022-06-13 16:44:20 -07:00
Stephane Nicoll
cc4965ee8a
Merge branch '2.7.x'
...
Closes gh-31367
2022-06-13 16:04:07 +02:00
Stephane Nicoll
961b979d6e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31366
2022-06-13 16:04:00 +02:00
Anthony Vanelverdinghe
1fffdbae2a
Fix typos in the reference documentation
...
See gh-31328
2022-06-13 16:02:48 +02:00
Stephane Nicoll
41d327df51
Merge branch '2.7.x'
...
Closes gh-31359
2022-06-13 14:50:41 +02:00
Stephane Nicoll
06d7e67e79
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31358
2022-06-13 14:50:35 +02:00
Stern, Ittay (is9613)
e05363f9b0
Restore Custom Favicon section in the reference guide
...
The section about favicon was mistakenly removed in 5fceb9d and this
commit reinstates it.
See gh-31224
2022-06-13 14:50:18 +02:00