Nineya
Home
Blog
springboot spring-kafka state store health indicator
2025-01-06 08:59:12
1435
I accidentally opened an issue at spring-kafka project: https://github.com/spring-projects/spring-kafka/issues/1421In sh...
springboot Fix WebappLoader constructor deprecations
2025-01-06 08:59:06
42
Forward port of issue #20832 to 2.3.0.RC1.
springboot Fix WebappLoader constructor deprecations
2025-01-06 08:59:00
1037
Hi,I just noticed two deprecation warnings coming from WebappLoader(Classloader) constructors. They should be removed in...
springboot Polish ConditionMessage#because()
2025-01-06 08:58:54
199
Hi,I just noticed a tiny optimization opportunity in ConditionMessage#because to avoid unnecessary string concatenations...
springboot Polish ConditionMessage#because()
2025-01-06 08:58:47
42
Forward port of issue #20847 to 2.3.0.RC1.
springboot Make new SpringBoot Test "args" support properties resolution and take part of the context hierarchy id
2025-01-06 08:58:41
1245
I think args should behave like properties and allow something like @SpringBootTest(args = "--myargfoo=${test.foo.value}...
springboot Use YAML compatible classpath.idx format
2025-01-06 08:58:35
89
For consistency with #20860 we could change the classpath.idx to also be YAML compatible.
springboot Use a more compact layers.idx format
2025-01-06 08:58:29
1172
The current layers.idx format is quite verbose and also needs custom parsing code if third-parties are to read it.We cou...
springboot Document fat-jar index files
2025-01-06 08:58:22
62
We should update the appendix with details of the index files.
springboot Layer index file is malformed when file in jar contains a space
2025-01-06 08:58:16
1341
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
2025-01-06 08:58:10
42
Forward port of issue #20680 to 2.3.0.RC1.
springboot Prevent duplication of issues created by CI automation
2025-01-06 08:58:04
38
Forward port of issue #20680 to 2.2.7.
springboot Document how to build images when behind an HTTP proxy
2025-01-06 08:57:58
978
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
2025-01-06 08:57:52
552
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'
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
上一页
下一页
1
…
2190
2191
2192
2193
2194
…
2242
.