SpringBoot Investigate developer specific profile / properties support

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

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"

Replaced deprecated Spring CLI options with the current ones, also improved section related to completion setup for zsh....

SpringBoot Polish

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

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

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

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

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

Consider simple example:@ConfigurationProperties("some.prefix")@ConstructorBindingclass Props { final List&lt...

SpringBoot Inconsitent way of choosing request factory implementation for RestClient

Used Spring Boot version: 3.3.2There is inconsistency with creating org.springframework.web.client.RestClient.When using...

SpringBoot Spring Boot 3 build failed

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

This commit adds configuration properties that allow users to configure number of IO threads and listener threads used b...

SpringBoot Enable GitHub discussions

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

Refactor keep-alive thread implementation in SpringApplicationReplaced the inline thread implementation in startKeepAliv...

SpringBoot Remove unused constants from SpringApplication.java

Remove an unused constants in SpringApplication.Comment From: wilkinsonaThanks for the suggestion but these constants ar...

SpringBoot Polish

Changes made:- GenerateAntoraPlaybook.java -> Removed unnecessary toString() call - ManagedDependencies.java -> Us...

SpringBoot Use List.copyOf() instead of Collections.unmodifiableList()

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

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

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

I have an issue when updating to SB 3.2 and trying to use the new Jar launcher.I changed my JarLauncher reference addres...
上一页 下一页
.