Markus Jung

Results 15 comments of Markus Jung

I think this could be achievable by communicating with dart sass over the [embedded sass protocol](https://github.com/sass/sass/blob/main/spec/embedded-protocol.md) (its quite powerful and supports things like custom importers) instead of just invoking it...

Thanks for clarifying this! I'm okay with only supporting LTS releases while the current interim release is binary compatible.

this looks weird, smallrye config 3.8.2 is already MP Config 3.1 which would mean microprofile 6.1 - aren't we targeting 6.0 in TomEE 10?

Yeah absolutely - thinking out lout MP 7 also has EE 10 as a baseline requirement (https://microprofile.io/compatible/7-0/#) Might be worth to just move to 7.0 directly if we have the...

Generally looks good to me, but fails checkstyle execution in `mvn checkstyle:check`: ``` [ERROR] /home/markus/tmp/johnzon-pingpingy1/johnzon-mapper/src/test/java/org/apache/johnzon/mapper/converter/DateConverterTest.java:3:1: Redundant import from the same package - org.apache.johnzon.mapper.converter.DateConverter. [RedundantImport] [ERROR] /home/markus/tmp/johnzon-pingpingy1/johnzon-mapper/src/test/java/org/apache/johnzon/mapper/converter/DateConverterTest.java:9:1: File contains tab characters...

@pingpingy1, want to take care of this PR as well? :slightly_smiling_face:

superseded by 841ebb3a8627f6ae617eb1deec013f46678969b8

to me it sounds more like you want to sanitize whatever json johnzon produced (from probably untrusted input). sanitizing input so you can somewhat safely directly inject it into the...

Generally support this and also found it odd when moving Apache BVal to 3.1 but I'm wondering if this is something that can even be done in a patch release?...

IMO needs some more investigation - is only 3.9.6 bad? Or all versions before it as well? GitHub actions worked before and now doesn't pass enforcer anymore, so something looks...