SpringBoot WebMcvTest no longer auto-configures Spring Security when Using SecurityFilterChain Instead of WebSecurityConfigurerAdapter

Copied from https://github.com/spring-projects/spring-security/issues/11275Describe the bugAfter upgrading spring-boot-s...

SpringBoot Add configuration to set href base-path in WebMvcEndpointHandlerMapping Actuator links

If you run a spring-boot application inside a docker container on context root, the actuator endpoint is exposed at: lo...

SpringBoot repo.spring.io gives 404 for spring-cloud-bindings-1.7.1.jar when trying to build docker image

We are using the spring-boot-maven-plugin to build a docker image.Today, our builds started to fail because the build pr...

SpringBoot Add a configuration property for the trusted proxies of Tomcat's Remote IP valve

Tomcat's RemoteIpValve supports both internal proxies as well as trusted proxies. Internal proxies default to the priva...

SpringBoot Trailing whitespace in the value of a property is hard to identify in failure analysis descriptions

I think we should quote or somehow delimit the value that's output in the failure analysis. It looks like this at the mo...

SpringBoot Update ConfigurationPropertiesPlugin.java

30438Comment From: wilkinsonaThanks for the proposal. Unfortunately, I don't think this is the right way to approach thi...

SpringBoot Created NodeUtil helper class - refactored Publishing Customizer

#31573 Possible class refactoringComment From: pivotal-cla@MatheusPK Please sign the Contributor License Agreement!Click...

SpringBoot Refactor PublishingCustomizer(GodClass)

My team used PMD Software on this project for our college project and we found some interesting refactoring points. One ...

SpringBoot Add native-image support for Spring Session

When using the spring-session-jdbc dependency, the application startup fails because there are resource hints for the sc...

SpringBoot More details logged in case of ApplicationFailedEvent

Hi, team!I’ve made a trivial mistake in my application.yml file (a duplicate entry) and the app silently hanged in the a...

SpringBoot Trailing whitespace in the value of a property is hard to identify in failure analysis descriptions

Resolve #31407, by adding quotes in the value of a property, to avoid confusion with trailing whitespacesAlso, add .tool...

SpringBoot How to configure WebService in spring boot 3.0.0 ?

Comment From: bclozelThanks for getting in touch, but it feels like this is a question that would be better suited to St...

SpringBoot Loaded JARs require an additional read permissions on the main java when used with a SecurityManager

See https://github.com/spring-projects/spring-boot/issues/21073#issuecomment-842997091Hello!With 2.2.7 we now face a pro...

SpringBoot Use Objects.requireNonNullElse when suitable

Use Objects.requireNonNullElse instead of if statements.Comment From: pivotal-cla@matiasdsalerno Please sign the Contrib...

SpringBoot Image building fails with latest Paketo base builder and additional buildpacks configured

Reproducible example: https://github.com/backjo/broken-buildpack-example/blob/master/build.gradle.kts#L34 (see associate...

SpringBoot Configuration for jackson to ignore unknown properties by default

I would like to avoid adding the annotation @JsonIgnoreProperties(ignoreUnknown = true) on every class, is it possible t...

SpringBoot How do I use a custom WebSocketHandler when I configure websocket using websocketmessagebrokerconfigurer

My code is like this@Configuration@EnableWebSocketMessageBrokerpublic class WebSocketConfig implements WebSocketMessageB...

SpringBoot Remove Jolokia references from the documentation

Removed Jolokia from the actuator endpoints and properties from the documentation since its unsupportedCloses #31545Comm...

SpringBoot Pagination bug of the spring.io blog for release notes

I'm reading through the spring-boot releases.There is a link on top of the page which goes to https://spring.io/blog/cat...

SpringBoot possible to use spring-boot on android development

Comment From: bclozelThanks for getting in touch, but it feels like this is a question that would be better suited to St...
上一页 下一页
.