-
Hi All,
I have integrated Dialogflow V2 API (DetectIntend) with Springboot and it is working perfectly fine in my local machine. But the API calls are failing after deploying the same to GCP. After d…
-
Before adopting Spring Cloud Gateway we run a load test to make sure all is good. Recently, when trying to adopt SCG 2.2.4 (and also SCG 2.2.5), this test began to fail. The load test uses Gatling to …
-
I have a maven Spring boot 2.1.18 project setup and i have added the below dependency:
io.github.lognet
grpc-spring-boot-starter
4.2.3
This is my service …
-
When logging multi part requests Spring cannot find anymore correctly multi part. Turning off org.zalando log solves the issue.
The following error occurs:
```
[400 Bad Request] during [POST] to …
-
**Affects:** 5.2.7.RELEASE
---
We just updated from Spring Boot `2.1.3.RELEASE` (which used Spring Framework `5.1.7.RELEASE`) to `2.3.1.RELEASE` (which uses Spring Framework `5.2.7.RELEASE`).
…
-
After upgrading my project to assertj 3.15.0 JsonUnit fails due to a removed method:
```
java.lang.NoSuchMethodError: org.assertj.core.api.StringAssert.as(Ljava/lang/String;[Ljava/lang/Object;)Lorg/…
-
Hi!
I forked the project (current commit is 0494d49a857eccd0bc000fef9420932e9efadb99) to add my own libraries into the `kotlinDependency` configuration and I got some troubles to run the `indexatio…
-
We have a maven_install rule with 3.5k artifacts in it (this was autogenerated based on effective poms from a multimodule project - I'm in parallel working to understand how to reduce this list). When…
-
[demospringdata 프로젝트 참고](https://github.com/yeoseon/spring-playground/tree/master/demospringdata)
Spring Data JPA 테스트를 위해 필요한 Bean들이 제대로 생성되었는지 보기 위해 빈 테스트를 작성해서 테스트했다.
* 의존성
```
…
-
I have a maven-based java project that uses spring boot, camel and have some unit tests written with junit5. I run the tests from eclipse (current version).
Now I added the mock server dependency in …