Nineya
Home
Blog
SpringBoot Lettuce metrics auto-configuration should not require Spring Data
2025-01-07 01:36:54
182
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
2025-01-07 01:36:50
6374
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
2025-01-07 01:36:46
12695
BEGIN EXECUTE IMMEDIATE 'DROP TABLE TEST';EXCEPTION WHEN OTHERS THEN IF SQLCODE != -942 THEN RAI...
SpringBoot Upgrade to netty-4.1.68.Final
2025-01-07 01:36:43
268
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
2025-01-07 01:36:36
218
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
2025-01-07 01:36:33
456
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
2025-01-07 01:36:29
1864
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
2025-01-07 01:36:26
6215
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
2025-01-07 01:36:21
1235
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
2025-01-07 01:36:18
210
Exposes 'useSemanticMetricTypes' property for Stackdriver, recently added to Micrometer:- https://github.com/micrometer-...
SpringBoot Expose Elastic's apiKeyCredentials property
2025-01-07 01:36:15
230
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
2025-01-07 01:36:03
8457
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
2025-01-07 01:35:59
853
The additional-spring-configuration-metadata.json file is landing in generated JARs: refer to spring-boot-autoconfigure....
SpringBoot Disable Kafka tests on Windows
2025-01-07 01:35:55
139
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
2025-01-07 01:35:52
3846
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
2025-01-07 01:35:49
11243
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
2025-01-07 01:35:40
4950
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
2025-01-07 01:35:36
1130
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
2025-01-07 01:35:32
5692
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
2025-01-07 01:35:29
770
See https://github.com/spring-projects/spring-boot/pull/28136#issuecomment-938526006We're going to flip the default so i...
上一页
下一页
1
…
1995
1996
1997
1998
1999
…
2246
.