softwaremill / magnolia

Easy, fast, transparent generic derivation of typeclass instances
https://softwaremill.com/open-source/
Apache License 2.0
754 stars 115 forks source link

Add filter for `jdk.internal` annotations #495

Closed kyri-petrou closed 8 months ago

kyri-petrou commented 8 months ago

Fixes #493

I haven't added a test for this case since the CI is run on JDK11 only. Do you prefer if I add a test as in the issue repro in the issue above?

adamw commented 8 months ago

It seems there are some test failures

kyri-petrou commented 8 months ago

Oops, seems to have used || instead of && 🤦 It should be good now