Nineya
Home
Blog
SpringBoot Upgrade to Atomikos 5.0.7
2025-01-06 17:40:54
476
Comment From: pivotal-issuemaster@pascalleclercq Please sign the Contributor License Agreement!Click here to manually sy...
SpringBoot spring.webflux.base-path did not work
2025-01-06 17:40:46
2567
Enviroment:Spring boot 2.3.1.releaseJDK 1.8application.properties:spring.webflux.base-path=/basecontroller:@RestControll...
SpringBoot Upgrade Cassandra driver to 4.7.0
2025-01-06 17:40:40
2544
This commit upgrades the DataStax Cassandra driver to4.7.0 and fixes a binary incompatibility stemming fromone of its in...
SpringBoot spring.mvc.servlet.path config cause something wrong
2025-01-06 17:40:32
1542
Environment:Spring 2.3.0.RELEASEJDK 1.8When I use spring.mvc.servlet.path config in application.yml or application.prope...
SpringBoot spring.config.location completely replaces application.properties from the project
2025-01-06 17:40:26
1879
Hi there. I was migrating from Spring Boot 1.5.4.RELEASE to 2.0.0.M6 and I notice that when I use:--spring.config.locati...
SpringBoot Cannot construct instance of org.springframework.boot.actuate.health.Health (no Creators, like default construct, exist): no default no-arguments constructor found
2025-01-06 17:40:19
3512
springBootVersion = '2.1.1.RELEASE' springCloudVersion = 'Greenwich.RC2'Using org.springframework.boot.ac...
SpringBoot https://repo.spring.io is failing
2025-01-06 17:40:13
961
Hello folks,Unfortunately, this was the only way that I've found to report this issue. I'm sorry if it is not the correc...
SpringBoot Polish
2025-01-06 17:40:02
271
This PR fixes some typos and polishes trivial stuff.Comment From: mbhaveThanks @izeye! I realized later that https://git...
SpringBoot Simplify logic in ErrorPage's equals method
2025-01-06 17:39:56
439
rtn variables in class ErrorPage is always true:boolean rtn = true;rtn = rtn && ObjectUtils.nullSafeEquals(getEx...
SpringBoot Update layers.idx file example in docs
2025-01-06 17:39:47
563
The documentation for 2.3.0 includes an example of a layers.idx file, but the example doesn't match the format we ended ...
SpringBoot Absolute Unix path in server.tomcat.accesslog.directory is treated as a relative to tomcat.basedir when used on Windows
2025-01-06 17:39:40
1436
According to the docs, it should be possible to use an absolute path for the accesslog.Specifying server.tomcat.accesslo...
SpringBoot Upgrade to Micrometer 1.5.2
2025-01-06 17:39:34
474
Comment From: krm1312Any chance this dependency bump can be included in 2.3 series? It's easy enough to override versio...
SpringBoot DriverTimeoutException in integration tests that use Cassandra
2025-01-06 17:39:27
5944
I am using 'org.springframework.boot:spring-boot-starter-data-cassandra-reactive' in my project.I have upgraded my spri...
SpringBoot Declare configuration annotation processors as incremental for Gradle
2025-01-06 17:39:21
4024
Gradle 5.4 removes the limitation that incremental annotation processors cannot create resources, so these can now be ma...
SpringBoot Enhancement: extends @RestControllerEndpoint by @Component
2025-01-06 17:39:14
694
Hello community,I would like to request an enhancement: could you extend the @RestControllerEndpoint with the @Component...
SpringBoot spring-boot-parent generates its effective bom unnecessarily
2025-01-06 17:39:07
575
Moving to using the bom plugin as resulted in spring-boot-parent unnecessarily generating its effective bom and making i...
SpringBoot NamedPipeSocket does not handle FileSystemException when establishing the file channel
2025-01-06 17:39:00
113
Hi,this PR fixes #22031 by catching more FileSystemException based exceptions in NamedPipeSocket.Cheers,Christoph
SpringBoot Remove Javadoc throw for ConfigurationPropertyName.ofIfValid()
2025-01-06 17:38:53
151
This PR removes Javadoc @throw for ConfigurationPropertyName.ofIfValid() as it doesn't seem to throw it.Comment From: sn...
SpringBoot Document how to exclude an annotation processor with Maven
2025-01-06 17:38:45
1117
The reference documentation recommends using <optional>true</optional> when declaring a dependency on spring...
SpringBoot Document how to exclude an annotation processor with Maven
2025-01-06 17:38:39
602
This pull request update the spring-boot-autoconfigure-processor documentation, and resolve the issue number #21109, in ...
上一页
下一页
1
…
2148
2149
2150
2151
2152
…
2246
.