Nineya
Home
Blog
SpringBoot Autowired HttpServletRequest not supported in @SpringBootTest
2025-01-06 18:26:52
2635
I want to test the following servlet:@RestControllerpublic class MyServlet { @PostMapping("/test") publi...
SpringBoot Simplify build.gradle for spring-boot-starter-data-solr
2025-01-06 18:26:42
374
It currently declares four dependencies:org.springframework.boot:spring-boot-starterorg.apache.httpcomponentsorg.apache....
SpringBoot server.ssl property is used among all profiles
2025-01-06 18:26:35
2910
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
2025-01-06 18:26:29
566
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
2025-01-06 18:26:22
611
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
2025-01-06 18:26:14
4559
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
2025-01-06 18:26:08
7990
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?
2025-01-06 18:26:00
2376
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
2025-01-06 18:25:53
484
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
2025-01-06 18:25:47
2460
<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
2025-01-06 18:25:37
3265
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
2025-01-06 18:25:28
1727
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
2025-01-06 18:25:16
124177
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
2025-01-06 18:25:01
256
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
2025-01-06 18:24:55
1722
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
2025-01-06 18:24:48
877
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
2025-01-06 18:24:41
1782
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
2025-01-06 18:24:34
5166
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
2025-01-06 18:24:26
2392
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
2025-01-06 18:24:13
265
Comment From: bclozelCurrently blocked on https://issues.couchbase.com/browse/JCBC-1678Also depends on #22668Comment Fro...
上一页
下一页
1
…
2129
2130
2131
2132
2133
…
2246
.