lasselindqvist

Results 16 issues of lasselindqvist

Add 'since' information to plugin configuration parameters by inspecting the commit history.

good first issue

Add an example for Incremental obfuscation functionality to site. The functionality was created here https://github.com/wvengen/proguard-maven-plugin/pull/73 The new parameters are applyMappingFile and incremental.

If you implement a method with return value _Optional_ from an interface, with Double, Integer or Long type, OI_OPTIONAL_ISSUES_PRIMITIVE_VARIANT_PREFERRED is reported. This however cannot be fixed with the suggestion the...

reasonable

(0.6.8) For example the following produces an error since "button" cannot have attribute name when input or buttonInput can. Shouldn't name be available for buttons, too? System.out.appendHTML().html { body {...

DSL

Deploy new version of Site. The build currently fails to: ``` \FlattenMojo.java:101: error: attribute not supported in HTML5: summary [ERROR] * ```

waiting for feedback

I wonder if it would be possible to compile the SQLite library with carray extension (https://sqlite.org/carray.html) and then support prepared statements with list/array parameters.

enhancement:JDBC
impacts:JNI

SQLite has SQL extension called PRAGMA. It mostly takes enum and boolean parameters and these cases do not need prepared statements and arbitrary parameter escaping. But some pragmas take string...

waiting for feedback

SevenZip.initSevenZipFromPlatformJAR() is not thread-safe in that it might fail it multiple threads run it simultaneously. My context for this is running tests concurrently and the tests use the bindings to...

When this library is used with maven-failsafe-plugin we often get a warning [2019-04-25T12:03:20.202Z] [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page...

Fixes issue #64. Removes metadata when deleting a single artifact from local cache. The solution assumes that the file is named maven-metadata-local.xml but does not crash if it does not...