Nineya
Home
Blog
软著申请
SpringBoot Consider automating fly set-pipeline using the concourse-pipeline-resource
2025-01-07 22:08:07
381
https://github.com/concourse/concourse-pipeline-resourceComment From: mbhaveReopening this as it might be good to not ha...
SpringBoot Extract static resources from JARs at runtime in production
2025-01-07 22:08:04
1790
Spring Framework Web Reactive can serve static resources with support for zero-copy file transfers.This feature can lead...
SpringBoot Let's encrypt integration
2025-01-07 22:08:02
9549
Configuring SSL with Java is a pita, and developers typically don't master the JDK commands used to deal with keystores,...
SpringBoot Rework WebMvcMetricsFilter to be general purpose with tech strategies
2025-01-07 22:07:59
2462
The WebMvcMetricsFilter is currently tied to Spring MVC but we'd also like to support Jersey and possibly general servle...
SpringBoot Use with Spring-Webflux gives a NoClassDefFoundError error
2025-01-07 22:07:57
2110
I use springboot 3.2.4 and jdk21The following are error messages and minimal examplesI don't know why SpringCloud relate...
SpringBoot Configurable Health Indicator to observe HTTP Endpoints
2025-01-07 22:07:54
5057
I would like to have a generic health indicator to observe the availability of an HTTP endpoint, provided by another ser...
SpringBoot Update Project.xml
2025-01-07 22:07:51
1057
This polished configuration ensures consistency, readability, and adherence to coding standards across different languag...
SpringBoot Use activemq-client dependency vs transitional activemq-client-jakarta
2025-01-07 22:07:49
644
Use the activemq-client dependency per: #40027 Ahead of adding embedded broker support in as part of [#38404]Comment Fro...
SpringBoot Multiple segments in additional health endpoint path
2025-01-07 22:07:46
1794
Hi!I'm trying to expose readiness probe on the main application port of spring boot microservice. I want it to mirror th...
SpringBoot Move tools javadoc to a different module
2025-01-07 22:07:43
1151
Currently our tools API docs are mixed with our regular API docs..findAll { !it.path.contains(":spring-boot-tools:&...
SpringBoot Active profile setting in application.properties periodically ignored
2025-01-07 22:07:41
15377
Application uses Spring Boot 2.0.2.RELEASEapplication.properties file has the following entry:spring.profiles.active=loc...
SpringBoot LocaleResolver (MVC) and LocaleContextResolver (WebFlux) beans will back off if a user provides a bean of the same type and a custom name but Framework will then use its own default
2025-01-07 22:07:36
7214
While looking at #24207, I noticed that our overrides of the localeResolver() (MVC) and localeContextResolver() (WebFlu...
SpringBoot Null id generated for entity ABC when using Spring Boot 3.2.4 and embedded id
2025-01-07 22:07:33
1129
DescriptionHi everybody,I am encountering an issue when saving an entity with an embedded id using Spring Boot 3.2.4. Th...
SpringBoot Spring hibernate is throwing java.lang.NoClassDefFoundError: javax/transaction/SystemException
2025-01-07 22:07:24
5719
Hi,I am upgrading our project to wildfly 30 with latest spring, hibernate-core with java 17. While deploying the server,...
SpringBoot Flyway is looking for actual url while building the application
2025-01-07 22:07:22
768
We are using the flyway core dependency with spring boot 3.2.4 version. But when we are trying to build the application ...
SpringBoot [3.2.0 possible Regression] jetty got Provider org.springframework.boot.loader.nio.file.NestedFileSystemProvider not found on startup
2025-01-07 22:07:18
6134
Hi,we got this error after migrating our jetty spring boot boot app to spring boot 3.2.0.Any idea about how to fix it?Co...
SpringBoot Add spring.graphql.websocket.keep-alive property
2025-01-07 22:07:15
282
After https://github.com/spring-projects/spring-graphql/issues/534, GraphQlWebSocketHandler (webmvc and webflux) have a ...
SpringBoot When using Maven, configuring the spring-boot.excludes or spring-boot-includes user properties causes the build to fail with "Cannot find default setter"
2025-01-07 22:07:13
3917
The change makes excludes configurable via CLI.For example this:mvn install -Dspring-boot.excludes=foo:bar,foo:bazWould ...
SpringBoot @ServletComponentScan does not register servlet components in a mock web environment
2025-01-07 22:07:08
5645
Affects: 2.7.9 - 3.2.3 (Likely more, I just tested the latest and a random 2.7)When using @WebFilter with either the va...
SpringBoot @WebMvcTest leads to zero interaction with mocked bean
2025-01-07 22:07:05
4624
Spring Boot version: 3.1.4Java version: Oracle 17.0.10OS: Ubuntu 22.04.4 LTSDescriptionRest controller@RestController@R...
上一页
下一页
1
…
1703
1704
1705
1706
1707
…
2246
.