Nineya
Home
Blog
软著申请
SpringBoot Remove workaround in GraalVM native Paketo Builder Test
2025-01-07 23:51:44
416
When https://github.com/paketo-buildpacks/native-image/issues/321 has been addressed, we should remove the environment v...
SpringBoot WebFlux loosing content of the reactive context
2025-01-07 23:51:38
1851
if the request is made, the value is missing in the reactive context (Context is empty). @Configuration@ConditionalOnWeb...
SpringBoot Log warning in HikariCheckpointRestoreLifecycle if pool suspension isn't configured
2025-01-07 23:51:36
1515
Adressing #42906, open to change it to an exception instead of the warning message as it won't work as expected without ...
SpringBoot Log failing calls to health indicators
2025-01-07 23:51:33
9193
This is similar to #22509 to improve root cause analysis when probe endpoints returned non 200 response.I am migrating k...
SpringBoot Test Gradle plugin against Gradle 8.11
2025-01-07 23:51:31
181
Comment From: mhalbritterWe use GradleVersion.current().getVersion(), so upgrading the build to Gradle 8.11 in #43136 al...
SpringBoot AutowireCapableBeanFactory.autowireBean() is not working in native applications
2025-01-07 23:51:28
3975
In spring boot it's possible to autowire custom objects with applicationContext.getAutowireCapableBeanFactory().autowire...
SpringBoot Issue After Spring Boot Upgrade: Error Resolving Template
2025-01-07 23:51:25
3252
Background:Spring Boot version upgrade from 2.3.10 to 3.2.3Spring version upgrade from 5.2.14 to 6.1.4Previously, the re...
SpringBoot Incorrect Type for 'management.endpoints.access.default' defined in additional-spring-configuration-metadata.json
2025-01-07 23:51:23
199
The Type is listed as Boolean for the new management.endpoints.access.default actuator property in additional-spring-con...
SpringBoot Include spring-boot-loader in API documentation
2025-01-07 23:51:20
119
We should include spring-boot-loader in our published javadoc since we refer to some of its classes in from adoc files.
SpringBoot Downgrade the deploy maven plugin to version 3.1.1
2025-01-07 23:51:13
2966
Hi,Last week, we experimented an issue upgrading a Spring Boot project to the version 3.3.4 in the maven goal to deploy ...
SpringBoot Upgrade to Neo4j Java Driver 5.26.2
2025-01-07 23:51:08
189
Upgrade to Neo4j Java Driver 5.26.2.\r\n\r\nSupersedes #43030Comment From: snicollDue to numerous problems with 5.26.x t...
SpringBoot Upgrade to Neo4j Java Driver 5.26.0
2025-01-07 23:51:06
128
Comment From: snicollDue to numerous problems with 5.26.x the Spring Data team is recommending to skip the upgrade at th...
SpringBoot Upgrade to Neo4j Java Driver 5.26.0
2025-01-07 23:51:03
128
Comment From: snicollDue to numerous problems with 5.26.x the Spring Data team is recommending to skip the upgrade at th...
SpringBoot Console logging incorrectly uses Charset.defaultCharset()
2025-01-07 23:50:59
2543
JEP 400: UTF-8 by Default was included in Java 18 and later version. Basically it changes the default file.encoding to U...
SpringBoot Upgrade from spring-boot-starter-parent 3.3.3 to 3.3.4 breaks entityManagerFactory bean configuration when using spring-boot-starter-data-jpa
2025-01-07 23:50:51
11475
The upgrade from spring-boot-starter-parent 3.3.4 to 3.3.4 breaks the entityManagerFactory bean configuration.Using the ...
SpringBoot Investigate if we can support YAML anchor references
2025-01-07 23:50:49
265
See https://github.com/spring-cloud/spring-cloud-gateway/issues/3589 for background.Comment From: benmadore-glassdoorFYI...
SpringBoot Refactor/Make ZipkinHttpClientSender the default BytesMessageSender
2025-01-07 23:50:46
1349
DescriptionThis PR switch the @Import order, and switch the order of HttpClientSenderConfiguration.class and UrlConnecti...
SpringBoot An active request indefinitely delays the shutdown of an app that is using Reactor Netty
2025-01-07 23:50:42
6331
Unlike Jetty, Tomcat, and Undertow, shutdown of an application that uses Reactor Netty is delayed by an active request. ...
SpringBoot Provide a mechanism to hide properties in the metadata
2025-01-07 23:50:39
2663
2027 adds support for configuring Bitronix and Atomikos' connection pools via the environment. These pools expose some p...
SpringBoot DataSourceUnwrapper calls Wrapper.isWrapperFor with a interface rather than an class causing HikariDataSourceMetricsRegistry failure
2025-01-07 23:50:37
5402
This problem causing hikariDataSource return nullbecause target.isInterface()org.springframework.boot.actuate.autoconfig...
上一页
下一页
1
…
1624
1625
1626
1627
1628
…
2246
.