SpringBoot Review and document dependency exclusion process

There are a few places where we have to exclude certain dependencies. When the third party dependency declares something...

SpringBoot Make it easy to control bean definition loader

SpringApplication uses a package private BeanDefinitionLoader (in its load() method) that unconditionally tries to load ...

SpringBoot Support Devtools with Java 9+ modulepath

I am using Java 10 with gradle and spring-boot 2.0.0.RELEASE.The problem is that DevTools does not work with Java 9 modu...

SpringBoot Debug report for exposed / not exposed Actuator endpoints

The actuator endpoints and their extensions can be exposed / enabled in the appropriate discoverers. This currently is n...

SpringBoot Investigate CI integration with sonarcloud.io

11624 as shown there could be some value.Comment From: wilkinsonaI'm not opposed to adding extra code quality checks to ...

SpringBoot Provide additional data in debug report for @ConditionalOnBean

Spring Boot provides a nice model of being opinionated out of the box and getting out of the way otherwise. However, wh...

SpringBoot Optimize startup time: Jackson

See also discussion at #7591 and https://github.com/dsyer/spring-boot-startup-bench.Removing Jackson means removing the ...

SpringBoot Allow supported locales to be configured via the environment

It would be nice if the locale used by Spring could be constrained automatically by Spring Boot simply by setting a prop...

SpringBoot Recommend the use of RepositoryRestConfigurer when we detect a RepositoryRestConfiguration subclass in the context

Comment From: philwebbWe're not sure this is really necessary anymore, we haven't had any recent reports at least. Closi...

SpringBoot "Unknown resume token" error

Expected BehaviorWe use react-js on client side with this resume code: ```js resume: { tokenGenerator: () => Buffe...

SpringBoot Adapt JPA configuration to make use of PersistenceManagedTypes

Spring Framework has introduced optimized processing of JPA entities, see https://github.com/spring-projects/spring-fram...

SpringBoot CLI sample for running quick camel routes

Added sample for running quick apache camel routes using Spring Boot CLIComment From: pivotal-cla@vinodpahuja Please sig...

SpringBoot monitor the depth and complexity of GraphQL queries

I would like to monitor the depth and complexity of GraphQL queries. Would it be possible to provide instants of MaxQuer...

SpringBoot Actuator Defaults and Configuration Library

Spring Boot 2.7.2I defined a library with an auto configuration that uses @PropertySource to define some defaults for th...

SpringBoot Why after i used actuator-api Evict All Caches,i alose can use actuator-api Retrieving All Caches,am i wrong?

1、i use actuator-api like following:2、after a evict caches success,but i can also use actuator-api like following:Commen...

SpringBoot Evict All Caches only delete the entries and the caches are still available

Comment From: snicollIt's hard to understand what you're reporting with only a title. I understand it as you invoke the ...

SpringBoot Consider alignment of MimeMappings with Tomcat's defaults

See https://github.com/spring-projects/spring-boot/issues/30885 for background. Tomcat now has many more default mapping...

SpringBoot Set different log level for FILE and CONSOLE appender

I run SpringBoot services on Docker, the Docker daemon will have very high CPU load if it gets huge console log output,...

SpringBoot How to turn off the use of log back

It is often not necessary to use logback printing during dev development. How to turn off logback printing logs while in...

SpringBoot Update Maven Plugin's documentation to note the importance of configuring start and stop goals with the same JMX port

This is regarding [spring-boot-maven-plugin]Hello spring-boot-maven-plugin team,I am here to report what seems to be an ...
上一页 下一页
.