Nineya
Home
Blog
SpringBoot Spring Boot Gradle plugin: bootJar.enabled=false not working
2025-01-06 19:33:05
2588
What is equivalent for bootRepackage.enabled=false for Spring Boot's latest Gradle plugin (2.0.0) ? bootJar.enabled=fa...
SpringBoot MetricsIntegrationTests.requestMappingIsInstrumented() is flaky
2025-01-06 19:32:57
1263
It's flaky in both 2.3 and 2.4. I think there's a race condition between the metric being recorded and the response maki...
SpringBoot Align versions of Scala modules
2025-01-06 19:32:41
603
We have transitive dependencies on org.scala-lang:scala-library and org.scala-lang:scala-reflect that do not have matchi...
SpringBoot Spring Boot can't be checked out on Windows without enabling git core.longpaths
2025-01-06 19:32:11
519
Currently Spring Boot project can't be checked out on Windows due to Filename too long error. Commit d1f543fc added a fi...
SpringBoot A reactive web application using Spring Session uses server.servlet.session.timeout to configure its session timeout
2025-01-06 19:32:04
332
When spring.session.timeout isn't configured, the Spring Session auto-configuration falls back to server.servlet.session...
SpringBoot Add a command line option for image.cleanCache when building with Maven
2025-01-06 19:31:58
646
Exposed image.cleanCache as command line option for cache cleanup when building with Maven.Closes gh-23202.Comment From:...
SpringBoot Property names are not available with Lombok and constructor binding
2025-01-06 19:31:43
5616
The output of the spring-boot-configuration-processor looks like below. It can't determine the names of any arguments. T...
SpringBoot Using @AutoConfigureMockMvc in SpringBoot Test caused two different spring context.
2025-01-06 19:31:37
2723
IssueI found that the process on running integration test, it began two different spring context(@See GenericWebApplicat...
SpringBoot Exceptions when initializing logging system are not shown
2025-01-06 19:31:30
307
For example add logging.logback.rollingpolicy.max-file-size= to application.properties.Comment From: philwebbI'm unable ...
SpringBoot spring boot 中spring 漏洞
2025-01-06 19:31:23
1098
您好,开发者: 在使用springboot 中遇到spring fromwork 5.1.3有漏洞,请问如何修复spring fromwork中的漏洞,官方提示是修改spring 版本,但是spring boot 是集成spring。...
SpringBoot Provide a configuration property for setting the logging charset
2025-01-06 19:31:17
932
ie:logging.pattern.charset=UTF-8logging.pattern.charset=GBKComment From: wilkinsonaThanks for the pull request. I'm wond...
SpringBoot Allow TestPropertyValues.of to take a Map source
2025-01-06 19:31:10
1134
I had a problem in my unit test because I used TestPropertyValues like this:TestPropertyValues.of("tempo.base-url&q...
SpringBoot Overhaul externalized config data processing
2025-01-06 19:31:03
1653
This is a placeholder issue to group the various tasks required to replace the existing ConfigFileApplicationListener cl...
SpringBoot Create a richer API for PropertySource customization
2025-01-06 19:30:57
641
Users often need to modify the Environment PropertySources but they basically have to guess the best slot to insert a ne...
SpringBoot Problem when including spring profiles with logical operators
2025-01-06 19:30:49
2886
Spring Boot v2.1.3.RELEASEI have an application.yml where I want to include profiles based on logical conditions on what...
SpringBoot Change order of spring-profiles using spring.profiles.include and active profiles
2025-01-06 19:30:42
10425
After being asked in #15598 to create yet another issue I am happy to do so.SummaryI have 2 profiles with different valu...
SpringBoot Allow BootstrapRegistry to have onApplicationContextPrepared actions without registrations
2025-01-06 19:30:35
249
Currently onApplicationContextPrepared is only available if you also register an instance. We should allow also allow an...
SpringBoot Support authentication from Docker daemon to private docker registry.
2025-01-06 19:30:28
2221
see: #22836Comment From: crimsonvspurpleIf I'm understanding it right, this is needed to bootBuildImage push to ECR?Any...
SpringBoot Support Gradle's configuration cache with Gradle 6.7 and later
2025-01-06 19:30:22
2669
When playing around with the new configuration cache in gradle 6.6 I got this error when building our spring boot projec...
SpringBoot Change favicon default StaticResourceLocation
2025-01-06 19:30:16
516
Currently, in org.springframework.boot.autoconfigure.security.StaticResourceLocation, there is only favicon.ico support....
上一页
下一页
1
…
2103
2104
2105
2106
2107
…
2246
.