SpringBoot Enable users to provide custom time and datetime formats for MVC and WebFlux type conversion

Extend WebFlux and WebMvc properties with timeFormat and dateTimeFormatproperties to allow users to customize format of ...

SpringBoot Actuator CorsEndpointProperties do not support allowed origin patterns

CORS allowed origin patterns are not supported for actuator endpoints configuration properties. There is no such propert...

SpringBoot Envers causes NULL not allowed for column "REV" when auditing simple entity

I have web application based on Boot 2.4.2 where I want to audit entity. When I run test which updates existing entity, ...

SpringBoot Automatic cleaning of the codebase

I contribute on a Github application dedicated to the automatic cleaning of a code-base. I recently introduced into it t...

SpringBoot SpringBoot/Tomcat fails to start when a @WebListener has a constructor with an argument

Spring Boot Version: 2.4.2Here's an abbreviated ./gradlew bootRun log from a sample app I created to replicate the issue...

SpringBoot Since 2.3.8 and 2.4.2, the documented index format does not match the implementation

24192 changed the index to include the directory name in its entries, e.g. dependency.jar became BOOT-INF/lib/dependency...

SpringBoot Highlight that Duration and Period conversion is provided by the ApplicationConversionService and, by default, is not available for web conversion

Version: Spring Boot 2.3.2I have the following simple TestController.@RestController@RequestMapping("/test")pu...

SpringBoot Clarify when retaining . characters in property keys requires bracket notation to be used

The documentation currently states the following:When binding to Map properties, if the key contains anything other than...

SpringBoot Can't find the location of file keystore when running as jar

I use Spring Boot 1.4.0. And I find that tomcat can't read the keystore conatined in a jar. But how can I load the keys...

SpringBoot Clarifying change in config file ordering particularly with respect to spring.config.location and profile-specific files

I have a gradle build using multiple profiles to provide configuration overrides for different environments (live + dev)...

SpringBoot Update gradle-wrapper.properties

Comment From: pivotal-issuemaster@fu9809 Please sign the Contributor License Agreement!Click here to manually synchroniz...

SpringBoot Spring Data REST not support AbstractAuditable(Optional<MyEntity> getter)

spring boot version 2.2.5if my Entity associate with other Entity, like extends org.springframework.data.jpa.domain.Abst...

SpringBoot Neo4j "Can not set java.lang.Long field" when moving from 2.0.0.M5 to 2.0.0.RC1

My project blockchain2graph is using spring-boot-starter-data-neo4j and is running well with Spring Boot 2.0.0.M5.If I c...

SpringBoot Fix Asciidoc build step

Forward port of issue #25050 to 2.5.x.Comment From: dreis2211Seems like a duplicate of #25052 Comment From: philwebbThan...

SpringBoot Document the need to use the launcher to be able to use application.* properties in a custom banner

This is a documentation update to describe the need to use JarLauncher to use application.* properties in custom banner....

SpringBoot Introduce SPI for automatic bean definition config registration

In our project we created a starter which contains most general stuff, like database, feign clients and so on.Now we wan...

SpringBoot Add extra documentation to clarify the draining of startup steps on retrieval

Documentation fix to clarify the draining of startup steps on retrieval when using BufferingApplicationStartupClarifies ...

SpringBoot Fix Asciidoc build step

Hi,just noticed that the Asciidoc generation is failing due to a duplicate anchor ID.Cheers,ChristophComment From: wilki...

SpringBoot Issues with Upgrading Spring boot from 2.2.2.Release to 2.4.2 Rlease

We have an existing application which is working fine with the SpringBoot 2.2.2.RELEASE. Now we tried to upgrade it to t...

SpringBoot Document logging.register-shutdown-hook and why you may want to enable it

Logback's documentation recommends stopping the context on shutdown to flush the loggers and let appenders terminate pro...
上一页 下一页
.