Nineya
Home
Blog
SpringBoot spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS does not work with web-reactive
2025-01-06 22:30:19
4395
Configuring spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false has no effect on jackson based json serializati...
SpringBoot Actuator's rest template metrics customization prevents RootUriRequestExpectationManager.forRestTemplate from identifying that the template has had a root URI configured
2025-01-06 22:30:10
703
Basically what I described on Stack overflow.I created a minimal reproduction example on my githubComment From: wilkinso...
SpringBoot Use Servlet context path to set "spring.application.name"
2025-01-06 22:30:03
9686
Hi,We have multiple standalone Tomcat instances. On each Tomcat instance, we deploy more than one Spring Boot applicatio...
SpringBoot URI tag of http.client.requests metric ignores REST template's root URI
2025-01-06 22:29:54
1085
If RestTemplate is created with a RestTemplateBuilder with a root URI configured, the URI tag of the http.client.request...
SpringBoot Provide a constant for graceful shutdown's smart lifecycle phase
2025-01-06 22:29:46
3155
Upon graceful shutdown the application will wait for a configurable timeout before killing the webserver and continuing ...
SpringBoot Only allow io.micrometer.* classes to be used by code in org.springframework.boot.actuate
2025-01-06 22:29:39
308
We have some dependencies in spring-boot-autoconfigure that have a transitive dependency on Micrometer. We should only d...
SpringBoot Autoconfiguring Mongo metrics listeners
2025-01-06 22:29:33
445
Autoconfiguring Micrometer support for MongoDB, also autoconfiguring their tag provider support added in 1.7.0, see:- ht...
SpringBoot While running Spring batch from CommandLineJobRunner datasource Driver class not identifying
2025-01-06 22:29:26
3059
While running Spring batch from CommandLineJobRunner datasource Driver class not identifyingIam using the command java -...
SpringBoot spring.profiles.include is silently ignored when used in a profile-specific document
2025-01-06 22:29:19
7684
See https://github.com/spring-projects/spring-boot/issues/22693 for the introduction of failing hard and https://github....
SpringBoot Not able to set spring.profiles.active after spring boot upgrade to 2.4.3
2025-01-06 22:29:12
2506
I have three YAML files in my projectapplication-prod.yamlapplication-dev.yamlapplication.yamlspring.profiles.active not...
SpringBoot Easy opt-in AutoConfiguration
2025-01-06 22:29:06
9087
Hi,We have applications that have followed Spring Framework upgrades since version 3 up to version 5.There configuration...
SpringBoot Clarify the scope of DataSourceInitializer
2025-01-06 22:28:59
7335
Right now DataSourceInitializer runs regardless of the fact that we've auto-configured a DataSource or a custom one is a...
SpringBoot Support optional: prefix for DDL and DML script locations
2025-01-06 22:28:52
1164
At the moment classpath*:schema.sql and classpath*:data.sql are hardcoded fallback locations for DataSource initializati...
SpringBoot Move classes for DataSource initialization dependency detection into their own package
2025-01-06 22:28:45
275
To make room for #25756, the DataSource dependency detection code that's in org.springframework.boot.jdbc.init should mo...
SpringBoot ActiveDirectoryPassword authentication does not work with mssql-jdbc 8.4.1
2025-01-06 22:28:38
32125
I am deploying an app in PCF and I'm using the 2.4.4 starter parent. I bound an instance the Spring Cloud Config Server ...
SpringBoot Deprecate environment fallback for Mustache variable resolution
2025-01-06 22:28:31
11442
MustacheEnvironmentCollector has some strange logic in it (which I probably wrote). It looks for the "native" collector ...
SpringBoot Schema and Data initialization for multiple databases is not working
2025-01-06 22:28:24
1505
In 2.4.3 if there are multiple databases in a spring boot app, and there are schema/data scripts specified for both of t...
SpringBoot Add support for auto-configuring a ReloadableResourceBundleMessageSource
2025-01-06 22:28:17
398
See https://github.com/spring-projects/spring-boot/pull/13377 for the original proposal which was merged and then revert...
SpringBoot Spring boot 2.3.4 compression level for Tomcat can't be changed using configuration properties
2025-01-06 22:28:11
1869
Spring boot version is 2.3.4.RELEASEGood day , for some particular reasons I can't enable Gzip compression in reverse pr...
SpringBoot When deploying as a WAR, "Bad Credentials" error from Spring Security uses container error page instead of Spring error handler
2025-01-06 22:28:04
5544
Steps to reproduce:1. Get this sample application: https://github.com/spring-guides/gs-convert-jar-to-war-maven/tree/ma...
上一页
下一页
1
…
2057
2058
2059
2060
2061
…
2246
.