You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/02/14 15:54:00 UTC

[jira] [Commented] (ISIS-1779) Transition to JAX-RS 2.0 Client API

    [ https://issues.apache.org/jira/browse/ISIS-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364318#comment-16364318 ] 

ASF subversion and git services commented on ISIS-1779:
-------------------------------------------------------

Commit 72f34526c4880bca27376178b22c9aed4939ca54 in isis's branch refs/heads/ISIS-1779-jax-rs-2 from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=72f3452 ]

ISIS-1779 Transition to JAX-RS 2.0 Client API
removed dependency on deprecated resteasy client api

> Transition to JAX-RS 2.0 Client API
> -----------------------------------
>
>                 Key: ISIS-1779
>                 URL: https://issues.apache.org/jira/browse/ISIS-1779
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core: Viewer: RestfulObjects
>    Affects Versions: 1.15.1
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M2
>
>
> Dedicated Branch
> dev/2.0.0/ISIS-1779-jax-rs-2
> It seems JEE 8 servers (compliant with JAX-RS 2.1 API) conflict with deployment of resteasy-jaxrs.version 3.x (which is JAX-RS 2.0 API) 
> and JEE 7 servers (compliant with JAX-RS 2.0 API) conflict with deployment of resteasy-jaxrs.version 4.x (which is JAX-RS 2.1 API).
> So by now there is no easy way to package a war file with resteasy included, that will run on both JEE 7 and 8.
> I've successfully tested 
> <resteasy-jaxrs.version>4.0.0.Beta1</resteasy-jaxrs.version> on glassfish 5,
> <resteasy-jaxrs.version>3.0.17.Final</resteasy-jaxrs.version> on glassfish 4,
> <resteasy-jaxrs.version>3.1.4.Final</resteasy-jaxrs.version> on glassfish 4.
> Note: transitioning resteasy-jaxrs from 3.0.x to any higher version involves removal of deprecated classes in
> org.jboss.resteasy.client.*, which we are using it in core/viewer-resfulobjects-applib.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)