Nineya
Home
Blog
软著申请
SpringBoot Testcontainers JDBC URL doesn't work with Spring Boot 3.1.0-RC1
2025-01-07 07:42:25
2067
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
2025-01-07 07:42:23
1255
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
2025-01-07 07:42:20
78764
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
2025-01-07 07:42:17
4094
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
2025-01-07 07:42:14
3241
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
2025-01-07 07:42:12
883
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
2025-01-07 07:42:09
2883
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
2025-01-07 07:42:05
588
before this commit, @AutoConfigureTestDatabase(replace = NONE) is required for@DataJpaTest@Testcontainers//@AutoConfigur...
SpringBoot Investigate OpenJDK 64-Bit Server VM warning
2025-01-07 07:42:02
830
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
2025-01-07 07:42:00
495
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
2025-01-07 07:41:57
1396
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
2025-01-07 07:41:55
989
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
2025-01-07 07:41:52
592
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
2025-01-07 07:41:50
1483
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
2025-01-07 07:41:47
3435
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
2025-01-07 07:41:45
193
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
2025-01-07 07:41:42
557
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
2025-01-07 07:41:40
4818
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
2025-01-07 07:41:36
4760
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
2025-01-07 07:41:34
5281
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...
上一页
下一页
1
…
1826
1827
1828
1829
1830
…
2246
.