Nineya
Home
Blog
SpringBoot Prevent main method to continue once the AOT context has been optimized
2025-01-07 03:11:39
648
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
2025-01-07 03:11:36
294
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
2025-01-07 03:11:32
6035
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
2025-01-07 03:11:28
3180
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
2025-01-07 03:11:25
28863
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
2025-01-07 03:11:21
2296
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
2025-01-07 03:11:16
293
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")
2025-01-07 03:11:13
338
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)
2025-01-07 03:11:06
514
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
2025-01-07 03:11:02
22800
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
2025-01-07 03:10:59
1429
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
2025-01-07 03:10:55
2993
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
2025-01-07 03:10:51
1057
👋🏼 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'
2025-01-07 03:10:47
208
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
2025-01-07 03:10:43
4454
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
2025-01-07 03:10:40
392
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
2025-01-07 03:10:36
4177
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
2025-01-07 03:10:33
16383
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
2025-01-07 03:10:29
159
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
2025-01-07 03:10:23
4793
Use case :- Part of our datasource properties are known during development and put in the application yaml file. But the...
上一页
下一页
1
…
1932
1933
1934
1935
1936
…
2246
.