-
In this project you can test the performance bug:
https://github.com/kicktipp/jspel/
In your gradle.build you reference jsp-api and jstl-api as dependencies:
```
api(group: "jakarta.servlet…
-
-
Switch to wait-for-webelement-to-be-rendered and get rid of all the sleeps
-
- Spring 5.3.3
- Spring Boot 2.4.2
- AspectJ 1.9.6
We use AspectJ compile Time Weaving to manage `@Transactional` annotations. Everything works fine until we activate `spring.main.lazy-initializ…
-
**Affects:** \
---
This is my AsyncConfig with Spring Boot. We use **Compile Time Weaving** with spring-aspects
```java
@Configuration
@EnableAsync(mode = AdviceMode.ASPECTJ)
public class …
-
I tried to set up the docker container via docker-compose.yml but it seems not to work on a Raspberry Pi.
It is working fine on my main machine (Debian).
My docker-compose.yml:
```
version: '…
-
It seems that there is a memory leak with Spring Boot 2.4.1 on my Debian 10.5 with Java 11.0.1 when using `@PreAuthorize("hasRole('ROLE')")` annotation on controller's endpoint. As you can see in the …
-
Now that `apollo-runtime` brings `kotlinx.coroutines` as a dependency, it's not as easy to work with interceptors, etc.. in Java because everything is a `Flow` or `suspend` function.
This issue is to…
-
```
PS E:\Kicktipp> python .\main.py local
20.01.23 16:00: The script will execute now!
E:\Kicktipp\main.py:33: DeprecationWarning: executable_path has been deprecated, please pass in a Service o…
-
## Current Status of WebExtension conversion
**I have made significant progress on the WebExtension rewrite. See the [webExt branch](https://github.com/jobisoft/quicktext/tree/WebExt). I was able t…