Nineya
Home
Blog
SpringBoot Spies are not reset after test execution when using @SpyBean
2025-01-07 01:23:32
6330
Spies created with @SpyBean are not added to the MockitoBeans which are then reset at the end of test execution like Moc...
SpringBoot Provide a configuration property for setting the path used by auto-configured disk space metrics
2025-01-07 01:23:29
3227
@wilkinsona I was playing around w/ the options listed in the ticket and had this simple approach coded up so went ahead...
SpringBoot Add startup time metrics
2025-01-07 01:23:25
4003
Fixes gh-26729@wilkinsona I picked your draft changes up and added the Actuator side of things. TODO- [ ] Add docsHere i...
SpringBoot querydsl-codegen-utils:5.0.0 that comes as a part of querydsl-bom is not present in maven central
2025-01-07 01:23:15
1514
Hi Colleagues,The com.querydsl:querydsl-bom:5.0.0 comes as a part of SB 2.6.0.M2. However the dependency com.querydsl:qu...
SpringBoot War deployment in standalone Tomcat causes memory leak (Metaspace)
2025-01-07 01:23:11
3254
Steps to reproduce:1. Create an empty application in https://start.spring.io/ with the following parameters:Spring Boot ...
SpringBoot Embedded Undertow throws MalformedURLException when archive filename contains characters that are reserved in a URL
2025-01-07 01:23:07
10218
Embedded Undertow in WAR stopped working for us since we upgraded to Spring Boot 1.5.2.RELEASE. I tried to make a small ...
SpringBoot Add reference to Kogito Spring Boot Starters
2025-01-07 01:23:00
477
Hi there!I'm proposing to add Kogito to the list of the Spring Boot Starters.Many Thanks!Comment From: pivotal-cla@ricar...
SpringBoot Upgrade Java 17 version in CI image
2025-01-07 01:22:56
148
https://github.com/adoptium/temurin17-binaries/releases/download/jdk17-2021-09-15-08-15-beta/OpenJDK17-jdk_x64_linux_hot...
SpringBoot Upgrade Java 17 version in CI image
2025-01-07 01:22:54
148
https://github.com/adoptium/temurin17-binaries/releases/download/jdk17-2021-09-15-08-15-beta/OpenJDK17-jdk_x64_linux_hot...
SpringBoot 2.5.4 upgrade, issue with actuator/metrics/AutoTimer, blocks startup
2025-01-07 01:22:49
6003
We have a Spring Boot application (webflux, r2dbc, spring data) using the version 2.5.3. After upgrading to 2.5.4 the ap...
SpringBoot Spring annotation @ComponentScan affects the loading order of SpringBoot AutoConfiguration classes
2025-01-07 01:22:45
33941
I created a project with Spring Initializr. I know the Spring annotation @ComponentScan is repeatable. I tried to add @C...
SpringBoot spring-boot-maven-plugin can support use timezone for build info properties 'time'
2025-01-07 01:22:41
569
Comment From: wilkinsonaCan you please provide some more background? Why do you want to be able to provide the timezone?...
SpringBoot Fix some typos in docs
2025-01-07 01:22:38
155
Only a couple of minor changes.@pivotal-cla This is an Obvious FixComment From: snicoll@di72nn thank you for making your...
SpringBoot Feature: Strict qualifying of typical multiinstanciated Beans on @Conditionals
2025-01-07 01:21:43
3330
I am having troubles often with restTemplates and autconfigurations, both at private projects and spring ones.Thus lead ...
SpringBoot Improve test coverage of launch script
2025-01-07 01:21:40
231
Implementation of #20335. Splitting launch script's integration tests on two: init.d tests and shell-like. Add some case...
SpringBoot Migrate from NCSARequestLog to CustomRequestLog
2025-01-07 01:21:36
3319
In Jetty 9.4.15, NSCARequestLog has been deprecated and CustomRequestLog introduced as its replacement. We need to migra...
SpringBoot Auto-configure Micrometer's Lettuce latency metrics
2025-01-07 01:21:32
391
Add auto-configuration support to export Lettuce latency metrics with micrometer (reference)Create an autoconfiguration ...
SpringBoot Retain distinction between compile and runtime deps of optional deps
2025-01-07 01:21:21
397
A recent change in JUnit 5.8 has revealed a limitation of our optional dependencies plugin. It was first noticed in Spri...
SpringBoot ContextStartedEvent not triggered in Spring Boot Application
2025-01-07 01:21:12
1201
The ContextStartedEvent is not getting fired in Spring Boot application when application is started with this format - p...
SpringBoot Clarify Selenium auto-configuration requires HtmlUnit
2025-01-07 01:21:07
253
The only auto-configuration class is MockMvcWebDriverAutoConfiguration, that requires HtmlUnit.So this auto-cofiguration...
上一页
下一页
1
…
2004
2005
2006
2007
2008
…
2246
.