Nineya
Home
Blog
springboot Add maxInMemorySize property for ReactiveRestClientAutoConfiguration …
2025-01-06 08:19:46
1098
…and add username and password in ClientConfiguration when username or password is not nullComment From: pivotal-issuema...
springboot A property referenced by another property within a YAML file doesn't get overridden properly
2025-01-06 08:19:40
1418
Using Spring Boot 1.5.2, I have something like this in my application.yml file, in the root of the classpath of my Sprin...
springboot configprops endpoint cannot display a ConfigurationProperties bean that is a List
2025-01-06 08:19:33
6990
Using spring-boot-actuator version 2.1.7.RELEASE the following problem is observed:The application uses a yaml configura...
springboot Allow a snapshot of the classpath to be used to restrict the entries that affect auto-configuration
2025-01-06 08:19:27
5691
Our Spring Boot application allows to be extended by users who add their own jars (and dependencies) to the classpath. I...
springboot Embedded directory server should be usable without spring-ldap-core
2025-01-06 08:19:20
6040
BackgroundWe are using EmbeddedLdapAutoConfiguration to spin up an InMemoryDirectoryServer for integration testing purpo...
springboot Use ServerHttpResponse.getRawStatusCode() in WebFluxTags
2025-01-06 08:19:14
885
This PR changes to use ServerHttpResponse.getRawStatusCode() in WebFluxTags.This PR also changes Spring Framework versio...
springboot Add Kafka security.protocol key to SpringBoot autoconfig
2025-01-06 08:19:07
1110
Having some Kafka properties defined in SpringBoot autoconfig vs some Kafka properties having to be set in a separate "p...
springboot Include version and edition of neo4j database in health details
2025-01-06 08:19:00
2178
Actually heath indicator details for Neo4j returns the number of nodes witch makes one database hit neo4j: { status:...
springboot Use ServerHttpResponse.getRawStatusCode() in WebFluxTags
2025-01-06 08:18:54
41
Forward port of issue #19987 to 2.3.0.M3.
springboot Test the Gradle Plugin against Gradle 6.2.2
2025-01-06 08:18:48
87
Hi,this PR tests the Gradle Plugin against 6.2.2 in the 2.2.x mainline.Cheers,Christoph
springboot Upgrade to Gradle 6.2.2
2025-01-06 08:18:42
51
Hi,this PR updates to Gradle 6.2.2.Cheers,Christoph
springboot ConnectionPool metrics are not exposed with r2dbc:pool: based URLs
2025-01-06 08:18:36
640
See https://github.com/spring-projects-experimental/spring-boot-r2dbc/issues/80 for a description of the problem.It look...
springboot No URLs will be polled as dynamic configuration sources.To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2025-01-06 08:18:29
683
As you can see,the classpaths is right.what's wrong with url?Comment From: wilkinsonaspring.devtools.restart.additional-...
springboot For Jetty allow access to SslContextFactory in SslServerCustomizer
2025-01-06 08:18:21
2071
JettyServletWebserverFactory sets up SSL connector by creating an SslServerCustomizer. This customizer's 'customize' met...
springboot Use isEmpty() where possible
2025-01-06 08:18:14
118
Hi,this PR polishes cases where isEmpty() could be used in favor of doing size()/length() == 0 checks.Cheers,Christoph
springboot Remove unused parameter in AsciidoctorConventions
2025-01-06 08:18:08
81
Hi,this PR removes an unused parameter in AsciidoctorConventions.Cheers,Christoph
springboot Add auto-configuration for Spring Integration RSocket support
2025-01-06 08:18:02
1495
Fixes https://github.com/spring-projects/spring-boot/issues/18812To reuse RSocket server auto-configuration in Spring In...
springboot Bug in Tomcat HTTP2 POST - with big payload
2025-01-06 08:17:56
12886
I found a probably bug with http2 handling in spring-boot-starter-tomcat.When I sending HTTP2 POST request with big payl...
springboot Spring Boot 2.2.5 does not run bean validation for null fields
2025-01-06 08:17:49
5126
I believe there is a regression between Spring Boot 2.2.4 and 2.2.5 in handling bean validation.I have a small project r...
springboot pid_file file is created with root user ownership even if RUN_AS_USER provided
2025-01-06 08:17:43
2524
pid_file is created using checkPermissions() in launch.script file.# Utility functionscheckPermissions() { touch "...
上一页
下一页
1
…
2211
2212
2213
2214
2215
…
2246
.