Nineya
Home
Blog
软著申请
SpringBoot Native image does not start with Hibernate and Spring Boot 3.1.0
2025-01-07 23:56:24
14350
My application uses Spring Boot 3.1.0 and spring-data-jpa. When I build a native image using mvn -Pnative native:compile...
SpringBoot Prevent upgrade to Undertow 2.3.18.Final
2025-01-07 23:56:20
175
This release has introduced changes that are breaking our integration see https://issues.redhat.com/browse/UNDERTOW-2512...
SpringBoot Using Environment post processor to remove spring.jpa.database-platform doesn't work the JPAproperties always have spring.jpa.database-platform pouplated
2025-01-07 23:56:18
1811
BUG : 3.1.3 version spring boot Using Environment post processor to remove spring.jpa.database-platform doesn't work the...
SpringBoot Spring boot autowire bean null issue
2025-01-07 23:56:15
1730
We are basically trying to acheive password change without restart of service as defined in https://blog.jdriven.com/202...
SpringBoot Replace TestObservationRegistryAssert.assertThat() with Assertions.assertThat()
2025-01-07 23:56:12
187
This PR replaces TestObservationRegistryAssert.assertThat() with Assertions.assertThat().See https://github.com/micromet...
SpringBoot Migrate class references to full javadoc links
2025-01-07 23:56:09
161
Forward port of #41614 to 3.4.xComment From: philwebbWe won't do this one as a merge commit since most of the process is...
SpringBoot Remove reference to deprecated FlywayCallback in documentation
2025-01-07 23:56:06
196
The deprecated interface no longer exists so we can remove"Beans that implement the deprecated FlywayCallback interface ...
SpringBoot Add a property for configuring additional livereload paths
2025-01-07 23:56:04
3491
This PR enhances the functionality related to issue #40342 by introducing configurable additional paths for live reload....
SpringBoot Spring Boot 3.3.x dependencies do not converge for Micrometer Tracing and OpenTelemetry
2025-01-07 23:56:01
15114
Found that org.springframework.boot:spring-boot-dependencies:3.3.5 specifies opentelemetry-bom version 1.37.0 and microm...
SpringBoot Remove spring.session.store-type in favor of a defined order for which implementation will win when multiple are available
2025-01-07 23:55:58
3434
Looking at https://github.com/spring-projects/spring-boot/issues/27738 caused us to realize that the auto-configuration ...
SpringBoot Add the ability to trigger a Quartz job on-demand through an Actuator endpoint
2025-01-07 23:55:55
1212
Before this commit, triggering a Quartz job on demand was not possible. This commit introduces a new @WriteOperation end...
SpringBoot Deprecate @MockBean and @SpyBean
2025-01-07 23:55:51
2696
With https://github.com/spring-projects/spring-framework/issues/29917 fixed we should consider deprecating our versions....
SpringBoot Try-catch don't block Transaction Rollback: UnexpectedRollbackException in each case an exception is thrown and catch in a transaction
2025-01-07 23:55:48
19555
Bug with the transaction management in spring-data-jpa.I'm using spring-boot-starter-parent 3.3.5.The bug is: when an ex...
SpringBoot Simplify liquibase and java URL links
2025-01-07 23:55:45
122
When https://github.com/spring-io/asciidoctor-extensions/pull/22 is merged and released we can simplify our package link...
SpringBoot Fix section about required setters for Collections in "Type-safe Configuration Properties"
2025-01-07 23:55:40
5361
Our documentations says here:Collections and arrays can be accessed either through an index (typically with YAML) or by ...
SpringBoot Update javadoc for RestTemplateBuilderConfigurer and RestClientBuilderConfigurer
2025-01-07 23:55:37
332
We considered deprecating them because I'm was not sure they were really necessary anymore. But they are designed for us...
SpringBoot @ImportTestcontainers doesn't work with AOT
2025-01-07 23:55:35
183
For each container field that's found, @ImportTestcontainers creates a TestcontainerFieldBeanDefinition. Such definition...
SpringBoot Using @ServiceConnection on a Container @Bean method does not work with AOT-processed tests
2025-01-07 23:55:33
18856
Spring Boot application fails to run the nativeTest task with Testcontainers.I generated a simple project using start.sp...
SpringBoot Verify that imported boms do not contain unwanted dependency management
2025-01-07 23:55:26
1112
spring-boot-dependencies currently contains some dependency management from an imported bom that, ideally, wouldn't be t...
SpringBoot DynamicPropertyRegistry Values Not Set After Dev Tools Reload for RestartScope Containers
2025-01-07 23:55:23
8121
When using a combination of @RestartScope Test Containers and the DynamicPropertyRegistry registry property values are n...
上一页
下一页
1
…
1620
1621
1622
1623
1624
…
2246
.