Nico Schmoigl

Results 26 issues of Nico Schmoigl

## Environment Promregator 1.1 ## Summary / Problem Statement Promregator 1.1.x runs on spring-boot 3.0. Spring-boot 3.0 [went out of support](https://github.com/spring-projects/spring-boot/wiki/Supported-Versions) end of November 2023. Support of httpclient4 in Spring-boot...

I have the situation that I am fetching an accessToken and a refreshToken through EveSSO. The point is that I have to persist the refreshToken (I am taking care of...

https://github.com/burberius/eve-esi/blob/f29725bc7ce51cdb80531ee9986a01003bf9c752/src/main/java/net/troja/eve/esi/ApiClient.java#L131 declares a variable called `tokenUrl` and initializes it with the empty string. The next if condition uses this variable by https://github.com/burberius/eve-esi/blob/f29725bc7ce51cdb80531ee9986a01003bf9c752/src/main/java/net/troja/eve/esi/ApiClient.java#L132 Here `"".equals(tokenUrl)` evaluates to `true`. Then, `!"".equals(tokenUrl)` is...

Running on ```bash $ uname -a Linux **REDACTED** 5.15.0-119-generic #129-Ubuntu SMP Fri Aug 2 19:25:20 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -a No LSB modules are available. Distributor...

Running on ```bash $ vboxmanage --version 7.0.20r163906 $ bosh --version version 7.7.0 Succeeded ``` as of 3f797c641424be1e7dd4cd039e7221a3a611035b, installation using the description at https://bosh.io/docs/bosh-lite/ fails with the following error message: ```...

## Environment Promregator 1.1 ## Summary / Problem Statement Bumping Spring-Boot version is necessary. ## Observed Behavior We are still on Spring-boot 3.x, which went out of maintenance. ## Expected...

bug