Nineya
Home
Blog
软著申请
SpringBoot Investigate developer specific profile / properties support
2025-01-07 23:18:36
3283
There have been a few issues relating to developer specific properties or profiles. The requests tend to be a variation ...
SpringBoot Let DevTools show a global report of the set of java types involved for each restart
2025-01-07 23:18:33
1038
HelloAbout Spring Boot DevTools: it works as expected. Therefore when is changed/added/deleted a set of java types appea...
SpringBoot Improve documentation in "Command-line Completion"
2025-01-07 23:18:30
222
Replaced deprecated Spring CLI options with the current ones, also improved section related to completion setup for zsh....
SpringBoot Polish
2025-01-07 23:18:27
130
Remove any unnecessary exception throws to streamline the code.Use Lambda ExpressionComment From: wilkinsonaThanks, @are...
SpringBoot WebMvcMetricsFilter records a 500 response status for any NestedServletException irrespective of response's actual status
2025-01-07 23:18:21
2986
The upgrade to Micrometer 1.0 RC 6 included this change that's derived from this change for https://github.com/micromete...
SpringBoot Package name and class location mismatch
2025-01-07 23:18:19
1007
The class location and the package name should be the same.Comment From: wilkinsonaThanks, @PiyalAhmed. Reviewing this h...
SpringBoot Filters are not applied to Actuator endpoints when management port is different
2025-01-07 23:18:13
4651
I noticed that some of my custom filters are not applied to Actuator endpoints when a different management port is defin...
SpringBoot Add classic loader module and the ability to easily switch implementations
2025-01-07 23:18:07
549
37668 is a risky endeavour for a point release so we should make it easy for folks to remain on the older loader code if...
SpringBoot @ConfigurationProperties creates mutable collections, even on immutable classes
2025-01-07 23:18:05
11764
Consider simple example:@ConfigurationProperties("some.prefix")@ConstructorBindingclass Props { final List<...
SpringBoot Inconsitent way of choosing request factory implementation for RestClient
2025-01-07 23:18:02
4036
Used Spring Boot version: 3.3.2There is inconsistency with creating org.springframework.web.client.RestClient.When using...
SpringBoot Spring Boot 3 build failed
2025-01-07 23:17:59
1474
When upgrading the project from Spring Boot 2.7.18 to Spring Boot 3.1.12, I encountered the following errors:When runnin...
SpringBoot Add support for configuring Pulsar client IO and listener threads
2025-01-07 23:17:57
1787
This commit adds configuration properties that allow users to configure number of IO threads and listener threads used b...
SpringBoot Enable GitHub discussions
2025-01-07 23:17:54
3237
I've not found stackoverflow useful for some time. Maybe that's just me, but maybe it's because the devs don't hang ther...
SpringBoot Refactor keep-alive thread implementation in SpringApplication
2025-01-07 23:17:52
1341
Refactor keep-alive thread implementation in SpringApplicationReplaced the inline thread implementation in startKeepAliv...
SpringBoot Remove unused constants from SpringApplication.java
2025-01-07 23:17:49
249
Remove an unused constants in SpringApplication.Comment From: wilkinsonaThanks for the suggestion but these constants ar...
SpringBoot Polish
2025-01-07 23:17:46
576
Changes made:- GenerateAntoraPlaybook.java -> Removed unnecessary toString() call - ManagedDependencies.java -> Us...
SpringBoot Use List.copyOf() instead of Collections.unmodifiableList()
2025-01-07 23:17:44
437
We can safely use List.copyOf() because we check if (providers) is null.If use List.copyOf()- Clean code- Performance op...
SpringBoot Apply instanceof pattern matching
2025-01-07 23:17:40
664
Refactored the code to use instanceof pattern matching, replacing the older style of instanceof checks and casts. This c...
SpringBoot Fix incorrect command in Docker configuration for Colima
2025-01-07 23:17:36
1567
As the dot is currently included in the backticks in the docs, this suggests that it should be included in the commend t...
SpringBoot JarLauncher fails to load large jar files
2025-01-07 23:17:33
7747
I have an issue when updating to SB 3.2 and trying to use the new Jar launcher.I changed my JarLauncher reference addres...
上一页
下一页
1
…
1651
1652
1653
1654
1655
…
2246
.