Nineya
Home
Blog
SpringBoot Support Autoconfiguration for Slf4jRequestLogWriter for access logs in Jetty
2025-01-06 18:33:55
1594
Currently, JettyWebServerFactoryCustomizer always creates a RequestLogWriter in case accesslog is enabled in the Server ...
SpringBoot Move multi-modules output to a lower layer
2025-01-06 18:33:48
5128
Hey there,I'm currently working with the new layered jar feature that came with spring boot 2.3. While it is awesome I w...
SpringBoot Spring Boot Maven plugin build-image goal debug output is way too verbose
2025-01-06 18:33:42
2396
Spring Boot version: 2.3.3We are using the new goal build-image of the Spring Boot Maven plugin. After invoking Maven wi...
SpringBoot Mention correct JUnit 5 annotations in Kotlin testing section
2025-01-06 18:33:35
249
Hi,I just noticed that the Kotlin testing docs mention the JUnit 4 classes @BeforeClass and @AfterClass which seems to b...
SpringBoot Document that extracting layers with layertools doesn't work with executable JAR files
2025-01-06 18:33:27
2806
I'm using Spring Boot 2.3.3.I've got a project where I'm building a fat JAR using the spring-boot-maven-plugin. I've con...
SpringBoot LayoutFactory can be presented with empty source file
2025-01-06 18:33:20
2412
I am migrating from spring boot 2.2.4 to 2.3.0.We have written our custom layout factory and we are repackaging the jar ...
SpringBoot Dependency convergence on nimbus-jose-jwt
2025-01-06 18:33:14
4377
When I use spring-boot-starter 2.3.3.RELEASE as my project's parent and include org.springframework.boot:spring-boot-sta...
SpringBoot JarFile can cause memory issues when running on Java 11+
2025-01-06 18:33:08
2047
DescriptionAfter upgrade from Spring Boot 2.2.6 to 2.2.7 application started consuming much more memory.In particular He...
SpringBoot @Transactional not working when using two contexts and @Configurable weaved with AspectJ
2025-01-06 18:32:56
1291
Spring Boot 1.5.9.RELEASEProvided test case where inside a @Transactional method, the previously persisted entity is not...
SpringBoot Aspectj: could not autowire @Configurable bean when testing with two contexts
2025-01-06 18:32:50
13410
Environment: Spring boot 1.5.8.RELEASE, TestNg 6.11Use case:Aspects are weaved at compile time.I run a set of tests, hav...
SpringBoot Considered new defaults for JPA repository bootstrap
2025-01-06 18:32:43
73582
Spring Boot 2.1 exposes a property spring.data.jpa.repositories.bootstrap-mode that can be set to default (default) def...
SpringBoot Rename neo4j.version to neo4j-java-driver.version
2025-01-06 18:32:36
806
In Spring Boot 2.4.0-M2, neo4j.version will probably lead to confusion: It is currently used to specify the version of t...
SpringBoot Deprecate spring.mvc.pathmatch.use-suffix-pattern, spring.mvc.pathmatch.use-registered-suffix-pattern, and spring.mvc.contentnegotiation.favor-path-extension
2025-01-06 18:32:30
717
The underlying properties have been deprecated in Spring MVC. We should consider following suit with our configuration p...
SpringBoot Proper ordering of metrics auto-configurations
2025-01-06 18:32:23
2764
Metrics auto-configurations that depend on a MeterRegistry beanshould be configured AFTER configurations that create the...
SpringBoot MongoClientFactorySupport overrides existing uuidRepresentation with MongoProperties default value
2025-01-06 18:32:16
2772
Original Bug Report: DATAMONGO-2561I have MongoClientSettings bean defined in my configuration with STANTARD uuid repres...
SpringBoot Log4j2 configuration is not picking up logging.pattern.dateformat, logging.pattern.level
2025-01-06 18:32:09
1475
Using spring boot 2.3.3, the keys are inserted in context at org.springframework.boot.logging.LoggingSystemProperties#ap...
SpringBoot Support authentication from Docker daemon to private docker registry
2025-01-06 18:32:03
5114
spring-boot-maven-plugin 2.3.x version support build layers docker image.but use custom builder image or run image with ...
SpringBoot [spring-data-elasticsearch] Reactive repositories are not creating indices automatically
2025-01-06 18:31:56
2383
DescriptionIndices are not being created when using reactive repositoriesExpectationGiven the following configuration:Re...
SpringBoot BuildImage download buildpacks everytime when tag changed
2025-01-06 18:31:50
1438
Hi, when i use spring-boot:build-image in 2.3.2.RELEASE, it will download paketo-buildpacks files from GitHub everytime ...
SpringBoot Trying to exclude dependencies from a repackaged JAR using [<excludes>] still includes transitive dependencies.
2025-01-06 18:31:42
1509
Excluding dependencies from a repackaged JAR using <excludes> should exclude transitive dependencies as well.For m...
上一页
下一页
1
…
2126
2127
2128
2129
2130
…
2246
.