+1

Noticed a few minor things that do not affect my vote.

* Copyright year in the Modeler is still 2019
* A snapshot version of Rat that I am using 
(apache-rat-0.14-20200227.222331-84.jar) complains about our exclude patterns, 
and consequently reports all these excluded files as unlicensed (did they 
switch from globs to regex?)

Will skip given exclusion '*.plist' due to 
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.plist
^
Will skip given exclusion '*.fspec' due to 
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.fspec
^
Will skip given exclusion '*.map.xml' due to 
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.map.xml
^
Will skip given exclusion '*.graph.xml' due to 
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.graph.xml
^
Will skip given exclusion '*.driver.xml' due to 
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.driver.xml
^
Will skip given exclusion '*.html' due to 
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.html
^
Will skip given exclusion '*.css' due to 
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.css
^
Will skip given exclusion '*.jceks' due to 
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.jceks
^
Will skip given exclusion '*.iml' due to 
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*.iml
^
 
Andrus


> On Jul 14, 2020, at 6:57 PM, Nikita Timofeev <ntimof...@objectstyle.com> 
> wrote:
> 
> Hi all,
> 
> The GA release of Cayenne 4.1 is almost here!
> 
> Release notes: https://github.com/apache/cayenne/blob/4.1/RELEASE-NOTES.txt
> Maven repo: 
> https://repository.apache.org/content/repositories/orgapachecayenne-1040/
> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.1/
> 
> Please evaluate and cast your votes.
> 
> -- 
> Best regards,
> Nikita Timofeev

Reply via email to