Nineya
Home
Blog
SpringBoot Fix reference to a configuration property in cloud.adoc
2025-01-07 00:59:51
421
Comment From: pivotal-cla@anvithabs Please sign the Contributor License Agreement!Click here to manually synchronize the...
SpringBoot Fix reference to a configuration property in cloud.adoc
2025-01-07 00:59:46
189
There's a spring.lifecycle.timeout-per-shutdown-phase in cloud.adoc that should be configprop:spring.lifecycle.timeout-p...
SpringBoot Support comma-separated values in EntityScan's basePackages placeholders
2025-01-07 00:59:43
639
With this change, EntityScan can now support comma-separated values when resolving placeholders in its base packages or ...
SpringBoot Support comma-separated values when resolving placeholders in @EntityScan's basePackages or value attributes
2025-01-07 00:59:39
3210
It does not seem to be possible in inject a multi-valued property into the @EntityScan annotation.Examples that do not w...
SpringBoot Remove Flyway references from AbstractDependsOnBeanFactoryPostProcessors for Liquibase
2025-01-07 00:59:35
282
This PR removes FlywayMigrationInitializer references from AbstractDependsOnBeanFactoryPostProcessors for Liquibase as t...
SpringBoot Support non-blocking XML Marshalling with jackson-dataformat-xml
2025-01-07 00:59:31
3537
Hi,Jackson-xml marshalling seems to be broken in the 2.0.0 M2 milestone release for Spring boot (with web-flux). I tried...
SpringBoot Dependency management for Prometheus's Pushgateway is incomplete
2025-01-07 00:59:26
1325
Actuator depends on TextFormat from io.prometheus:simpleclient_common but we only have dependency management for io.prom...
SpringBoot SpyDefinition.SpringAopBypassingVerificationStartedListener seems to handle the event parameter incorrectly.
2025-01-07 00:59:21
5986
I'm seeing the following exception when using @SpyBean for a CrudRepository in my Integration-Tests:org.mockito.exceptio...
SpringBoot Remove dependency management for org.webjars:hal-browser
2025-01-07 00:59:17
337
We no longer make any use of the dependency and Spring Data REST has replaced its spring-data-rest-hal-browser module wi...
SpringBoot Exception thrown from /actuator/configprops endpoint when spring.config.import=configtree:xxxx is used
2025-01-07 00:59:13
16643
When using configtrees, the actuator endopoint actuator/configprops throws the exception shown below.Spring boot version...
SpringBoot additional-spring-configuration-metadata.json not merged when used with Kotlin / KAPT / Maven
2025-01-07 00:59:09
6666
Hi, First, to let you know, when we ask for a project with spring configuration processor on start.spring.io, the kapt c...
SpringBoot add neo4j test-harness to bom
2025-01-07 00:59:06
1935
since gradle platform (obnoxiously) can't support using the neo4j-version property, it would be nice if this dependency ...
SpringBoot Upgrade to Hibernate Validator 6.2.0.Final
2025-01-07 00:59:02
1893
Comment From: fmartinouHi,It seems that Hibernate Validator 6.2.0.Final is affected by CVE-2020-10693 which has been fix...
SpringBoot Mutate existing default HttpMessageConverter instead of adding duplication
2025-01-07 00:58:55
5902
I found Spring Boot add two flavored HttpMessageConverters to default messageConvertershttps://github.com/spring-project...
SpringBoot Use server version from database in Neo4j health details
2025-01-07 00:58:39
1600
The version are now fetched via the build in meta-information from the database itself. They were previously retrieved v...
SpringBoot Neo4j health details use a deprecated information (org.neo4j.driver.summary.ServerInfo#version)
2025-01-07 00:58:35
646
We are currently providing some details about the Neo4j server in our health indicator. One bit of it, the server versio...
SpringBoot 2.5.x: Log4j2’s AsyncAppenderEventDispatcher prevents JVM from exiting if the application fails to start
2025-01-07 00:58:30
3238
In short, a JVM with Spring Boot 2.5.x project doesn’t shutdown on application start failure if log4j2’s Async appender ...
SpringBoot 2.5.x: not possible anymore to use JPA related beans in Liquibase CustomChangeSets
2025-01-07 00:58:27
7911
I know that this is a circular dependency problem: JPA is waiting for liquibase and customchange set from liquibase is w...
SpringBoot Exception thrown from /actuator/env endpoint when spring.config.import=configtree:xxxx is used
2025-01-07 00:58:22
32439
As the title describes, when spring.config.import=configtree:xxxx is used, /actuator/env endpoint doesn't work with the ...
SpringBoot @RepositoryRestResource Jackson MismatchedInputException when POSTing JPA entity link relationship
2025-01-07 00:58:18
1664
In Spring Boot 2.5.2, something is broken with Jackson, when using @RepositoryRestResource to POST a new entity into the...
上一页
下一页
1
…
2019
2020
2021
2022
2023
…
2246
.