Nineya
Home
Blog
软著申请
SpringBoot Health probes response changes when additional-path specified
2025-01-07 23:16:22
1788
SpringBoot v3.3.3I added actuator and have the following configuration:management: endpoint: health: probes: ...
SpringBoot Returning additional DataBuffer in RestController corrupts following request for WebTestClient
2025-01-07 23:16:20
859
Bug reportReturning more data (bytes) than provided with ContentLength header for HTTP GET causes that next request is c...
SpringBoot Allow properties to be configured using slice test annotations
2025-01-07 23:16:17
1798
adding ability to specify active profiles in @JdbcTest, @DataJpaTest and @RestClientTestthis enhancementComment From: wi...
SpringBoot 3.4.0-M3 hibernate log Database info output issue
2025-01-07 23:16:14
816
Comment From: wilkinsonaI doubt that this is a Spring Boot problem and is more likely to have been caused by the upgrade...
SpringBoot Disable actuator http observations
2025-01-07 23:16:09
1040
See: https://github.com/spring-projects/spring-boot/issues/34801Comment From: mhalbritterI flagged this for team-meeting...
SpringBoot Short circuit @Value injection when using a source already covered by ConfigurationPropertySourcesPropertySource
2025-01-07 23:16:06
1862
Hi, I found that PropertySourcesPropertyResolver (a resolver that does not support short-circuiting) is used in these pl...
SpringBoot Add ability to match Endpoint requests by http method
2025-01-07 23:16:04
3905
WhatThis proposal adds the ability to match Actuator endpoint requests by http method. WhyThis provides a finer grained ...
SpringBoot Health indicators based on Service Level Objectives
2025-01-07 23:16:02
8386
This feature adds support for commonly requested functionality for an application to be able to aggregate some set of me...
SpringBoot Add reactive progressive rendering features to MustacheView
2025-01-07 23:15:56
6501
Based on a naming convention, Model attributes of reactive types can beprogressively rendered. If the media type is SSE ...
SpringBoot Add support for Log4j2's MultiFormatStringBuilderFormattable in structured logging
2025-01-07 23:15:53
1201
At the moment, this codeLOG4J.info(new MapMessage<>().with("foo", true).with("bar", 1.0));lead...
SpringBoot Liquibase doesn't work with tomcat-jdbc 10.1.28
2025-01-07 23:15:50
22615
After the update from Spring Boot 3.3.2 to 3.3.3, Liquibase (4.27.0) no longer creates the databasechangeloglock properl...
SpringBoot Document using the Shadow plugin as an alternative to Boot's fat jars when using Gradle
2025-01-07 23:15:48
7606
I found the following is required in Gradle to get a fat jar working when cannot use the spring-boot-gradle-plugin plugi...
SpringBoot Basic sb
2025-01-07 23:15:45
283
package com.example.springboot; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.we...
SpringBoot Spring Boot Redis - always getting could not get resource from pool
2025-01-07 23:15:43
13622
Describe the bugThis is the bug I keep getting, when I load my Spring Application. I don't know why it is, but I've been...
SpringBoot Spring Boot Webflux: Redis clean up evicter function not working
2025-01-07 23:15:37
4366
Wasn't sure if this was a bug, or an issue my side, hence positing here:https://stackoverflow.com/questions/78894596/spr...
SpringBoot Spring Boot - Redis Sessions not being properly deleted
2025-01-07 23:15:31
6444
Hi, I have a Spring OAuth Client (BFF), between a Public Angular Client, and an Auth0 Authorization server. When I login...
SpringBoot Starter parent applies its configuration of the CycloneDX Maven plugin too broadly
2025-01-07 23:15:26
6649
Hello,I'm trying to generate an SBOM of a project using the CycloneDX Maven plugin. This project declares SpringBoot 3.3...
SpringBoot Use ArchiveOperations rather than Project's zipTree
2025-01-07 23:15:21
346
Comment From: RamonJalesHello, I would like to contribute. Could you give me more details about what I should do? From w...
SpringBoot AssertionError with MockReset after upgrading from 3.3.2 to 3.3.3
2025-01-07 23:15:18
9064
After performing the minor upgrade from 3.3.2 to 3.3.3, our "SUBCLASS" mocks started to fail with no obvious reason:Work...
SpringBoot loaderImplementation=CLASSIC doesn't work with spring boot maven after spring boot 3.2.x
2025-01-07 23:15:15
4353
loaderImplementation=CLASSIC doesn't work with spring boot maven after spring boot 3.2.x, but Gradle plugin works.I want...
上一页
下一页
1
…
1653
1654
1655
1656
1657
…
2246
.