-
Hello folks,
More a question than an issue but did I miss something or there's no changelog for the releases?
It's always a bit mysterious to upgrade dependencies when no changelog is provided. …
-
In my fork of the ["selenium-webdriver-java" project](https://github.com/kazurayam/selenium-webdriver-java/), I have got an issue with the browsermob-proxy product
https://github.com/kazurayam/sele…
-
Please find below my build.gradle file
`plugins {
id 'org.springframework.boot' version "${SPRING_VERSION}" apply false
id 'io.spring.dependency-management' version "${SPRING_DEP_MANAGEME…
-
Hi
I'm currently working on creating some tests using the Java Cloud SDK.
My code is as follows:
**Source function:**
```
public List getTop5Deliveries() {
List deliveries = new ArrayLis…
-
**Describe the bug**
Our application employs spring-boot-starter-data-redis to interact with Azure Redis for Cache via a private link, a setup that functioned perfectly until we incorporated the azur…
-
## Expected behavior, english is recommend
When java files are edited inside a springboot project they should not show an error if the file is correct
## The reproduce ways from Vim starting (Requ…
-
**Describe the bug**
1. Describe which variant of the API are you using (AssertJ, Hamcrest, ...)
AssertJ
2. Create a small reproducible example and paste it the the bug report.
Dependencies …
-
Dear All,
I don't know why but Spring Boot behaves differently when I package it into a JAR versus when I start it with mvn spring-boot:run.
Spring serializes the same Exception of same Rest met…
-
When checking for nested object even though the return type is an object, the assertion fails as follows:
```
java.lang.AssertionError: textStyle
Expected: a JSON object
got: {"textSize":12…
-
i use kerberos auth,example:
` Properties prop3 = new Properties();
prop3.setProperty("jcifs.smb.client.enableSMB2", "true");
prop3.setProperty("jcifs.smb.client.disableSMB1", "t…