[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2022-04-07 Thread elharo (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17518808#comment-17518808
 ] 

elharo commented on RAT-283:


Seems so. I took a quick glance in pom.xml on Github amd didn't notice any 
especially old dependencies any more. Feel free to close and mark fixed. 

> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2022-04-06 Thread Jochen Wiedmann (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17518215#comment-17518215
 ] 

Jochen Wiedmann commented on RAT-283:
-

I think, this has been resolved with RAT-274.

 

> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-12-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17464076#comment-17464076
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 445e0a8a3658db3929cfa7062b423d6a26262cdc in creadur-rat's branch 
refs/heads/update-doxia-tools from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=445e0a8 ]

RAT-283: Add velocity.log to ignore as it is generated during builds


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-12-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17464072#comment-17464072
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit a495e5c476a09d89df31ba3fcf00722a6967 in creadur-rat's branch 
refs/heads/update-doxia-tools from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=a495e5c ]

RAT-283: Fix mockito setup in project


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-12-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17464071#comment-17464071
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit caa8bff5483b243318b615ac7084f086d7b10b3d in creadur-rat's branch 
refs/heads/update-doxia-tools from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=caa8bff ]

RAT-283: Fix error after hamcrest update


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-12-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17464073#comment-17464073
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit d2fcadcef233cf1f30e5930c0ae450ece6564ed3 in creadur-rat's branch 
refs/heads/update-doxia-tools from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=d2fcadc ]

RAT-283, RAT-286: Downgrade site plugin to circumvent plugin error


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-12-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17464079#comment-17464079
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 251d15af2c0401af767f51cdb0c78cf89e0683eb in creadur-rat's branch 
refs/heads/update-doxia-tools from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=251d15a ]

RAT-283: Add changelog


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382662#comment-17382662
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 251d15af2c0401af767f51cdb0c78cf89e0683eb in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=251d15a ]

RAT-283: Add changelog


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382653#comment-17382653
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 445e0a8a3658db3929cfa7062b423d6a26262cdc in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=445e0a8 ]

RAT-283: Add velocity.log to ignore as it is generated during builds


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382650#comment-17382650
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit d2fcadcef233cf1f30e5930c0ae450ece6564ed3 in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=d2fcadc ]

RAT-283, RAT-286: Downgrade site plugin to circumvent plugin error


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382647#comment-17382647
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 661f6675b6731524382b0c2f8cb89875a134f92d in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=661f667 ]

RAT-283: Fix javadoc version


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382648#comment-17382648
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit caa8bff5483b243318b615ac7084f086d7b10b3d in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=caa8bff ]

RAT-283: Fix error after hamcrest update


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382649#comment-17382649
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit a495e5c476a09d89df31ba3fcf00722a6967 in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=a495e5c ]

RAT-283: Fix mockito setup in project


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382646#comment-17382646
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit bb2573923ec0eb54561dbb0077d7d82bec804e9e in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=bb25739 ]

RAT-283: Extract property for mockito version


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382645#comment-17382645
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 9939d417416993c2c569d4914c4fe8486e1b5f9c in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=9939d41 ]

RAT-283: Update mockito deps and extract javadoc plugin property


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382644#comment-17382644
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit c2fd6b3aa019d67a04cd75b9fc4220790cc9f100 in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=c2fd6b3 ]

RAT-283: Add note about JDK8


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382643#comment-17382643
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 804a40916608585bdd9d86fd1c6975974989a473 in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=804a409 ]

RAT-283: Update copyright notice


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382641#comment-17382641
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 9bc86d2662beaffd8ee43395b6d8f36d2858033a in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=9bc86d2 ]

RAT-283: Update enforder rules


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17382642#comment-17382642
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 97f57fd22fd0bd586ec862ecc55514a80e08b38f in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=97f57fd ]

RAT-283: Update mockito


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-15 Thread Philipp Ottlinger (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17381608#comment-17381608
 ] 

Philipp Ottlinger commented on RAT-283:
---

[~joc...@apache.org] thanks for your comment - I changed it to major as I'm 
updating some other plugins and dependencies to be compliant with JDK8-minimum 
as we already use as language/compiler level.

> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Major
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-15 Thread Jochen Wiedmann (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17381594#comment-17381594
 ] 

Jochen Wiedmann commented on RAT-283:
-

 

Excuse me? This is "Critical"?

 

Well, I see no reason for serious action. Rat works with Java 1.8, and that's 
as it should be. Just remove the comments from the Pom, and be done with.

 

> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Critical
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2021-07-15 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17381482#comment-17381482
 ] 

ASF subversion and git services commented on RAT-283:
-

Commit 5d32c63342d675ba74b95c05215df5f100a2a283 in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=5d32c63 ]

RAT-283: Upgrade commons-compress and fix 
https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316639


> Unify Java 8 requirement or non-requirement
> ---
>
> Key: RAT-283
> URL: https://issues.apache.org/jira/browse/RAT-283
> Project: Apache Rat
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Philipp Ottlinger
>Priority: Critical
>
> In the pom.xml I find dependencies that are very old to avoid requiring Java 
> *1.6* or later. However I also see commons-io 2.8.0 that requires Java *1.8* 
> or later. Make a clear decision on the minimum version of Java and upgrade or 
> downgrade dependencies accordingly. 
> FYI Apache Maven requires Java 1.7 so I'd prefer not to go higher than that.
> ```
>   
> commons-collections
> commons-collections
> 
> 3.2.2
>   
>   
> commons-io
> commons-io
> 2.8.0
>   
>   
> org.apache.commons
> commons-lang3
> 
> 3.5
>   
>   
> org.apache.commons
> commons-compress
> 
> 1.19
>   
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)