-
## CVE-2016-1000027 - Critical Severity Vulnerability
Vulnerable Library - spring-web-5.2.0.M2.jar
Spring Web
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: …
-
I suggest to decorate `ApplicationContextAssert::getBean(s)` methods with a [`@CheckReturnValue`](https://errorprone.info/bugpattern/CheckReturnValue) annotation so that incomplete statements like the…
-
### config file
You will need to add the `application.properties` file in your classpath.
If you are using Maven or Gradle, you can just put the file under src/main/resources.
If you are not using…
-
### Description
I ported blaze-persistence `examples\spring-data-dgs` to Kotlin
Query is success, but mutation is failed.
No primary constructor found for class class CatCreateView
#…
-
Error when opening a new Java project generated via Spring Initializr.
##### Environment
- Operating System: Debian 11
- JDK version: JDK 17
- Visual Studio Code version: 1.67.2
- Java exte…
-
I use micrometer in a Spring Boot application to measure the execution time of a method.
Given the following (Kotlin) method:
```
class MyClass(...) {
@Timed(value = "my_timer")
@Transact…
-
Given the following Kotlin `@Repository` query for `spring-data-jdbc`:
```java
@Query(
"""
-- don't do this
SELECT 1
"""
)
fun test(): Int
```
We …
-
build.gradle.kts
--- snip ---
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.springframework.boot") version "3.0.2"
id("io.spring.dependency-management") version "1.…
-
Hello. When using Kotlin Reactor Coroutines like the following:
```
return mono {
val text = "Greetings from Spring Boot!"
logger.error(text)
text
…
-
Context: we are using azure app configuration to read the value of feature flag.
We are using reactive springboot library: springwebflux and the following dependency :
```
…