Nineya
Home
Blog
SpringBoot Programatically Declare "keys-to-sanitize"
2025-01-07 00:56:51
1854
Problem I am looking to solve:I am building a library that exposes configuration properties and some of these configurat...
SpringBoot Maven plugin may repackage an archive twice, resulting in a StackOverflowError at runtime
2025-01-07 00:56:48
2600
It is possible that Repackager can run on an already repackaged archive. We have a check in place that skips repackaging...
SpringBoot Add properties for configuring Flyway's ignoreMigrationPatterns, detectEncoding, and failOnMissingLocations
2025-01-07 00:56:42
317
Updated Flyway to v7.9.0 with following changes -Added configuration support for property ignoreMigrationPatterns (v7.8....
SpringBoot Application Run failed java.lang.illegalArgumentException : could not find class [org.springframework.boot.autoconfigure.web.WebmvcAutoConfiguration]
2025-01-07 00:56:19
1279
I am upgrading my spring boot app (fro 1.x to 2.x). I am getting below exception while deploying the App in WAS server.(...
SpringBoot @ExceptionHandler + @ResponseStatus without 'reason' doesn't produce default JSON response.
2025-01-07 00:56:15
5938
The spring-boot produces very convinient default JSON response for exceptions, like this.{ "timestamp" : &quo...
SpringBoot Add Server Push capability to custom actuator endpoints
2025-01-07 00:56:12
2206
When users create a @WebEndpoint, they can't push content to their clients using SSE or WebSockets and having this funct...
SpringBoot Map OptimisticLockingFailureException to CONFLICT by default
2025-01-07 00:56:08
1955
Currently Spring Boot will return INTERNAL_SERVER_ERROR if OptimisticLockingFailureException thrown, It's better to use ...
SpringBoot Open @EnableWebMvc , but and then the java java.time.Instant serialization failure。
2025-01-07 00:56:05
3830
Please see。The version:Spring Boot 2.0.5.RELEASErequest url: http://localhost:8081/api/dateListresponse result:[16260204...
SpringBoot open @EnableWebMvc,but and then Instant.class serialize and deserialize fail.
2025-01-07 00:56:01
3461
Please see。The version:Spring Boot 2.0.5.RELEASErequest url: http://localhost:8081/api/dateListresponse result:[16260204...
SpringBoot Optimize jar size by using Spring Native features
2025-01-07 00:55:57
1350
Request for enhancement to spring boot build plugins- spring-boot-maven-pluginWith announcement of Spring-native , sprin...
SpringBoot Spring May Create An ApplicationListener with Class Annotated With @Component Twice
2025-01-07 00:55:49
944
Firstly, I define my ApplicationListener in META-INF/spring.factories as folllows:Secondly, I annotate the ApplicationLi...
SpringBoot Kafka consumer created by actuator for metrics cause continous "no committed offset" logs on console
2025-01-07 00:55:41
3727
Hi all,with spring boot 2.4.x with spring cloud stream (kafka) the actuaor's configuration classes responsible for metri...
SpringBoot Allow external WEB-INF/lib and WEB-INF/lib-provided in the WarLauncher
2025-01-07 00:55:38
8050
We are creating a Spring Boot executable WAR since it needs to work deployed in existing Servlet Containers and it needs...
SpringBoot Upgrade to QueryDSL 5.0.0.M1
2025-01-07 00:55:34
20327
Instead of defining multiple dependencies, use querydsl bom instead - https://github.com/querydsl/querydsl/blob/master/q...
SpringBoot Fix tests for multi-release JARs on JDK 17
2025-01-07 00:55:30
341
Hi,this is part of the overall JDK story #26767 and fixes the multi-release JAR tests. Instead of just adding another en...
SpringBoot spring-boot-server-tests should use snapshot and milestone repositories rather than libs-snapshot
2025-01-07 00:55:26
265
In addition to snapshots, libs-snapshot includes milestones and releases. Releases should be resolved from Maven Central...
SpringBoot r2dbc manual configuration - lazy beans evaluation AbstractR2dbcConfiguration
2025-01-07 00:55:22
19732
I have created sample project where i configured two datalayer's providers, blocking H2 in-memory and reactive H2 in mem...
SpringBoot actuator/info endpoint broken when upgrading from spring boot 2.4 to 2.5
2025-01-07 00:55:18
1594
I created a minimal application with the Spring initializer (demo.zip attached) with Actuator and Spring MVC - I did not...
SpringBoot Logging to Log4j2 MongoDb4 Appender ERROR on trace, debug and info level.
2025-01-07 00:55:12
5404
Logging to Log4j2 MongoDb4 Appender on trace, debug and info log level give the following errorERROR Recursive call to a...
SpringBoot AbstractDataSourceInitializers are not detected as database initializers
2025-01-07 00:55:04
464
When we fix this, we should be able to replace QuartzSchedulerDependencyConfiguration with a DependsOnDatabaseInitializa...
上一页
下一页
1
…
2021
2022
2023
2024
2025
…
2246
.