Aroucha / spring-security-facelets-taglib

Automatically exported from code.google.com/p/spring-security-facelets-taglib
0 stars 0 forks source link

Project isn't compatible with JDK 1.5 #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I started using this library to my project with JSF 1.2. It turns out that
one of the requirements of the project is to be compiled with JDK version 1.5.

By adding the dependency of spring-security-facelets-taglib get an error
because it is compiled with JDK version 1.6. I see that the only use of
this version is the function isEmpty in Strings. Substituting isEmpty by
length() == 0 works correctly and I checked and I work.

Could you add a new version of the project, which is compatible with
version JDK1.5, or be compatible JDK 1.5?
What do you think?

Original issue reported on code.google.com by josmor...@gmail.com on 19 Oct 2009 at 7:09

GoogleCodeExporter commented 8 years ago
any news about 1.5 compatibility?!?

I'm interested too!!

Original comment by stefan...@gmail.com on 18 Jan 2010 at 8:10

GoogleCodeExporter commented 8 years ago
I changed String method isEmpty() (only for JDK 6+) for string !=null and 
string !="" 
then I compile project and it ran successfully. 

Original comment by josmor...@gmail.com on 18 Jan 2010 at 8:47

GoogleCodeExporter commented 8 years ago
I will also appreciate a version for JDK 1.5.
Thank you.

Original comment by mmb...@gmail.com on 26 May 2010 at 6:52

GoogleCodeExporter commented 8 years ago
I will try to fix it today.

Original comment by grzegorz.blaszczyk on 10 Sep 2010 at 6:32

GoogleCodeExporter commented 8 years ago
Fixed in branch 0.4_gblaszczyk. The branch is ready to be released as version 
0.5.

Original comment by grzegorz.blaszczyk on 10 Sep 2010 at 9:06

GoogleCodeExporter commented 8 years ago
Note: This is now already incorporated in the current trunk and in the released 
version 0.5
don't use the branch 0.4_gblaszczyk 

Original comment by dominik....@gmail.com on 5 Oct 2010 at 9:52