Nineya
Home
Blog
springboot Made setDefaultProperties(Map) duplicate the map passed in, rather th…
2025-01-06 07:37:15
3027
I recently had an issue in a project that was calling app.setDefaultProperties(Map) and passing in an immutable map. Wor...
springboot Failure Notifications on Scheduled Jobs / REST endpoints
2025-01-06 07:37:08
2122
Failure in scheduled jobs can be tracked only by monitoring the logs as it does not break the application. There can be ...
springboot Exposing Scheduled Jobs as REST endpoints to allow adhoc executions
2025-01-06 07:37:02
464
Currently Scheduled Jobs are triggered only as per defined schedule, however there is always a need to schedule these jo...
springboot Liquibase autoconfiguration not running in spring boot 2.2.4 and liquibase-core 3.8.5
2025-01-06 07:36:55
7716
Hi all, I have isue with liquibase configuration, liquibase don't running at startup. I migrate spring boot from 2.1.11....
springboot Jar files added after build time are not loaded
2025-01-06 07:36:48
1355
The Cloud Foundry Java Buildpack adds jar files to a container while staging the application for running on CF. With Boo...
springboot Drop getDefaultDirsLayer and getStackLayer from EphemeralBuilder
2025-01-06 07:36:42
64
The methods are not needed since the layers are already present.
springboot Test the Gradle Plugin against 6.1.1
2025-01-06 07:36:36
190
Comment From: snicoll@wilkinsona did you mean 2.2.x here? I don't think 2.1.x is tested against Gradle 6.Comment From: w...
springboot Couchbase auto-configuration integration tests fail intermittently
2025-01-06 07:36:29
41
Forward port of issue #19932 to 2.3.0.M2.
springboot Couchbase auto-configuration integration tests fail intermittently
2025-01-06 07:36:23
2719
Could not insert bucket: {"errors":{"name":"Bucket with given name already exists"},"...
springboot Migrating to SpringBoot 2 cause exception in aws Lambda
2025-01-06 07:36:17
13230
I'm creating a spring boot function and running it on aws lambda, it is working with spring boot 1.5.9, but when I upgra...
springboot Spring Webflux ignores message of custom exception when annotated with @ResponseStatus
2025-01-06 07:36:11
1085
Affected component: spring-webfluxVersion: 2.2.4.RELEASEWhen returning a custom exception with a @ResponseStatus annotat...
springboot Image creation fails when packaged application contains a file with a name more than 100 bytes long
2025-01-06 07:36:04
1037
Hi,when I try to build docker image using gradlew bootBuildImage I get error regarding long file names. As I use Kotlin ...
springboot MetricsWebFilter assigns UNKNOWN outcome to 200 OK responses
2025-01-06 07:35:58
4887
If REST controller doesn't explicitly set status code (so it defaults to 200 OK), MetricsWebFilter will set outcome tag ...
springboot Enabling configuration properties scanning by default prevents conditional registration of @ConfigurationProperties-annoted types that are found by scanning
2025-01-06 07:35:52
9463
Hello,We were trying to migrate from 2.1.9 to 2.2.0 for our applications last week and encountered a startup failure due...
springboot HttpMessageNotWritableException Spring Webflux while deploying in Tomcat
2025-01-06 07:35:45
9723
Due to overriding bean error i have excluded Mvc conf:@EnableAutoConfiguration(exclude = {WebMvcAutoConfiguration.class,...
springboot Upgrade to AssertJ 3.15.0
2025-01-06 07:35:39
602
Hi,this PR upgrades to AssertJ 3.15.0 and already makes use of the new duration assertions (in separate commits though)....
springboot Image building ignores failures in CNB build phases
2025-01-06 07:35:32
6527
Currently, when attempting to use the Maven plugin to build an image using Cloud Native Buildpacks (spring-boot:build-im...
springboot ApplicationContextRunner evaluates @Conditional on AutoConfiguration too early
2025-01-06 07:35:25
6705
Hi there,I faced another behavioral difference between AutoConfigurationImportSelector and ApplicationContextRunner.When...
springboot Improve messages in case of DataSource health check failure.
2025-01-06 07:35:19
2212
My application is running on several data sources.I have a monitoring that raise alerts based on the logs, but do not al...
springboot Upgrade to Hibernate Validator 6.1.0.Final
2025-01-06 07:35:11
948
Comment From: breun@wilkinsona This update of Hibernate Validator fixes CVE-2019-10219. Shouldn't this also be bumped fo...
上一页
下一页
1
…
2226
2227
2228
2229
2230
…
2246
.