springboot Document fat-jar index files

We should update the appendix with details of the index files.

springboot Layer index file is malformed when file in jar contains a space

Regression since 2.3.0.M3. Create a Spring Boot 2.3.0.M4 project from start.spring.io and activate layered jar:bootJar {...

springboot Prevent duplication of issues created by CI automation

Forward port of issue #20680 to 2.3.0.RC1.

springboot Prevent duplication of issues created by CI automation

Forward port of issue #20680 to 2.2.7.

springboot Document how to build images when behind an HTTP proxy

This was raised in the comments on the blog post about creating Docker images. I think it should be possible to get it t...

springboot Name generated PDF documentation files after the subproject

Generated PDF documentation is currently being published with inconsistent file naming. Spring Boot reference - spring-b...

springboot Change call to createClassLoader(URL) from 'super' to 'this'

ExecutableArchiveLauncher.createClassLoader(Iterator) calls createClassLoader(URL) method with 'super' effectively remov...

springboot ConditionalOnBean behaves weirdly when combined with ConditionalOnMissingBean

Hi all,I had a following scenario which lead me to conclusion that there's a bug in how springboot handles those two ann...

springboot Use WavefrontSender to export metrics to Wavefront

Micrometer 1.5 will switch to use WavefrontSender rather than a raw http client to export metrics. Spring Boot will have...

springboot Expose Prometheus#histogramFlavor property

As of Micrometer 1.4 we can chose between two histogram flavors. We should expose that additional property as a configur...

springboot Expose Elastic's pipeline and indexDateSeparator properties

Those properties aren't exposed and can be used to tune how micirometer exports metrics to Elasticsearch.Comment From: ...

springboot Expose AppOptics#floorTime property

See https://github.com/micrometer-metrics/micrometer/pull/1449

springboot Migrate Kafka metrics support to KafkaClientMetrics

KafkaConsumerMetrics is now deprecated in Micrometer and the Kafka metrics() API should be used rather than JMX.

springboot Stop auto-configuring a StatsdMetrics bean

The Javadoc of StatsdMetrics states:statsd metrics are no longer available since 1.4.0Given that we have auto-configurat...

springboot Migrate ServiceLevelAgreementBoundary from Long to Double

See https://github.com/micrometer-metrics/micrometer/pull/1909

springboot PropertySource to read a property's value from file

I want to use docker-swarm secrets in my Dockerized Spring-Boot application. These secrets are mounted as special files ...

springboot Devtools isn't recompiling against the target Java version

Hello,I have the --enable-preview argument enabled, and targeting Java 14 in my pom.xml file.java -version ...

springboot Configuration file cannot reference custom variable

springboot version 2.2.5spring.path=/weburl.a=http://www.baidu.com${spring.path}/index.htmlNo replacement after compilat...

springboot Springboot gradle plugin using deprecated features since Gradle 5

SpringBoot gradle plugin (2.2.6-RELEASE is using Project.afterEvaluate which is deprecated since Gradle 5 and will be an...

springboot Hikari CP actuator metrics

I have been trying to get actuator metrics for Hikari CP. Let me know if it has to be custom implemented.Looking for ba...
上一页 下一页
.