SpringBoot Invalid query created by hibernate - spring boot 3

I have a small application that uses spring boot 2.7.4 and Spring data JPA to connect to AS400. Its been working fine. N...

SpringBoot Add event when graceful shutdown is initiated

In our application, we want to log the changes on the application's readiness state. For this purpose, we created a spri...

SpringBoot Native image:gradle nativeBuild error

i need help, springboot:2.7.7aot:0.12.1win10graalvm11How can I solve this problemhttps://user-images.githubusercontent.c...

SpringBoot Spring Boot JPA Postgres substring with pattern matching

Native query of postgres to extract based on pattern works fine.select to_number(substring('12.123','^\d+'),'FM9G999D99S...

SpringBoot spring-boot aot Specifies whether netty is supported

version JDK: 17 spring-boot: 3.0.0The introduction of spring-boot-starter-data-redis using graalvm to build the projec...

SpringBoot Support Mongo JDBC driver

Hello, Why I am requesting this?I am working on implementing Quartz in a microservice, but there is a limitation about u...

SpringBoot TraceID not being added to Prometheus metrics to support Exemplars in Spring Boot 3.0.0

Spring Boot Version: 3.0.0Example Project: https://github.com/kyle-copeland/exemplar-exampleSteps to replicateClone proj...

SpringBoot Spring Boot 3 with oauth-resource-server only allows get but not post, put, patch, delete on an open endpoint

With 2.7.x it works to call GET, POST, PUT, DELETE .. on http://localhost/open/whatever:@Configurationpublic class Secur...

SpringBoot Recommended naming for custom starters in test scope

The reference documentation recommends acme-spring-boot-starter as a pattern for a custom starter name. What if the acme...

SpringBoot When using RANDOM_PORT, https redirection doesn't work in tests

After migration to Spring Boot 3.0 test HerokuWebSecurityConfigTest::shouldRedirectWhenProtoProvided() failed dute to: o...

SpringBoot ConfigDataEnvironment considers overridden spring.config.import

Our Spring Boot applications use spring.config.import=configserver:http://config:8081 where config is the service name r...

SpringBoot Devtools 3.0 is not compatible with apt-maven-plugin under Oracle JDK 19.0.1

I am woking a project with Spring Boot 3.0 and using apt-maven-plugin with the MongoAnnotationProcessor from Spring Data...

SpringBoot Adding Unleash Auto-Configuration

Adding Unleash Auto-ConfigurationAdded an auto-configuration for Unleash feature toggles that works either with properti...

SpringBoot MissingWebServerFactoryBeanException for Spring Boot WebFlux 3.0.0 + Spring Cloud Contract 4.0.0-RC3 + SpringBootTest.WebEnvironment.RANDOM_PORT

Hi,If you create a Spring Boot 3.0.0 WebFlux Starter project and add <dependency> <groupId&gt...

SpringBoot Fail to run a native docker images built by gradle bootBuildImage command

Hi,I tried to build a native image from a Spring Boot 3.0.0 project (Webflux based on Netty, Mongo reactive)No problem s...

SpringBoot Sanitizer has not default implementation - SB3

Sensitive environment properties are not sanitized in SB3There is no key-based sanitation of environment properties as i...

SpringBoot spring-boot-maven-plugin:repackage - be specific about what's being done.

spring-boot-maven-plugin:repackage has this output (in 2.7.5) :[INFO] [INFO] --- spring-boot-maven-plugin:2.7.5:repackag...

SpringBoot Remove support for Atomikos

Comment From: OrangeDogWhat's the reason, and is there an upstream issue to track that would let it back in?Comment From...

SpringBoot Spring Boot Security Error

HiWebSecurityConfigurerAdapter is depricated but when use filter chain instead of that NOT SUPPORTEDComment From: bcloze...

SpringBoot Spring Boot Graphql Remove duplicates from the Response

How to remove the duplicates from the response of Graphql automaticallyLets see the below graphql request I have.query {...
上一页 下一页
.