sergeykad

Results 44 issues of sergeykad

The Jackson module uses illegal reflective access. You can see https://github.com/FasterXML/jackson-modules-base/issues/37 for more details.

Running `fixGradleLint` ignores the `gradleLint.ignore` and removes dependencies marked with it. For example, the following dependency will be removed if `fixGradleLint` deems it unused. ```groovy gradleLint.ignore { implementation 'commons-io:commons-io:2.11.0' }...

Adding `gradleLint.ignore` produces the error seen below. This works normally: `implementation 'org.springframework:spring-webmvc'` This results in the error: ```groovy gradleLint.ignore { implementation 'org.springframework:spring-webmvc' } ``` The actual version is configured via...

Branch field contains commit id for Git builds on Jenkins. If the same build executed locally branch id is added correctly to the manifest file.

### Please describe your bug Install Jellyfin and add Movies and/or Shows library Images for actors are not displayed and there are errors in the log. Searching manually image for...

bug

I found the example for [configuring DB driver dependency for Maven](https://jeremylong.github.io/DependencyCheck/data/database.html), but is there a similar explanation for Gradle? I suppose I can add it to the `buildscript` block, but...

enhancement
question

### The problem I can configure ZHA to work with Silicon Labs Multiprotocol and it works for a day or two. It fails after this with the attached error. Reinserting...

integration: zha

The Ookla tests return result as I expect them to be while speedtest-cli returns much slower speeds. The top line is Ookla and the rest is the cli. ![image](https://github.com/mimugmail/opn-repo/assets/12783618/6bbd85c1-8292-493a-8c4f-c40c23a72291) os-speedtest-community...

**Environment**: - *Jib version:* 3.3.1 - *Build tool:* Gradle 8.1 - *OS:* Ubuntu 22.04.2 LTS **Description of the issue**: Sometimes upload to Sonatype Nexus Repository ManagerOSS 3.49.0-02 fails with the...

priority:p3
type:bug

Spotbugs 4.8.0 introduced the ability to filter classes based on their annotations. I added a simple filter to exclude all generated classes, but it doesn't seem to be working. I...

filters