> Am 14.12.2024 um 12:00 schrieb Piotr P. Karwasz :
>
> Hi Mark,
>
> On 9.12.2024 17:37, Mark Struberg wrote:
>> c) try using this on a class which contains e.g. an ArrayList, a Set or a
>> Map. It will e.g. use List#equals() which also does equals() on it's items
>> (btw, I explained this to
Hi Mark,
On 9.12.2024 17:37, Mark Struberg wrote:
c) try using this on a class which contains e.g. an ArrayList, a Set or a Map.
It will e.g. use List#equals() which also does equals() on it's items (btw, I
explained this to you already...). Which is NOT what users expect. Instead it
should i
Hi!
I created a PR which aims to fix commons-lang behaviour which is broken since
quite a few years. To be more precise: commons-lang doesn't fully support
anything beyond Java8 due to not acknowledging the java module system (leading
to InaccessibleObjectException). And no, adding --add-opens