Nineya
Home
Blog
springboot Change call to createClassLoader(URL) from 'super' to 'this'
2025-01-06 08:57:46
299
ExecutableArchiveLauncher.createClassLoader(Iterator) calls createClassLoader(URL) method with 'super' effectively remov...
springboot ConditionalOnBean behaves weirdly when combined with ConditionalOnMissingBean
2025-01-06 08:57:39
1196
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
2025-01-06 08:57:33
267
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
2025-01-06 08:57:27
130
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
2025-01-06 08:57:21
304
Those properties aren't exposed and can be used to tune how micirometer exports metrics to Elasticsearch.Comment From: ...
springboot Expose AppOptics#floorTime property
2025-01-06 08:57:14
62
See https://github.com/micrometer-metrics/micrometer/pull/1449
springboot Migrate Kafka metrics support to KafkaClientMetrics
2025-01-06 08:57:08
112
KafkaConsumerMetrics is now deprecated in Micrometer and the Kafka metrics() API should be used rather than JMX.
springboot Stop auto-configuring a StatsdMetrics bean
2025-01-06 08:57:03
415
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
2025-01-06 08:56:56
62
See https://github.com/micrometer-metrics/micrometer/pull/1909
springboot PropertySource to read a property's value from file
2025-01-06 08:56:50
2506
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
2025-01-06 08:56:43
10011
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
2025-01-06 08:56:37
1831
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
2025-01-06 08:56:30
896
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
2025-01-06 08:56:24
1910
I have been trying to get actuator metrics for Hikari CP. Let me know if it has to be custom implemented.Looking for ba...
springboot Reactive Repositories are not supported after upgrade to spring boot 2.3.0.M4
2025-01-06 08:56:17
3723
Spring data jpa, this code work fine in spring boot 2.2. @Async fun findByIdIn(ids: List<Long>): Completab...
springboot 2.2.6.RELEASE breaks instantiation of / starting Kotlin coroutines
2025-01-06 08:56:11
2119
I've updated to 2.2.6 and last night I needed to run Kotlin coroutine functions inside of non coroutines because I see n...
springboot Request method 'MOVE' not supported
2025-01-06 08:56:04
1252
Missing documentation on how to add custom HTTP Method mappings/handlers/whatsoever.I already raised a SO Question (http...
springboot Add reference to quickfixj spring boot starter
2025-01-06 08:55:58
1030
A quickfixj spring boot starter, for the quickfixj library.Quickfixj implements the FIX message exchange protocol.Commen...
springboot Deprecate PushRegistryConfig#numThreads
2025-01-06 08:55:51
42
Forward port of issue #20835 to 2.3.0.RC1.
springboot Deprecate PushRegistryConfig#numThreads
2025-01-06 08:55:45
420
The PushRegistryConfig#numThreads javadoc states:@deprecated since 1.1.13 because this configuration is not usedWe're us...
上一页
下一页
1
…
2076
2077
2078
2079
2080
…
2127
.