Nineya
Home
Blog
软著申请
SpringBoot Test slices behave differently with @ImportAutoConfiguration and @EnableAutoConfiguration
2025-01-07 22:37:49
5529
It seems like a fairly minor complaint on the surface, but I think it goes fairly deep. The issue manifests as a differ...
SpringBoot Allow to customize WebSessionManager's SessionStore
2025-01-07 22:37:47
10177
the boot version is 2.5.2, i'm use webflux, i'm use my custom session store, here is my config@Bean public WebSessio...
SpringBoot Auto-configure SpringLiquibase with any liquibase.integration.spring.Customizer bean
2025-01-07 22:37:44
1879
I would like to add lifecycle logging before, after, as well as on failed migrations.To implement this, I planned to reg...
SpringBoot Default for server.tomcat.basedir shoudn't be /tmp
2025-01-07 22:37:41
2617
The default for server.tomcat.basedir is located in temporary directory of OS. This may cause a functional issue in the ...
SpringBoot Allow Kafka Admin Client's security protocol to be configured when using custom KafkaConnectionDetails
2025-01-07 22:37:39
1164
Spring Boot hardcodes Kafka Admin Client security protocol to PLAINTEXT if custom KafkaConnectionDetails is used. For pr...
SpringBoot SpringBootMockResolver use of ultimateTargetObject could be more conditional
2025-01-07 22:37:36
10731
While working on AOT, I've noticed that a test that exposes a scoped bean will fail currently if the scoped proxy is cre...
SpringBoot Autoconfigured HttpMessageConverter for Kotlin throws Exception for Java Enum.
2025-01-07 22:37:34
1680
Using: * spring boot 2.7.18* JDK 17.0.10When I map a RequestBody to a Java-enum, then KotlinSerializationJsonHttpMessage...
SpringBoot upgrade 3.2.6 corrupts published parent pom artifact
2025-01-07 22:37:31
4058
i have an internal parent pom for extra version management and build plugin config; which i update upon release of sprin...
SpringBoot Spring boot plugin issue using gradle cache
2025-01-07 22:37:28
38571
39326Running Spring boot plugin with gradle 8.5 generate :Configuration cache problems found in this build.2 problems we...
SpringBoot [WIP] Add compatibility for both flyway 9 and 10 for 38923
2025-01-07 22:37:26
2303
In summary added compatibility with flyway 10 and 9 by using reflection when initializing flyway scanner.Add mechanism t...
SpringBoot Bump jfrog/setup-jfrog-cli from 4.0.2 to 4.1.2
2025-01-07 22:37:23
3475
Bumps jfrog/setup-jfrog-cli from 4.0.2 to 4.1.2.Release notesSourced from jfrog/setup-jfrog-cli's releases.v4.1.2What's ...
SpringBoot Remove unnecessary null check
2025-01-07 22:37:19
105
isUsingSources(attached, sources) always return false if attached is nullComment From: mhalbritterThanks!
SpringBoot RestClient Bean can not call API with method GET contains body
2025-01-07 22:37:15
1656
ContextI have to call an API have body with method GET and I use RestClientIssueI create bean RestClient by this way@Bea...
SpringBoot Include metadata for management.metrics.export.atlas.aggrConfig replacement
2025-01-07 22:37:13
890
Upgrading some applications from boot 2.7 to 3.0+ I noticed this property has changed. I use OpenRewrite to usually catc...
SpringBoot Deadlock when closing spring boot, swing ui application with close hook
2025-01-07 22:37:10
10107
There is a minimal example of the bug occurring here https://github.com/WillHolbrook/example-springboot-bugThis is using...
SpringBoot Configuration Processor @Bean Duplicate Prefix Definition APT Error
2025-01-07 22:37:07
11099
When using the spring-boot-configuration-processor and leveraging the same @ConfigurationProperties prefix on an @Bean I...
SpringBoot MessagingAnnotationBeanPostProcessor or ProxyTransactionManagementConfiguration BeanPostProcessor error
2025-01-07 22:37:05
9468
Updating spring-boot 3.2.6, Spring Boot Tests are not working anymore. I am not sure if it is related to spring-framewor...
SpringBoot Deprecate support for OkHttp3
2025-01-07 22:37:02
1500
Spring Framework 6.1 deprecates support for OkHttp3. We should follow suit.Comment From: knut-olav-hoven-skeLooks like t...
SpringBoot Replace hard-coded links to Micrometer in documentation
2025-01-07 22:37:00
508
Hi Team,This PR updates the documentation links to use placeholders for versioning.ChangesChanged the Micrometer Tracing...
SpringBoot Escaped and quoted arguments are treated differently by the launch script depending on how it is invoked
2025-01-07 22:36:57
1760
A spring-boot application treats the escaping of arguments differently at startup as root or as user if it is not using ...
上一页
下一页
1
…
1683
1684
1685
1686
1687
…
2246
.