Carl Mai

Results 9 issues of Carl Mai

Since pr #90 introduced a lot of breaking changes (can bee seen in the updated unit tests in #162 ). Here is another approach. Basically it makes it opt-in to...

requires-decision
feature

Hello, I want to write a very simple client, for which I need the expanded date of a recurring event as in https://tools.ietf.org/html/rfc4791#section-7.8.3 This was also once asked in https://stackoverflow.com/questions/37711699/expanding-recurring-events-in-caldav...

feature

I get the exception "Main Component is missing" in 2.1.8. I'm sure in an earlier version maybe 2.1.3 it didn't happen. The error is here: https://github.com/Kozea/Radicale/blob/2.1.8/radicale/xmlutils.py#L331 I "fixed" it (not...

bug
needs reporter feedback

In our project, we need to scan also the build-time dependencies for licenses. In gradle they can be access via `project.buildScript`. For this, the buildScriptProjects configuration option was introduced. It...

As I wrote in #3, not everything can be expressed with negative lookahead/lookback in regexes. Also having the include feature, would make it way easier. I hope its fine, that...

The default behavior is that a dependency is fine when any of its licenses are found inside allowedLicenses. This may miss dependencies, which contain multiple licenses. When 'AllRequiredLicenseChecker' is set,...

The Library 'com.itextpdf:itextpdf:5.5.13.3' results in 2 licenses: ```json "poms": [ { "inceptionYear": "", "projectUrl": "http://itextpdf.com", "description": "A Free Java-PDF library", "name": "iText Core", "organization": null, "licenses": [ { "url": "http://www.fsf.org/licensing/licenses/agpl-3.0.html",...

In 85bed93af the `encoderInit()`-method was moved from `setOutputStream()` to `start()`. The RollingFileAppender will not call `start()` once a new file is rolled. Therefore these new files won't get a header...

**Plugin version**: 3.0.1 **Gradle version**: 9.0.0 **JDK version**: 21 **Describe the bug** After issue #1210 I was under the impression, that following code would add module2 only as implementation dependency:...

bug
help wanted
toolchain:java