Nineya
Home
Blog
SpringBoot Enable users to provide custom time and datetime formats for MVC and WebFlux type conversion
2025-01-06 20:52:28
1050
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
2025-01-06 20:52:20
301
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
2025-01-06 20:52:13
1055
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
2025-01-06 20:52:06
4484
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
2025-01-06 20:51:59
3215
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
2025-01-06 20:51:52
721
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
2025-01-06 20:51:45
2169
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
2025-01-06 20:51:37
6485
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
2025-01-06 20:51:27
7641
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
2025-01-06 20:51:19
2923
I have a gradle build using multiple profiles to provide configuration overrides for different environments (live + dev)...
SpringBoot Update gradle-wrapper.properties
2025-01-06 20:51:12
253
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)
2025-01-06 20:51:05
2608
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
2025-01-06 20:50:58
8357
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
2025-01-06 20:50:51
194
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
2025-01-06 20:50:45
395
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
2025-01-06 20:50:38
3907
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
2025-01-06 20:50:31
300
Documentation fix to clarify the draining of startup steps on retrieval when using BufferingApplicationStartupClarifies ...
SpringBoot Fix Asciidoc build step
2025-01-06 20:50:24
154
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
2025-01-06 20:50:16
23749
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
2025-01-06 20:50:08
2064
Logback's documentation recommends stopping the context on shutdown to flush the loggers and let appenders terminate pro...
上一页
下一页
1
…
2073
2074
2075
2076
2077
…
2246
.