phamthaithinh / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

support for Java 7 #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use urlrewrite-3.2.0.jar in a Java project.
2. Compile the project with Java 7.

What is the expected output? What do you see instead?

javac outputs this:
warning: Supported source version 'RELEASE_6' from annotation processor 
'org.tuckey.web.filters.urlrewrite.annotation.UrlRewriteAnnotationProcessor' 
less than -source '1.7'

What version of the product are you using? On what operating system?

urlrewrite-3.2.0.jar and Java 1.7.0_01.

Original issue reported on code.google.com by mike.sur...@gmail.com on 12 Mar 2012 at 6:20

GoogleCodeExporter commented 9 years ago
Any updates on this?

Original comment by eli...@espoc.com on 11 May 2012 at 6:26

GoogleCodeExporter commented 9 years ago
This will be fixed in 4.0.

Original comment by p...@tuckey.org on 21 Jun 2012 at 3:43