From mkouba at redhat.com Thu Feb 4 02:34:58 2016 From: mkouba at redhat.com (Martin Kouba) Date: Thu, 4 Feb 2016 08:34:58 +0100 Subject: [weld-dev] Weld 3.0.0.Alpha15 released Message-ID: <56B2FF22.4030106@redhat.com> http://weld.cdi-spec.org/news/2016/02/04/weld-300Alpha15/ -- Martin Kouba Software Engineer Red Hat, Czech Republic From mkouba at redhat.com Fri Feb 12 02:22:34 2016 From: mkouba at redhat.com (Martin Kouba) Date: Fri, 12 Feb 2016 08:22:34 +0100 Subject: [weld-dev] Fwd: [cdi-dev] test weld 3.0.0-SNAPSHOT with wildfly 9.0 In-Reply-To: <1455202016675-5712457.post@n5.nabble.com> References: <1455202016675-5712457.post@n5.nabble.com> Message-ID: <56BD883A.10505@redhat.com> Forwarding from cdi-dev... -------- P?eposlan? zpr?va -------- P?edm?t: [cdi-dev] test weld 3.0.0-SNAPSHOT with wildfly 9.0 Datum: Thu, 11 Feb 2016 07:46:56 -0700 (MST) Od: baochen su Komu: cdi-dev at lists.jboss.org hi all, I want to test weld-core 3.0.0-SNAPSHOT with wildfly-9.0.2.Final, but because no probe directory exists in modules/system/layers/base/org/jboss/weld, so mvn package -Pupdate-jboss-as ... failed. I have modify jboss-as/pom.xml and add those lines just before : this works fine, but one problem remain: file "module.xml" for probe not provided by wildfly, so how can I find or create suitable module.xml for probe? Or, any patch needed for the missing module.xml file to pom.xml? Thanks in advance! -- View this message in context: http://cdi-development-mailing-list.1064426.n5.nabble.com/test-weld-3-0-0-SNAPSHOT-with-wildfly-9-0-tp5712457.html Sent from the CDI Development mailing list mailing list archive at Nabble.com. _______________________________________________ cdi-dev mailing list cdi-dev at lists.jboss.org https://lists.jboss.org/mailman/listinfo/cdi-dev Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (http://www.apache.org/licenses/LICENSE-2.0.html). For all other ideas provided on this list, the provider waives all patent and other intellectual property rights inherent in such information. From mkouba at redhat.com Fri Feb 12 02:57:52 2016 From: mkouba at redhat.com (Martin Kouba) Date: Fri, 12 Feb 2016 08:57:52 +0100 Subject: [weld-dev] Weld 2.3.3.Final released Message-ID: <56BD9080.1030002@redhat.com> http://weld.cdi-spec.org/news/2016/02/12/weld-233Final/ -- Martin Kouba Software Engineer Red Hat, Czech Republic From mkouba at redhat.com Fri Feb 12 03:12:34 2016 From: mkouba at redhat.com (Martin Kouba) Date: Fri, 12 Feb 2016 09:12:34 +0100 Subject: [weld-dev] Fwd: [cdi-dev] test weld 3.0.0-SNAPSHOT with wildfly 9.0 In-Reply-To: <56BD883A.10505@redhat.com> References: <1455202016675-5712457.post@n5.nabble.com> <56BD883A.10505@redhat.com> Message-ID: <56BD93F2.1010306@redhat.com> Hi, we don't provide a Weld 3 patch for WildFly 9. Also you cannot just use core/jboss-as/pom.xml to update a "vanilla" instance because Weld 3 requires some extra modifications in Weld/WildFly integration (included normally in the patch). If you want to test the lates Weld 3 SNAPSHOT go for WildFly 10.0.0.Final and apply the provided patch. See also http://weld.cdi-spec.org/news/2016/02/04/weld-300Alpha15/ Martin Dne 12.2.2016 v 08:22 Martin Kouba napsal(a): > Forwarding from cdi-dev... > > -------- P?eposlan? zpr?va -------- > P?edm?t: [cdi-dev] test weld 3.0.0-SNAPSHOT with wildfly 9.0 > Datum: Thu, 11 Feb 2016 07:46:56 -0700 (MST) > Od: baochen su > Komu: cdi-dev at lists.jboss.org > > hi all, > > I want to test weld-core 3.0.0-SNAPSHOT with wildfly-9.0.2.Final, but > because no probe directory exists in > modules/system/layers/base/org/jboss/weld, so mvn package -Pupdate-jboss-as > ... failed. > > I have modify jboss-as/pom.xml and add those lines just before : > > dir="${module.dir}/core/main"/> > dir="${module.dir}/spi/main"/> > dir="${module.dir}/api/main"/> > dir="${module.dir}/probe/main"/> > > this works fine, but one problem remain: file "module.xml" for probe not > provided by wildfly, so how can I find or create suitable module.xml for > probe? Or, any patch needed for the missing module.xml file to pom.xml? > > Thanks in advance! > > > > -- > View this message in context: > http://cdi-development-mailing-list.1064426.n5.nabble.com/test-weld-3-0-0-SNAPSHOT-with-wildfly-9-0-tp5712457.html > Sent from the CDI Development mailing list mailing list archive at > Nabble.com. > _______________________________________________ > cdi-dev mailing list > cdi-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/cdi-dev > > Note that for all code provided on this list, the provider licenses the > code under the Apache License, Version 2 > (http://www.apache.org/licenses/LICENSE-2.0.html). For all other ideas > provided on this list, the provider waives all patent and other > intellectual property rights inherent in such information. > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev > -- Martin Kouba Software Engineer Red Hat, Czech Republic From subaochen at 126.com Fri Feb 12 03:31:12 2016 From: subaochen at 126.com (subaochen) Date: Fri, 12 Feb 2016 16:31:12 +0800 (CST) Subject: [weld-dev] Fwd: [cdi-dev] test weld 3.0.0-SNAPSHOT with wildfly 9.0 In-Reply-To: <56BD93F2.1010306@redhat.com> References: <1455202016675-5712457.post@n5.nabble.com> <56BD883A.10505@redhat.com> <56BD93F2.1010306@redhat.com> Message-ID: <73432343.82a.152d49afb28.Coremail.subaochen@126.com> Thanks Martin! I've got it, happy to learn weld:-) -- Best regards, ??? ----------------------------------------------------------- ??????http://dz.sdut.edu.cn/wiki ?????http://dz.sdut.edu.cn/blog/subaochen ?????http://weibo.com/subaochen ?????baochensu At 2016-02-12 16:12:34, "Martin Kouba" wrote: >Hi, > >we don't provide a Weld 3 patch for WildFly 9. Also you cannot just use >core/jboss-as/pom.xml to update a "vanilla" instance because Weld 3 >requires some extra modifications in Weld/WildFly integration (included >normally in the patch). > >If you want to test the lates Weld 3 SNAPSHOT go for WildFly >10.0.0.Final and apply the provided patch. See also >http://weld.cdi-spec.org/news/2016/02/04/weld-300Alpha15/ > >Martin > >Dne 12.2.2016 v 08:22 Martin Kouba napsal(a): >> Forwarding from cdi-dev... >> >> -------- P?eposlan? zpr?va -------- >> P?edm?t: [cdi-dev] test weld 3.0.0-SNAPSHOT with wildfly 9.0 >> Datum: Thu, 11 Feb 2016 07:46:56 -0700 (MST) >> Od: baochen su >> Komu: cdi-dev at lists.jboss.org >> >> hi all, >> >> I want to test weld-core 3.0.0-SNAPSHOT with wildfly-9.0.2.Final, but >> because no probe directory exists in >> modules/system/layers/base/org/jboss/weld, so mvn package -Pupdate-jboss-as >> ... failed. >> >> I have modify jboss-as/pom.xml and add those lines just before : >> >> > dir="${module.dir}/core/main"/> >> > dir="${module.dir}/spi/main"/> >> > dir="${module.dir}/api/main"/> >> > dir="${module.dir}/probe/main"/> >> >> this works fine, but one problem remain: file "module.xml" for probe not >> provided by wildfly, so how can I find or create suitable module.xml for >> probe? Or, any patch needed for the missing module.xml file to pom.xml? >> >> Thanks in advance! >> >> >> >> -- >> View this message in context: >> http://cdi-development-mailing-list.1064426.n5.nabble.com/test-weld-3-0-0-SNAPSHOT-with-wildfly-9-0-tp5712457.html >> Sent from the CDI Development mailing list mailing list archive at >> Nabble.com. >> _______________________________________________ >> cdi-dev mailing list >> cdi-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/cdi-dev >> >> Note that for all code provided on this list, the provider licenses the >> code under the Apache License, Version 2 >> (http://www.apache.org/licenses/LICENSE-2.0.html). For all other ideas >> provided on this list, the provider waives all patent and other >> intellectual property rights inherent in such information. >> >> >> _______________________________________________ >> weld-dev mailing list >> weld-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/weld-dev >> > >-- >Martin Kouba >Software Engineer >Red Hat, Czech Republic -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20160212/981e5ee7/attachment.html