-
### Describe the bug
Sample project's exception provider `SofaRestExceptionHandler` has a bug.
Any business exception will cause 500 bug with no content response.
The buggy code is here:
`…
alswl updated
5 years ago
-
#### Characteristics
- **Issue Type**: bug
- **Reproducibility**: always
- **Severity**: major
- **Tool/Service/Component**: DSpot, latest version 1.1.1 SNAPSHOT
- **Execution Environment**: Cent…
-
##### **Overview of the issue**
When running the app:
`2018-08-22 14:24:43.207 WARN 1 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic conf…
-
Using the basic spring boot example app from https://github.com/microsoft/gs-spring-boot.git.
I added the file
'src/main/resources/application.properties'
with the following line `server.port=8880`…
-
I have recently started to use WireMock inside some integration tests within my play application.
I have found that when I run the test individually or as a whole class they seem to work fine but wh…
-
#9248 is now generating a warning if two competing JSON APIs are on the classpath.
As far as I can see, `spring-boot-configuration-processor` is the only component that pulls that in. An annotation…
-
Hi!
I'm trying to get the server up and running locally via docker and I followed the instructions with `app.config.sample`. So far I'm very impressed with how easy the setup was, congratulations!
…
-
Hi,
I'm writting you because I try to use testcontainers during my tests but it does not work, I do not no why.
Here it's the error that I have.
```
org.testcontainers.containers.ContainerLaun…
-
我尝试按照https://docs.servicecomb.io/java-chassis/zh_CN/using-java-chassis-in-spring-boot/java-application.html 这篇里的文档,把servicecomb集成到springboot2的项目里,并且将java-chassis-dependencies替换为java-chassis-dependenci…
-
I am trying to use the custom matcher feature with a JSON array but JsonUnit throws a parsing exception.
Test Case
```
@Test
public void customMatchersArray() {
final String actu…