On Tue, 22 Apr 2025 at 22:02, Samael Bate <singingb...@hotmail.com> wrote:
>
> The build info says these artifacts were built with Java version: 23.0.2
>
> That'll surely cause issues with users on earlier JDKs. Shouldn't releases be 
> built with the lowest supported JDK for maximum compatibility?

I just unpacked commons-collections4-4.5.0.jar and get:

$ javap -v org/apache/commons/collections4/Trie.class | head
...
  minor version: 0
  major version: 52

which I believe is compatible with Java 1.8

Also:

$ file org/apache/commons/collections4/Trie.class
org/apache/commons/collections4/Trie.class: compiled Java class data,
version 52.0 (Java 1.8)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to