SpringBoot Autowired HttpServletRequest not supported in @SpringBootTest

I want to test the following servlet:@RestControllerpublic class MyServlet { @PostMapping("/test") publi...

SpringBoot Simplify build.gradle for spring-boot-starter-data-solr

It currently declares four dependencies:org.springframework.boot:spring-boot-starterorg.apache.httpcomponentsorg.apache....

SpringBoot server.ssl property is used among all profiles

If I define one of the server.ssl properties in the application.properties, it also effects the production profile.I'm d...

SpringBoot Add basic auth support for Prometheus pushgateway

We hide pushgateway behind nginx, and use HTTP basic auth, so need pushgateway to implement it.Comment From: pivotal-iss...

SpringBoot Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps

The section about retrieving the bound port for an embedded web server had only the proper interface for servlet-based s...

SpringBoot Support DOCKER_AUTHENTICATION_TOKEN env to access private docker registries

https://github.com/spring-projects/spring-boot/issues/22836spring-boot-maven-plugin 2.3.x version support build layers d...

SpringBoot Externalized Configuration ignores null values in SPRING_APPLICATION_JSON

E.g. there is a configuration application.yamlapplication: a: some string b: - 1 - 2I try to override these prop...

SpringBoot Socket is closed abnormally, is this a bug?

Spring boot release 2.2.4when I write a controller:@RestControllerpublic class Hello { @GetMapping("list") ...

SpringBoot Do not include cookie headers in HTTP traces by default

Remove the cookie header from the http trace endpoint by default. #22745 Comment From: pivotal-issuemaster@emilytsanova ...

SpringBoot Document that spring-boot-configuration-processor cannot detect default value defined externally

<artifactId>spring-boot-configuration-processor</artifactId> cannot generate the default value to the spring...

SpringBoot Document that application.conf is not read by default when using the Cassandra auto-configuration

CqlSession.getMetrics() returning null value, even after configuration for enabling the metrics has been added to it.@Au...

SpringBoot Devtools' integration test dependencies may contain duplicates with different versions

As seen by @snicoll:-rw-r--r-- 1 snicoll staff 678K Aug 11 15:04 spring-beans-5.3.0-M2.jar-rw-r--r-- 1 snicoll sta...

SpringBoot NullPointerException in DataSourceHealthIndicatorAutoConfiguration/CompositeHealthIndicatorConfiguration

I found this huge stacktrace in our logs, unfortunately I'm not sure what exactly caused this error.I was told that it m...

SpringBoot CouchbaseCacheManager can no longer be customized using CacheManagerCustomizer

Follow-up of #22572. The new Spring Data Couchbase version has made CouchbaseCacheManager an immutable class. We need to...

SpringBoot Couchbase Cache support documentation still refers to previous version

docs.spring.io about spring cache couchbasehttps://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-fe...

SpringBoot ActiveProfiles with comma separated profiles does not work in release 2.3.2

the following code will pass in release 2.2.9 but in 2.3.2@SpringBootTest@ActiveProfiles("test1,test2")@Contex...

SpringBoot Switching default to include layers index for fat jar

Comment From: philwebbWe'd need a Gradle API to switch off support. Since this is quite late for 2.3, we'll reassess in ...

SpringBoot Requests that should be handled by an additional DispatcherServlet result in a 404 response

I use the ServletRegistrationBean method to add the servlet prefix '/ API.' uniformly. Version 2.3.1 prompts or does not...

SpringBoot Bootstrap mode for JPA Repository is not "deferred" in contradiction to the release notes

Based on the release notes it is mentioned that the default mode for JPA repositories is is set to "deferred" but in con...

SpringBoot Upgrade to Reactor 2020.0.0-M2

Comment From: bclozelCurrently blocked on https://issues.couchbase.com/browse/JCBC-1678Also depends on #22668Comment Fro...
上一页 下一页
.