René Grob

Results 8 comments of René Grob

I have the same issue: * `quarkus-liquibase-2.8.2.Final.jar` is matched as `liquibase/liquibase prior to 4.8.0` * `quarkus-spring-data-jpa-api-2.1.SP2.jar` is matched as `cpe:2.3:a:quarkus:quarkus:2.1:sp2:*:*:*:*:*:*` but it is actually part of `quarkus 2.8.2.Final` and not...

@aikebah Thank you, I finally figured it out and opened PR #4472

For me it worked: I called `SetAccTime` and `SetDecTime` for profile 0, note that the millis is a 16 bit value where the first byte is the low byte (little-endian),...

> Is this still reproducible ? Yes, on Ubuntu 20.04.1 LTS

If you have many secrets, a big team and a lot of branches, git secret turns out to end in a merging nightmare. Without this, it seems to me that...

👍🏼 Often there's a configuration like ```yaml my-service: my-subsystem: prop1: value1 prop2: value2 prop3: value3 ``` And the configuration of `my-subsystem` is either completely mandatory or completely optional. The following...

I agree that in your example there isn't much difference. However in this case: ```java @Inject Optional mapping interface MyMapping { String: prop1(); String: prop2(); String: prop3(); } ``` vs...