SpringBoot Prevent main method to continue once the AOT context has been optimized

AotProcessor uses hooks to delegate to the application's main class. This lets us reuse whatever customizations has been...

SpringBoot Remove unused deduceFromApplicationContext method from WebApplicationType

It's package-private and has been unused since the removal in 2.6 of setApplicationContextClass:https://github.com/sprin...

SpringBoot @MockBean "ignores" @PreAuthorize annotation on interface method while Mockito.mock(...) does not

spring-boot 2.5.4I don't know if this is a bug - if it's not, then it's a feature request:If some interface method is an...

SpringBoot setHeartbeatValue does not have any affect when connecting to the server with RxStomp

Hi,We are using spring-boot 2.6.3 (Also tested with spring boot 2.6.7) with the websocket libraries. I have configured t...

SpringBoot Dependency task can fail to BootJar and BootWar afterResolve hooks

To reproduce:Generate a default Gradle project with Spring Initializr. In my case I used Java and SB 2.6.6Add a dependen...

SpringBoot 2.7.0 Upgrade issue with H2 datasource

I have a Spring Boot application upgrading to 2.7.0 from 2.6.8.The application uses an H2 database configured in Oracle ...

SpringBoot Rely on conventions to configure source and encoding of aggregated Javadoc task

source is hardcoded as 1.8 and encoding as UTF-8:https://github.com/spring-projects/spring-boot/blob/b2e63db57fc91c74aaa...

SpringBoot Typos in documentation ("spring-factories" instead of "spring.factories")

Fixes two typos in chapter Database Initialization. META-INF/spring-factories -> META-INF/spring.factoriesCloses gh-3...

SpringBoot Typos in Documentation(spring.factories --> spring-factories)

There are two typos META-INF/spring-factories in chapter Database Initialization,correct is ‘META-INF/spring.factories’C...

SpringBoot OpenFeign incompatibility with Spring v2.7.0

Hi Team,I have started using OpenFeign with Spring boot as a part of one of my project's requirements.Previously I was w...

SpringBoot version2.7.0 mongodb-reactive Use the Repository method to filter the query without data

mongodb-reactive Query by condition using Repository no data,springboot-version-2.7.0示例:@Repositorypublic interface User...

SpringBoot version2.7.0 mongodb-reactive Use the Repository method to filter the query without data

mongodb-reactive Query by condition using Repository no data,springboot-version-2.7.0示例:@Repositorypublic interface User...

SpringBoot Support for Remote Cloud Development with Gitpod & GitHub Codespaces

👋🏼 Hello! Siddhant here from GitpodI am thinking to add the Support for Remote Cloud Dev. so that folks can easily contr...

SpringBoot Add link to 'Error Handling Spring Boot Starter'

This adds my spring boot starter called 'Error Handling Spring Boot Starter' to list of 3rd party spring boot starters.C...

SpringBoot bootRepackage fails to package dependencies from the new gradle Java Library plugin

Bug reportWhen using the new Gradle Java Library plugin and declaring dependencies using the api or implementation confi...

SpringBoot Dependency management for mimepull is redundant and the managed version is incompatible with Java 8

Mimepull dependency was introduced in 1c18fd8 for gh-14924 to force theversion as the one coming from saaj-impl was not ...

SpringBoot Provide a property that allows defining directly the Oauth2 public key string content

I am using spring-boot-starter-oauth2-resource-server, and it would be nice if we could have a property that stores the ...

SpringBoot When two operations are performed one after another, mongoTemplate is getting interrupted exception

Below exception is observed while making a GET call to fetch records from mongo database.. During debuging I saw that if...

SpringBoot spring-boot-starter-validation version

why not upgrade spring-boot-starter-validation to higher version. or use Jakarta Bean Validation API?Comment From: bcloz...

SpringBoot Feature Need: Bean configuration from app prop file and java code as well

Use case :- Part of our datasource properties are known during development and put in the application yaml file. But the...
上一页 下一页
.