SpringBoot Lettuce metrics auto-configuration should not require Spring Data

This change allows registering lettuce metrics for non-spring-data usersComment From: snicoll@sokomishalov good catch an...

SpringBoot incorrect port used with all client endpoints aside from /actuator and /actuator/health

This is a conitnuation of #1667 and #1771 and also possibly #2320.The very same issue is still present in SBA:while mana...

SpringBoot Oracle basic script does not work while importing schema using schema.sql. 2.5.5

BEGIN EXECUTE IMMEDIATE 'DROP TABLE TEST';EXCEPTION WHEN OTHERS THEN IF SQLCODE != -942 THEN RAI...

SpringBoot Upgrade to netty-4.1.68.Final

Adds native support for Apple Silicon M1https://github.com/netty/netty/pull/11666Comment From: wilkinsonaThanks but, as ...

SpringBoot Don't use markdown syntax in javadoc or error messages

Forward port of issue #28408 to 2.5.x.Comment From: wilkinsonaReopening to reinstate the use of backticks where the text...

SpringBoot Don't use markdown syntax in javadoc or error messages

Classes and utilities designed to work with the `javax.servlet` specification.It should probably be {@code javax.servlet...

SpringBoot Release spring-boot-starter-web 2.5.6 to Maven Central

Spring-boot 2.5.6 was released and included a tomcat upgrade that is also applicable to spring-boot-starter-web. Maven C...

SpringBoot ConfigurationProperties can't inject environment variable with dash prefix in linux

First of all, due to using docker, I have no application.yml or application.properties in my resource, I am setting prop...

SpringBoot Spring Security reference doc links not working

Hi,I noticed that the links to the Spring Security Reference are not working in the current snapshot docs. https://docs....

SpringBoot Expose Stackdriver's useSemanticMetricTypes property

Exposes 'useSemanticMetricTypes' property for Stackdriver, recently added to Micrometer:- https://github.com/micrometer-...

SpringBoot Expose Elastic's apiKeyCredentials property

Exposes apiKeyCredentials property for Elastic API Key authentication feature, recently added to Micrometer:- https://gi...

SpringBoot org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server

Respected @wilkinsona,It was great to work with the Springboot framework with Okta SSO integration but faced some issues...

SpringBoot Exclude additional-config-metadata.json from jars

The additional-spring-configuration-metadata.json file is landing in generated JARs: refer to spring-boot-autoconfigure....

SpringBoot Disable Kafka tests on Windows

There's a regression in Kafka 3.0 that causes it to fail on Windows. Tests that use Kafka should be disabled on Windows ...

SpringBoot Auto-configure JettyMetrics

We have metrics support for Tomcat and micrometer has support for Jetty so we should configure that as well for consis...

SpringBoot java.net.SocketTimeoutException

Component Version:Spring Cloud version: 2020.0.3Spring Gateway version: 3.0.3Spring Boot version: 2.5.3Reactor core vers...

SpringBoot Support PEM format for Kafka SSL certificates and private key

Before KIP-651 Kafka only supported file-based key and trust stores for SSL.After KIP-651 it's now also possible to use ...

SpringBoot Exclude additional-config-metadata.json from JAR

The additional-spring-configuration-metadata.json file is unnecessarily landing in generated modules JARs: refer to spri...

SpringBoot WebClient metrics missing uri tag when using query params

Tested on Spring Boot 2.5.5.I've tried various ways of constructing the uri for reactive WebClient requests, all of them...

SpringBoot Don't expose java info contributor by default

See https://github.com/spring-projects/spring-boot/pull/28136#issuecomment-938526006We're going to flip the default so i...
上一页 下一页
.