Carsten Reckord

Results 12 issues of Carsten Reckord

Similar to what #2727 did for image name and tags, it would be great to be able to have lazy evaluation for `creationTime` and `filesModificationTime`, e.g. to set times to...

p3
area/jib-gradle-plugin
kind/feature

Fixes #3708 Usage: To use lazy evaluation for `jib.container.creationTime` or `jib.container.filesModificationTime`, the value can be provided as an ISO 8601 date-time string like this: ``` jib { container { creationTime...

After upgrading from HawtIO 2.14.5 to 2.15.0, our applications won't start anymore due to a ClassNotFoundException in SpringHawtioContextListener: ``` java.lang.ClassNotFoundException: ch.qos.logback.core.Appender at jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) ~[?:?] at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source) ~[?:?] at...

I'm currently on the hunt for a new terminal on Windows and love what you're doing with Fluent. I just have one major issue that keeps me from adopting it:...

In Spring Boot Actuator 2.7.8, the Health class got a new field `exception`. This was includes in [commit d7852cb](https://github.com/spring-projects/spring-boot/commit/d7852cb1768bca92226cb07c44897333ac2704cd#diff-5caf3b76f34e686b8282f257470513335a2d01de87a837c0f2edd192211cdeb0) as part of #32527. Unfortunately, Gson is not able to serialize...

type: bug

### Expected behavior I have a value object making use of Immutables, which requires a customized builder class. It's defined like this: ```java @Value.Immutable public abstract class ValueObject { public...

bug
up-for-grabs

I'm getting a ConcurrentModificationException when generating with -constructorAccess similar to what was fixed in #18: ``` java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification (ArrayList.java:901) at java.util.ArrayList$Itr.next (ArrayList.java:851) at com.kscs.util.plugins.xjc.ImmutablePlugin.run (ImmutablePlugin.java:116) at com.sun.tools.xjc.model.Model.generateCode (Model.java:292) at...

We use Keycloak as our authentication platform and would like to use OAuth2 to run Trino queries from other automated processes where there is no authenticated user session. This is...

Recent JDownloader versions need PhantomJS for website scraping and prompt for you to install it. Unfortunately, the install doesn't work in this container. I think instead of trying to fix...

Currently, a whitelist of project_ids is required. We are running a local Sentry instance, where projects are created in self-service, and would like to provide projects with the option to...