From: Weinan Li <we...@re...> - 2016-03-22 06:50:22
|
Hi Andrei, You are right that jboss-modules are not generated out-of-box. The 'jboss-modules’ module is included by Wildfly. For independent usage, it need to be generated from source archive by entering 'jboss-modules’ directory and run: power:jboss-modules weinanli$ mvn -q package Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 power:jboss-modules weinanli$ And it will generate the module zip for you: power:jboss-modules weinanli$ ls target/ antrun resteasy-jboss-modules-3.0.17.Final-SNAPSHOT.zip mavenized resteasy-jboss-modules-wf8-3.0.17.Final-SNAPSHOT.zip modules -- Weinan Li / JBoss > On Mar 21, 2016, at 9:07 PM, Andrei Ivanov <and...@gm...> wrote: > > Hi, > But that doesn't contain the resteasy-jboss-modules-3.0.16.Final.zip :-( > > On Mon, Mar 21, 2016 at 12:06 PM, Weinan Li <we...@re...> wrote: >> It can be downloaded from RESTEasy Github: >> >> https://github.com/resteasy/Resteasy/releases >> >> maven repo: >> >> http://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-jaxrs/3.0.16.Final >> >> -- >> Weinan Li / JBoss >> >> >> >>> On Mar 21, 2016, at 5:43 PM, Andrei Ivanov <and...@gm...> wrote: >>> >>> Hi, >>> I'm sorry to bother you again, but is there anybody else who can do this? >>> I'm still trying to obtain the resteasy-jaxrs-3.0.16.Final-all.zip and >>> resteasy-jaxrs-3.0.16.Final-src.zip archives. >>> >>> >>> Thank you. >>> >>> On Fri, Mar 11, 2016 at 3:34 PM, Weinan Li <we...@re...> wrote: >>>> I guess Ron will update it when he has time :-) >>>> >>>> - Weinan Li >>>> >>>>> On Mar 11, 2016, at 5:47 PM, Andrei Ivanov <and...@gm...> wrote: >>>>> >>>>> Hi, >>>>> Trying to start a new project with Resteasy so I've looked at >>>>> http://resteasy.jboss.org/ >>>>> >>>>> The news section indicates the last release is 3.0.12 >>>>> The downloads page has 3.0.13 as the latest. >>>>> >>>>> After checking the Maven repo I notice that 3.0.16 is really the latest. >>>>> >>>>> Reading the latest available docs online, >>>>> https://docs.jboss.org/resteasy/docs/3.0.13.Final/userguide/html_single/#upgrading-as7, >>>>> I see I need to obtain resteasy-jboss-modules-3.0.13.Final.zip >>>>> >>>>> Can you please update the site? :-) >>>>> I would like to use the latest release. >>>>> >>>>> Thank you and have a nice day. >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Transform Data into Opportunity. >>>>> Accelerate data analysis in your applications with >>>>> Intel Data Analytics Acceleration Library. >>>>> Click to learn more. >>>>> http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 >>>>> _______________________________________________ >>>>> Resteasy-developers mailing list >>>>> Res...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/resteasy-developers >>>> >> |