SpringBoot Testcontainers JDBC URL doesn't work with Spring Boot 3.1.0-RC1

Previous to 3.1.0-RC1, tests using Testcontainers JDBC URL like the one below used to work. With 3.1.0-RC1, it doesn't w...

SpringBoot the method requestmatchers() is undefined for the type httpsecurity

Hello team, We are updating the spring version from 2.7.10 to 3.0.6 as we are updating the Java version from 8 to 17. er...

SpringBoot Error calling jakarta.validation.Validation#buildDefaultValidatorFactory

i am migrating to springboot 3.0 and i am facing the following error ......error...2023-04-24T21:02:03.088+05:30 INFO 2...

SpringBoot Treating a null Flyway-specific password as an empty string prevents the use of PGPASS for authentication

In order to avoid having PostgreSQL password in source code or environment variables, we use PGPASS in development envir...

SpringBoot CSRF behavior is different between 3.0.5 and 3.1.0

With Spring Boot 3.0.5, I have the following Security Configuration and CSRF works as expected. package com.okta.develop...

SpringBoot Harmonize references to application.yaml files in reference docs

34624Changed most yml to yaml, except for this one:`The following example `scrape_config` adds to `prometheus.yml`:And t...

SpringBoot EOF exception thrown from tomcat 10.1.8

2023-04-24T13:54:35.322+05:30 DEBUG 2464 --- [alina-utility-1] o.apache.catalina.session.ManagerBase : Start expire s...

SpringBoot Skipping replace DataSource if has JdbcConnectionDetails not created by DataSourceAutoConfiguration

before this commit, @AutoConfigureTestDatabase(replace = NONE) is required for@DataJpaTest@Testcontainers//@AutoConfigur...

SpringBoot Investigate OpenJDK 64-Bit Server VM warning

A vanilla spring boot project print warning with v3.1.0-RC1, and it works fine with v3.0.6.$ gradle -v------------------...

SpringBoot Modifying code in order for maintaining stuff

Comment From: pivotal-cla@tuanngocfun Please sign the Contributor License Agreement!Click here to manually synchronize t...

SpringBoot Sharding startup failed after upgrading the snake yml component to version 2.0

Caused by: java.lang.NoSuchMethodError: org.yaml.snakeyaml.representer.Representer: method <init>()V not found ...

SpringBoot Remove dependencies in same stream chain without storing in intermediate list

This PR is to improve the removal of dependencies in CheckClasspathForUnnecessaryExclusions. It enhances the code to us...

SpringBoot Jansi version 2.4 not working in Tomcat on Windows10

configure the console appender with <withJansi>true</withJansi> in logback .xml file ,Jansi version 2.4 not ...

SpringBoot Controller created in configuration class doesn't work in Spring Boot 3

I created a simple project with one controller and instead of putting @RestController annotation on the controller class...

SpringBoot Native Image broken after upgrade to 3.0.6 - MissingResourceException: Can't find bundle for base name org.aspectj.weaver.weaver-messages

After an upgrade from 3.0.5 to 3.0.6 yesterday, our natively compiled applications are failing to start. Apparently the ...

SpringBoot test folder

Comment From: pivotal-cla@dhkim-dong Please sign the Contributor License Agreement!Click here to manually synchronize th...

SpringBoot Upgrade to Jackson version 2.15

The current version of jackson, 2.14.2, in use on Spring Boot 3-pointers is experiencing a bug where deserialization usi...

SpringBoot SpringBoot 3.1.0-SNAPSHOT Testcontainers test using Flyway is working fine with @ServiceConnection but failing with @DynamicPropertySource

I am trying out SpringBoot 3.1.0-SNAPSHOT with Spring Data JPA, Postgres, Flyway and Testcontainers using the new @Servi...

SpringBoot Spring Boot Jetty 3.0.5 JNDI look up turn off

In my gradle base project I'm trying upgrade spring (spring-boot-starter-jetty) dependency from 2.7.6 to 3.0.5 And looks...

SpringBoot cannot deploy to cloud foundry after upgrade to 2.6

I am not able to deploy to cloud foundry using cf push after upgrading to spring-boot 2.6.2.The error is zip: not a vali...
上一页 下一页
.