[
https://issues.apache.org/jira/browse/BEANUTILS-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764517#comment-17764517
]
Craig McClanahan commented on BEANUTILS-563:
--------------------------------------------
I did better than that … I tried this with Java 14. But the POM says the
source and target versions were Java 6, so it does not matter what later
version I tried to use, or what anyone else who tries to build from the
released source tries to use.
You may or may not find it interesting that the original code for
commons-beanutils was written by me, and extracted out of what is now Apache
Struts, when it became obvious that dynamic access to properties of a JavaBean
would be widely useful.
That was 23 years ago.
> Building from source release fails with a Maven error
> -----------------------------------------------------
>
> Key: BEANUTILS-563
> URL: https://issues.apache.org/jira/browse/BEANUTILS-563
> Project: Commons BeanUtils
> Issue Type: Bug
> Components: Bean / Property Utils
> Affects Versions: 1.9.4
> Reporter: Craig McClanahan
> Priority: Major
>
> I downloaded the Commons Beanutils 1.9.4 release from
> [https://dlcdn.apache.org//commons/beanutils/source/commons-beanutils-1.9.4-src.tar.gz]
> And attempted to build it following the instructions at
> [https://commons.apache.org/proper/commons-beanutils/building.html]
> But encountered the following errors from Maven:
> [*ERROR*] COMPILATION ERROR :
> [*INFO*] -------------------------------------------------------------
> [*ERROR*] Source option 6 is no longer supported. Use 7 or later.
> [*ERROR*] Target option 6 is no longer supported. Use 7 or later.
> [*INFO*] 2 errors
> [*INFO*] -------------------------------------------------------------
>
> My Environment:
> * Computer: MacBook Pro
> * OS: Ventura 13.5.2
> * Java: 14.0.1
> * Maven: 3.6.3
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)