Simon Taddiken

Results 15 comments of Simon Taddiken

This is the log entry when consuming such a bogus file. After that, the consumer won't continue to pick up furhter documents until a service restart. Edit: it seems that...

Draft XML to produce: ```xml disabled="0" errors="0" failures="5" skipped="0" timestamp="2014-01-21T16:17:18" classname="de.skuzzlepackagepattern.Xyz" time="0"

I studied your code a little more and I think I gained a deeper understanding of what is really happening now. When using `BulmaTagsInput.attach(element)` 1. `attach` already stores the `BulmaTagsInput`...

I'm using keycloak and it provides multiple identifying attributes in the authentication token. There is a unique id (UUID), the user's mail address, the user name and/or probably configured custom...

I reckon we could still make this work by not inheriting from `BannedImportGroupDefinition` and instead copy its contents to the rule implementation. ~That's ugly to maintain though~ Just tried it...

I will look into this but I'm not sure whether this is doable. It depends on whether maven actually calls the setter twice when binding the XML values to the...

@henrykuijpers Could you please post your configuration? I just tried the following: ``` java.util.* java.* ``` And it fails with the following message: ``` Caused by: java.lang.IllegalArgumentException: If you want...

Oh that looks very unfortunate. As short term mitigation I could add a fall back to the "naive" analysis mode for files that can not properly be parsed. The plugin...

I've implemented a draft. Will take some time to finalize this though. Result will then look like this if a file failed to parse: ``` [INFO] --- maven-enforcer-plugin:3.0.0:enforce (default-cli) @...

The mitigation is now available in latest snapshot build: `2.2.0-SNAPSHOT`