-
I have a multi module Project with several hundert libraries which are not up to date. If I use the plugin Check maven Dependencies it tells me that everything is up to date.
if I use maven i get t…
-
We just upgraded to Spring Boot 3.2.4 and Spring Data Couchbase 5.2.4. We are getting the compilation error below. Adding that javax dependency is not an option since we migrated to jakarta. There als…
-
I have found this issue working with Opentelemetry agent, after some debugging it seems related to runtime attachment in a specific scenario (when some of the instrumented objects have already been cr…
-
While I am trying to use the `TypeAlieas` along with an implemented interface the resolver is not able to resolve the implemented class.
Details step.
Class structure
```
interface Node{…
-
We come from https://github.com/spring-projects/spring-boot/issues/39740#issuecomment-1961240086
You can find the reproducer in the aforementioned issue, but it's trivial. If you simply add Spring …
-
Here's a list of things we probably need to do for the BoilerplateMVC v0.1.0 release:
- [x] Transfer any additional repositories to the BoilerplateMVC organization.
- [ ] Create additional boilerplate…
-
**Title: How to set the different config for different environments while using AbstractCouchbaseConfiguration, can you give me one example?
I am using:
Couchbase Server: 7.2.4
spring-boot-starte…
-
# What
There should be a simple way for a container to detect the portmappings assigned to it. (from inside the container)
# Why
There are a variety of cases where an application needs to know the …
-
see https://github.com/spring-projects/spring-boot/issues/39740
issue is from https://github.com/spring-projects/spring-data-couchbase/commit/86713c527c0e6cf5a3fde6fa44f119cc719c9bb9 which was for …
-
Hi!
I am running into an issue when i try to retrieve a document that contains a key with a BigInteger type value.
The error I am getting is a bit missleading since the document is stored correct…