Nineya
Home
Blog
springboot POST /actuator/env returns 405 method not allowed
2025-01-06 08:29:20
1627
Hi,Since version 2.2.5, when I callcurl localhost:8080/actuator/env -d'{"name":"test",value:"hello world!"}' -H "Content...
springboot BuildInfo task not run in Gradle project when project's version number changes
2025-01-06 08:29:14
41
Forward port of issue #20135 to 2.3.0.M3.
springboot Add support for configuring embedded Jetty's max queue capacity
2025-01-06 08:29:08
5523
Closes gh-19493This is that pull request for Jetty. I think this property is Jetty specific and does not have a direct e...
springboot Add support for configuring Liquibase's tag
2025-01-06 08:29:00
12
See gh-19200
springboot Use query-less datasource validation by default
2025-01-06 08:28:54
5448
To add a bit more context on why i ask this. We have noticed that in our database there are a lot of select 1 from dual ...
springboot Fix typos in how to section of reference documentation
2025-01-06 08:28:47
41
Forward port of issue #20313 to 2.3.0.M3.
springboot DependencyCustomizer ifAllResourcesPresent adds modules if any resources are present
2025-01-06 08:28:42
38
Forward port of issue #20418 to 2.2.6.
springboot Spring Boot Actuator: Endpoint
2025-01-06 08:28:31
1053
Implementing Custom Endpoints@Component@Endpoint(id = "test")class TestEndpoint {// ... some operations ...}En...
springboot Provide a way to customize layers with the Maven plugin
2025-01-06 08:28:25
3487
Comment From: philwebbI'd been thinking about the layers configuration during the design of the API. Its unfortunately r...
springboot Upgrade to Spring Kafka 2.4.4.RELEASE
2025-01-06 08:28:18
129
Comment From: wilkinsonaThere's a 2.4.4 coming before M3 ships, so let's repurpose this issue to upgrade once it's been ...
springboot RestTemplateBuilder does not set root uri when called
2025-01-06 08:28:11
9752
RestTemplateBuilder.rootUri(String) doesn't seem to work. The documentation saysSet a root URL that should be applied to...
springboot Spring Boot 2.2.4 + Spring Batch + Data JPA
2025-01-06 08:28:05
1178
We upgraded our SpringBoot Application to Spring Boot 2.2.4, Spring 5.2.3 and Spring Batch 2.2.4 releases respectively. ...
springboot Add support for configuring Liquibase's clearCheckSums
2025-01-06 08:27:58
2279
Liquibase auto configuration is extended with clearCheckSums to allow to clear all checksums in the current changelog, s...
springboot Upgrade CI to Docker 19.03.7
2025-01-06 08:27:52
1178
Hi,this upgrades the Docker version for the CI environment to 19.03.7.Cheers,ChristophP.S.: I could offer to create a si...
springboot Inconsistent behaviour of ServletContext.getResources()
2025-01-06 08:27:45
9404
The behavior of javax.servlet.ServletContext#getResourcePaths and (its sibling methods) is inconstent, depending on how ...
springboot Ambiguous description of server.ssl.ciphers in documentation
2025-01-06 08:27:39
3377
We're writing an application using Spring Boot Webflux and trying to configure SSL.In application.yml, we have:server: ...
springboot DevTools triggers eager initialization of jaxws-client defined in XML config
2025-01-06 08:27:32
3197
When including springboot-devtools in my java applications, CXF JAX-WS clients being initialized with XML config were st...
springboot DevTools triggers eager initialization of jaxws-client defined in XML config
2025-01-06 08:27:25
41
Forward port of issue #20430 to 2.3.0.M3.
springboot Usage of LdapTemplate forces to make project dependent on spring-boot-starter-data-ldap even when there are no instances of LdapRepository
2025-01-06 08:27:20
3569
I've prepared a demonstration for this case:1) checkout https://github.com/stsypanov/spring-boot-ldap-issue2) run LimitT...
springboot DependencyCustomizer ifAllResourcesPresent adds modules if any resources are present
2025-01-06 08:27:13
38
Forward port of issue #20418 to 2.2.6.
上一页
下一页
1
…
2013
2014
2015
2016
2017
…
2052
.