Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1803) Update all manifests to list JRE 1.6 as minimum

Update all manifests to list JRE 1.6 as minimum
-----------------------------------------------

                 Key: UDIG-1803
                 URL: https://jira.codehaus.org/browse/UDIG-1803
             Project: uDIG
          Issue Type: Task
          Components: framework
    Affects Versions: UDIG 1.2.2
            Reporter: Jesse Eichar
            Assignee: Jody Garnett
             Fix For: UDIG 1.2.3


from IRC:

Here is the case that I experienced
there was an override annotation on an interface in one of the catalog plugins
that said minimum JRE == 1.5
when the JVM tried to load that class
it threw an exception
took me quite a while to track it down
because my IDE was compiling as java 1.6
so I didn't have any errors
only happened when I exported
then ran that export
and the class in question was loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top