SpringBoot Use virtual threads in JmsHealthIndicator if enabled

Comment From: mhalbritterI've reverted that change. We need to examine where exactly we want to have virtual threads.Com...

SpringBoot Rename WebDriverContextCustomizerFactory's customizer

Due to changes in Spring Framework 6.0 (see https://github.com/spring-projects/spring-framework/issues/29229), ContextCu...

SpringBoot addresses #33748 validate default table on jdbc session init

Refuses to start when jdbc session is initialized and custom table is specified, but default script is specified. defaul...

SpringBoot Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false

Currently, if CachingConnectionFactory is excluded no ConnectionFactory iscreated.Comment From: eddumelendezPR #17531 fi...

SpringBoot artemis broker connection created by programmatically is always closed

I need to connect my Spring Boot 3.1.2 application to multiple different ActiveMQ Artemis brokers.If I try to connect on...

SpringBoot Combination of UsernamePasswordAuthenticationFilter and form login not working in SB 3.x that worked in SB2

ContextI do use a UsernamePasswordAuthenticationFilter with 3 login parts (tenant, username, password) in combination wi...

SpringBoot Upgrade to Mockito 5.3.0

Comment From: romainmoreau@wilkinsona since Mockito 5.3.0 mockito-inline doesn't exist anymore but it's still referenced...

SpringBoot Validation failed for query for method public abstract int : Spring boot 2.7 to Sring boot 3

Reason: Validation failed for query for method public abstract int com.something.something.editor.PRNMasterRepository.up...

SpringBoot Add out of the box support for loading application.yaml file from test resources in @SpringBootTest classes

In the test classes that load the spring context (such as @SpringBootTest), Spring Boot doesn't load the application.yam...

SpringBoot running application including dependency on spring-boot-docker-compose results in throwing a DockerOutputParseException when used with Docker Compose 1.29.2

Hello,with issues #35383 and #36618 @albilu, @digiron and @yurets1 reported that launching an application including a de...

SpringBoot Add Docker Compose service connection support for Kafka

Comment From: wilkinsonaUsing Kafka with Docker Compose when you want to use ephemeral ports is quite hard.It doesn't ap...

SpringBoot Native Buildpacks,ERROR: Please rebuild the executable with an appropriate setting of the -march option.

my project config:springboot 3.1.1jdk17I made the image mvn spring-boot:build-image -pnative with the following command,...

SpringBoot Update expected size of the jar file in the first application getting started documentation

In section Creating an Executable Jar after "mvn package" command output example is textThe file should be around 10 MB ...

SpringBoot DatabaseDriver swallows real exception

With a Spring Data JDBC application and this config (everything is correct except for the password):spring: datasource:...

SpringBoot Use virtual threads in NettyRSocketServer if enabled

Comment From: mhalbritterChanges are in https://github.com/mhalbritter/spring-boot/tree/mh/36699-use-virtual-threads-in-...

SpringBoot Document @DataR2dbcTest support

Most of the test slices have been documented, however @DataR2dbcTest seems to be missing from the list of documented @Da...

SpringBoot Update ConnectionPoolMetricsTests to use ConnectionPool.warmup()

Upgrading to r2dbc-pool 1.0.1.RELEASE resulted in a failure in ConnectionPoolMetricsTests as the metrics did not match e...

SpringBoot Use virtual threads in BackgroundPreinitializer if enabled

Comment From: mhalbritterI've reverted the changes. We'll run some benchmarks if virtual threads have an impact on start...

SpringBoot Nextjs13 app route as static in spring boot

I am using Spring Boot and Nextjs13 , which i out the static html fro nextjs and out it in the reource/static file.the p...

SpringBoot how to create bean

Comment From: wilkinsonaThanks for getting in touch, but it feels like this is a question that would be better suited to...
上一页 下一页
.