-
Given:
var typeSolver = new ReflectionTypeSolver();
SymbolReference symbolRef = typeSolver.tryToSolveType(int[].class.getName());
I would expect `symbolRef` to be solved. However it failed as…
-
##### Issue Overview
I'm trying to do port-forward of a **spring-boot** (1.5.3.RELEASE) app using Arquillian cube kubernetes but I receive a `ClassNotFoundError`: `io/undertow/protocols/spdy/SpdyCh…
-
# Spring Guide - 테스트 전략 - Yun Blog | 기술 블로그
Yun Blog | 기술 블로그
[https://cheese10yun.github.io/spring-guide-test-1/](https://cheese10yun.github.io/spring-guide-test-1/)
-
Currently the time spent on Spring related actions is calculated as follows:
`Spring time = total time - test time`
This way, all the time spent on other things that are not necessarily Spring r…
-
**What happened**:
Syft has started to hard-code some groupIds for maven artefacts which leads to misleading PURLs when related artefacts are used as embedded instrumentation JARs.
Ultimately t…
-
Unless I'm missed them, it looks like there currently aren't any integration tests for Spring Data Rest. Whilst looking at #1959 I couldn't find anywhere to add a test that replicated the problem befo…
-
In the `pom.xml` below, dependencies are resolved via parent so it isn't required to add `version` in the `dependency` section. Maven commands execution run ok.
```
4.0.0
com.example
de…
-
Hi Virgil,
I have tried the online demo and I think this is an interesting project. Also, I have read some of the code and have some personal improvement suggestion coming out. The most important o…
-
I have never successfully gotten spring session to work. http://stackoverflow.com/q/28384907/206466 https://github.com/spring-projects/spring-session/issues/217
it would be nice to see an example pro…
-
In this issue, we'll update the backend code to Spring 3
# Why we need to do this.
* Security; some of the dependencies we are using have security issues that are only patched in Spring 3. (Thi…