Marcel Richter

Results 26 issues of Marcel Richter

> Task :message-dashboard:assemble SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. > Task :message-factory:detekt

on hold

With the current version, I get the following error message when I upgrade Gradle from 7.4.2 to 7.5.1 and then want to use the keycloak migration: ``` Caused by: java.lang.NoSuchMethodError:...

This PR adds the "excludes"-option to the DetektExtension and fixes the problem described here: https://github.com/detekt/detekt/discussions/6604 I tested it locally with the Kotlin compiler plugin. Unfortunately, the compiler plugin cannot currently...

api
gradle-plugin
documentation
stale

As already discussed here: https://github.com/detekt/detekt/discussions/6604 ## Expected Behavior ``` naming: active: true excludes: [ '**/src/**' ] VariableNaming: active: true variablePattern: '[a-z][A-Za-z0-9]*' privateVariablePattern: '(_)?[a-z][A-Za-z0-9]*' excludeClassPattern: '$^' ``` Should exclude all files...

bug
compiler-plugin

Hi, first of all, thank you very much for the plugin! I use the plugin and [setup-gradle](https://github.com/gradle/actions/tree/main/setup-gradle) in combination. I have configured the plugin as follows: ``` jooq { configurations...

# Pull Request ## What? (description) As described in https://github.com/siderolabs/talos/issues/3599, assigning an alias IP in Hetzner Cloud at bootstrap of the cluster does not work. This PR removes the throwing...

Version 0.0.6 of Cluster-Chart The following full config is not possible without `clusterName` set: ``` backups: enabled: true data: encryption: "" # Contabo does not support encryption wal: encryption: ""...

### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...

bug

When I deploy connect with helm, I get the following warnings with Pod Security Admission enabled: ``` Warning: would violate PodSecurity "restricted:latest": unrestricted capabilities (containers "connect-api", "connect-sync" must set securityContext.capabilities.drop=["ALL"]),...

bug

### Your environment Chart Version: 1.15.0 Helm Version: v3.14.3 Kubernetes Version: 1.29 ## What happened? Fail: ```json { "name": "1Password Connect API", "version": "1.7.2", "dependencies": [ { "service": "sqlite", "status":...

bug