Vedran Pavic
Vedran Pavic
This commit deprecates `CookieGenerator` in favor of a more modern alternative in `ResponseCookie`. --- Ideally, all Framework generated cookies should be consistent is sense they use the same infrastructure for...
These days, theme switching is purely CSS based and does not really benefit from some special support on the server side. See [this guide](https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/) as an example. With that in...
**Please fill out the issue checklist below and provide ALL the requested information.** - [x] I reviewed open and closed github issues that may be related to my problem. -...
As HTTPS transport has been available by default in `apt` since 1.5, `apt-transport-https` has become a dummy transitional package whose installation isn't needed on any of the supported Ubuntu releases...
At present, the `heroku config:set` and `:unset` CLI commands will restart the app immediately after applying the env variable change. This might not always be desirable. For instance, if I'm...
### Channel multiplexing reference Even though sections on _Message Listener Containers_ (both [imperative](https://docs.spring.io/spring-data-redis/docs/current/reference/html/#redis:pubsub:subscribe:containers) and [reactive](https://docs.spring.io/spring-data-redis/docs/current/reference/html/#redis:reactive:pubsub:subscribe:containers) ones) describe resource sharing between multiple listeners, the term _multiplexing_ isn't explicitly called out anywhere...
After learning about the new authorization configuration support in `HttpSecurity::authorizeHttpRequests` and seeing [the docs](https://docs.spring.io/spring-security/reference/servlet/authorization/authorize-http-requests.html) stating that `AuthorizationFilter` is intended to supersede the `FilterSecurityInterceptor`, I've opened the PR against Spring Boot...
**Java version**: 11 **Library version**: 17.2.0 **Is your feature request related to a problem? Please describe.** At present, a new instance of HttpClient is created for every request as can...
Currently, as explained in [LiveReload section](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using.devtools.livereload) of the reference manual, Dev Tools support for live reload requires use of 3rd party browser extensions. The suggested extensions have been unmaintained for...
As discussed in https://github.com/spring-projects/spring-boot/pull/32046#pullrequestreview-1067421804, it would be useful if `@WebEndpointTest` had an attribute that would allow to specify target web frameworks that given test should be executed against.