You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Udo Schnurpfeil (JIRA)" <ji...@apache.org> on 2011/06/08 10:15:59 UTC

[jira] [Updated] (OWB-582) Support for Java 1.5 (needed for WebSphere 6.1)

     [ https://issues.apache.org/jira/browse/OWB-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil updated OWB-582:
--------------------------------

    Attachment: OWB-582.patch

> Support for Java 1.5 (needed for WebSphere 6.1)
> -----------------------------------------------
>
>                 Key: OWB-582
>                 URL: https://issues.apache.org/jira/browse/OWB-582
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1.0
>            Reporter: Udo Schnurpfeil
>            Assignee: Gurkan Erdogdu
>         Attachments: OWB-582.patch
>
>
> I would be nice, if OWB supports Java 1.5, e. g. to run with WebSphere 6.1.
> It can be implemented with low effort.
> There is one basic dependency to Java 1.6: java.util.ServiceLoader
> To solve this problem, I've added a utility class in my local copy and delegate calls to ServiceLoader to this utility.
> The utility class itself calls ServiceLoader, if the class is available (Java 1.6) or uses com.googlecode.bspi.ServiceLoader (Java 1.5).
> So the application needs one new dependency (only in the case of Java 1.5).
> I've also changed the maven-compiler-plugin to generate Java 1.5 compatible byte code.

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