-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
As part of this issue, IPF will be updated to the Jakarta EE 10, which also require certain other major dependency updates.
* Migrate from javax -> jakarta (JEE 10)
* Java 17 as minimum
* Spring …
-
I always use maven-enforcer-plugin in my spring-boot apps, but I seem to get some dependency mismatches:
The plugin:
```xml
maven-enforcer-plugin
…
rtc11 updated
3 years ago
-
## Spring Boot Admin Server information
- **Version**:
- **Spring Boot version**:
- 3.3.3
- **Configured Security**:
- **Webflux or Servlet application**:
## Client in…
-
I follow Spring Boot guide. I reached chapter 11.4
http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-first-application-run
Everything is OK.
Then I add dependcy to s…
-
## Old conf without problem:
I have a project using spring-boot **1.2.4**
For managing web services inside it, I'm using apache.cxf. **2.7.11**
pom.xml :
```
org.apache.cxf
cxf-rt-frontend-jax…
-
-
Hi,
Great stuff!
I'm getting the error below when I call this endpoint. Your thoughts?
`@GET
@Path("/search")
@Produces(MediaType.APPLICATION_JSON)
public Observable searchByName() {
re…
sumew updated
7 years ago
-
I'm hoping to set up an integration using Camel with a Cisco Unified Communication Manager server's SOAP API. I'm developing on a Debian Linux 11 desktop, using VSCode 1.60.2 and OpenJDK 8 from Adopt…
-
Hello!
When I see `compile 'ru.alfalab.starter.cxf:starter:{starterVersion}'` it makes me feel weird because normally third-party Spring Boot projects will use Spring Boot's recommended naming `thi…