From noreply at github.com Wed Feb 7 03:34:25 2018 From: noreply at github.com (GitHub) Date: Wed, 07 Feb 2018 00:34:25 -0800 Subject: [weld-commits] [weld/core] e3a053: WELD-2458 OSGi bundle should have optional depende... Message-ID: <5a7aba1199f7_27d22ad82e15fc1c4382@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e3a053d3e2a6121f1726ae2bf0c2eb5598cff80c https://github.com/weld/core/commit/e3a053d3e2a6121f1726ae2bf0c2eb5598cff80c Author: Matej Novotny Date: 2018-02-07 (Wed, 07 Feb 2018) Changed paths: M bundles/osgi/pom.xml Log Message: ----------- WELD-2458 OSGi bundle should have optional dependency on javax.ejb. From noreply at github.com Wed Feb 7 03:34:38 2018 From: noreply at github.com (GitHub) Date: Wed, 07 Feb 2018 00:34:38 -0800 Subject: [weld-commits] [weld/core] db8b6d: WELD-2458 OSGi bundle should have optional depende... Message-ID: <5a7aba1e3e9fe_79be2ab2f2affbfc758a2@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: db8b6deb5f6de944c61020388307e109e49771e7 https://github.com/weld/core/commit/db8b6deb5f6de944c61020388307e109e49771e7 Author: Matej Novotny Date: 2018-02-07 (Wed, 07 Feb 2018) Changed paths: M bundles/osgi/pom.xml Log Message: ----------- WELD-2458 OSGi bundle should have optional dependency on javax.ejb. From noreply at github.com Wed Feb 7 08:13:40 2018 From: noreply at github.com (GitHub) Date: Wed, 07 Feb 2018 05:13:40 -0800 Subject: [weld-commits] [weld/core] beb85d: WELD-2462 Migrate from FindBugs to SpotBugs. Message-ID: <5a7afb84339e3_39082ab8b7b29c0c43289@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: beb85d2904e6137d538e576c07a0a801c34ac1da https://github.com/weld/core/commit/beb85d2904e6137d538e576c07a0a801c34ac1da Author: Matej Novotny Date: 2018-02-07 (Wed, 07 Feb 2018) Changed paths: M impl/pom.xml M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java M impl/src/main/java/org/jboss/weld/util/reflection/Formats.java M modules/ejb/pom.xml M modules/jsf/pom.xml M modules/jta/pom.xml M modules/web/pom.xml M pom.xml M probe/core/pom.xml M probe/core/src/main/java/org/jboss/weld/probe/InvocationMonitor.java Log Message: ----------- WELD-2462 Migrate from FindBugs to SpotBugs. From noreply at github.com Wed Feb 7 08:13:50 2018 From: noreply at github.com (GitHub) Date: Wed, 07 Feb 2018 05:13:50 -0800 Subject: [weld-commits] [weld/core] 684073: WELD-2462 Migrate from FindBugs to SpotBugs. Message-ID: <5a7afb8e521f0_c1c2b1cc9b35c0c19218@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 684073538b1e0926bc7734400afbb1ff865bf06b https://github.com/weld/core/commit/684073538b1e0926bc7734400afbb1ff865bf06b Author: Matej Novotny Date: 2018-02-07 (Wed, 07 Feb 2018) Changed paths: M impl/pom.xml M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java M impl/src/main/java/org/jboss/weld/util/reflection/Formats.java M pom.xml M probe/core/pom.xml M probe/core/src/main/java/org/jboss/weld/probe/InvocationMonitor.java Log Message: ----------- WELD-2462 Migrate from FindBugs to SpotBugs. From noreply at github.com Wed Feb 7 08:14:26 2018 From: noreply at github.com (GitHub) Date: Wed, 07 Feb 2018 05:14:26 -0800 Subject: [weld-commits] [weld/core] 803e12: WELD-2452 Make Weld work with CDI 1.2 API. Message-ID: <5a7afbb284422_48d32ad85ccf7c18989e8@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 803e12e45c8c7dcd13f02763019fb688d2414a2e https://github.com/weld/core/commit/803e12e45c8c7dcd13f02763019fb688d2414a2e Author: Stuart Douglas Date: 2018-02-07 (Wed, 07 Feb 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/events/ContainerLifecycleEvents.java M impl/src/main/java/org/jboss/weld/bootstrap/events/configurator/ObserverMethodConfiguratorImpl.java M impl/src/main/java/org/jboss/weld/event/FastEvent.java M impl/src/main/java/org/jboss/weld/event/ResolvedObservers.java M impl/src/main/java/org/jboss/weld/resolution/TypeSafeObserverResolver.java M impl/src/main/java/org/jboss/weld/util/Observers.java Log Message: ----------- WELD-2452 Make Weld work with CDI 1.2 API. Commit: 1ad3c7385e725229e3a8a917d448673b5b5e02a2 https://github.com/weld/core/commit/1ad3c7385e725229e3a8a917d448673b5b5e02a2 Author: Matej Novotny Date: 2018-02-07 (Wed, 07 Feb 2018) Changed paths: M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/AbstractEnhancedAnnotated.java M impl/src/main/java/org/jboss/weld/bean/AbstractBean.java M impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java M impl/src/main/java/org/jboss/weld/bean/attributes/BeanAttributesFactory.java M impl/src/main/java/org/jboss/weld/bootstrap/ContextHolder.java M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldRuntime.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ContainerLifecycleEvents.java M impl/src/main/java/org/jboss/weld/bootstrap/events/configurator/ObserverMethodConfiguratorImpl.java M impl/src/main/java/org/jboss/weld/contexts/AbstractConversationContext.java M impl/src/main/java/org/jboss/weld/event/EventMetadataImpl.java M impl/src/main/java/org/jboss/weld/event/FastEvent.java M impl/src/main/java/org/jboss/weld/event/ResolvedObservers.java A impl/src/main/java/org/jboss/weld/literal/AnyLiteral.java A impl/src/main/java/org/jboss/weld/literal/BeforeDestroyedLiteral.java A impl/src/main/java/org/jboss/weld/literal/DefaultLiteral.java A impl/src/main/java/org/jboss/weld/literal/DestroyedLiteral.java A impl/src/main/java/org/jboss/weld/literal/InitializedLiteral.java A impl/src/main/java/org/jboss/weld/literal/NewLiteral.java M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java M impl/src/main/java/org/jboss/weld/resolution/ResolvableBuilder.java M impl/src/main/java/org/jboss/weld/resolution/TypeSafeObserverResolver.java M impl/src/main/java/org/jboss/weld/util/Bindings.java M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java M impl/src/main/java/org/jboss/weld/util/Observers.java M jboss-tck-runner/pom.xml M jboss-tck-runner/src/test/wildfly8/arquillian.xml M modules/ejb/src/main/java/org/jboss/weld/module/ejb/AbstractEJBRequestScopeActivationInterceptor.java M modules/ejb/src/main/java/org/jboss/weld/module/ejb/WeldEjbValidator.java M modules/web/src/main/java/org/jboss/weld/module/web/servlet/ConversationContextActivator.java M modules/web/src/main/java/org/jboss/weld/module/web/servlet/HttpContextLifecycle.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/tests/src/ftest/resources/arquillian-ftest.xml M probe/tests/src/test/resources/arquillian.xml M tests-arquillian/src/test/resources/wildfly-arquillian.xml Log Message: ----------- WELD-2452 Temporarily add back Weld's literal impl. Fix Observers.notify() method. Implement EE 8 switching for TCK tests, all other tests run with EE 8 switch=true." Compare: https://github.com/weld/core/compare/beb85d2904e6...1ad3c7385e72 From noreply at github.com Wed Feb 7 08:49:18 2018 From: noreply at github.com (GitHub) Date: Wed, 07 Feb 2018 05:49:18 -0800 Subject: [weld-commits] [weld/core] 925875: WELD-2459: Ignore module-info during discovery. Message-ID: <5a7b03de47416_7c802ae784acbc14909a4@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 925875479957ab70f37fe850f368a4c5e1bbca14 https://github.com/weld/core/commit/925875479957ab70f37fe850f368a4c5e1bbca14 Author: Martin Kouba Date: 2018-02-07 (Wed, 07 Feb 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/AnnotatedTypeLoader.java Log Message: ----------- WELD-2459: Ignore module-info during discovery. From noreply at github.com Wed Feb 7 08:49:28 2018 From: noreply at github.com (GitHub) Date: Wed, 07 Feb 2018 05:49:28 -0800 Subject: [weld-commits] [weld/core] 7f6547: WELD-2459: Ignore module-info during discovery. Message-ID: <5a7b03e8bc78d_49072b0d10a0bc14413b6@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 7f6547722006ff8e4206eb21909a442bd82ff779 https://github.com/weld/core/commit/7f6547722006ff8e4206eb21909a442bd82ff779 Author: Martin Kouba Date: 2018-02-07 (Wed, 07 Feb 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/AnnotatedTypeLoader.java Log Message: ----------- WELD-2459: Ignore module-info during discovery. From noreply at github.com Thu Feb 8 03:46:17 2018 From: noreply at github.com (GitHub) Date: Thu, 08 Feb 2018 00:46:17 -0800 Subject: [weld-commits] [weld/core] 455a86: WELD-2456: Minor adjustment of test conditions Message-ID: <5a7c0e5919f57_28d62adf3aaf9bfc230f4@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 455a8692c010531c96ab6738b5bcee6c7c0ced4b https://github.com/weld/core/commit/455a8692c010531c96ab6738b5bcee6c7c0ced4b Author: Martin Kouba Date: 2018-02-08 (Thu, 08 Feb 2018) Changed paths: M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java Log Message: ----------- WELD-2456: Minor adjustment of test conditions From noreply at github.com Thu Feb 8 04:00:36 2018 From: noreply at github.com (GitHub) Date: Thu, 08 Feb 2018 01:00:36 -0800 Subject: [weld-commits] [weld/core] 125d0c: [maven-release-plugin] prepare release 3.0.3.Final Message-ID: <5a7c11b438f79_5aa2aee47e5fc0895293@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 125d0cd5ff4d7a9d8316dac0db5ac3d98e039275 https://github.com/weld/core/commit/125d0cd5ff4d7a9d8316dac0db5ac3d98e039275 Author: Matej Novotny Date: 2018-02-08 (Thu, 08 Feb 2018) Changed paths: M bom/pom.xml M bundles/osgi/pom.xml M docs/reference/pom.xml M environments/common/pom.xml M environments/se/build/pom.xml M environments/se/core/pom.xml M environments/se/pom.xml M environments/se/tests/pom.xml M environments/servlet/build/pom.xml M environments/servlet/core/pom.xml M environments/servlet/pom.xml M environments/servlet/tests/base/pom.xml M environments/servlet/tests/jetty/pom.xml M environments/servlet/tests/tomcat/pom.xml M examples/jsf/login/pom.xml M examples/jsf/numberguess/pom.xml M examples/jsf/pastecode/pom.xml M examples/jsf/permalink/pom.xml M examples/jsf/translator/ear/pom.xml M examples/jsf/translator/ejb/pom.xml M examples/jsf/translator/ftest/pom.xml M examples/jsf/translator/pom.xml M examples/jsf/translator/war/pom.xml M examples/osgi/paint-api/pom.xml M examples/osgi/paint-core/pom.xml M examples/osgi/paint-square/pom.xml M examples/osgi/paint-triangle/pom.xml M examples/osgi/pom.xml M examples/pom.xml M examples/se/groovy-numberguess/pom.xml M examples/se/hello-world/pom.xml M examples/se/numberguess/pom.xml M examples/webstart/pom.xml M impl/pom.xml M inject-tck-runner/pom.xml M jboss-as/pom.xml M jboss-tck-runner/pom.xml M modules/ejb/pom.xml M modules/jsf/pom.xml M modules/jta/pom.xml M modules/web/pom.xml M pom.xml M porting-package/pom.xml M probe/core/pom.xml M probe/pom.xml M probe/tests/pom.xml M tests-arquillian/pom.xml M tests-common/pom.xml M tests/pom.xml Log Message: ----------- [maven-release-plugin] prepare release 3.0.3.Final From noreply at github.com Thu Feb 8 04:00:39 2018 From: noreply at github.com (GitHub) Date: Thu, 08 Feb 2018 01:00:39 -0800 Subject: [weld-commits] [weld/core] Message-ID: <5a7c11b777dfb_7af52b11c1117c1011254e@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/tags/3.0.3.Final Home: https://github.com/weld/core From noreply at github.com Thu Feb 8 04:00:43 2018 From: noreply at github.com (GitHub) Date: Thu, 08 Feb 2018 01:00:43 -0800 Subject: [weld-commits] [weld/core] 34bf14: [maven-release-plugin] prepare for next developmen... Message-ID: <5a7c11bb2fad6_47922af844091c00104651@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 34bf1461e0d53f001d79afee59b087e835789368 https://github.com/weld/core/commit/34bf1461e0d53f001d79afee59b087e835789368 Author: Matej Novotny Date: 2018-02-08 (Thu, 08 Feb 2018) Changed paths: M bom/pom.xml M bundles/osgi/pom.xml M docs/reference/pom.xml M environments/common/pom.xml M environments/se/build/pom.xml M environments/se/core/pom.xml M environments/se/pom.xml M environments/se/tests/pom.xml M environments/servlet/build/pom.xml M environments/servlet/core/pom.xml M environments/servlet/pom.xml M environments/servlet/tests/base/pom.xml M environments/servlet/tests/jetty/pom.xml M environments/servlet/tests/tomcat/pom.xml M examples/jsf/login/pom.xml M examples/jsf/numberguess/pom.xml M examples/jsf/pastecode/pom.xml M examples/jsf/permalink/pom.xml M examples/jsf/translator/ear/pom.xml M examples/jsf/translator/ejb/pom.xml M examples/jsf/translator/ftest/pom.xml M examples/jsf/translator/pom.xml M examples/jsf/translator/war/pom.xml M examples/osgi/paint-api/pom.xml M examples/osgi/paint-core/pom.xml M examples/osgi/paint-square/pom.xml M examples/osgi/paint-triangle/pom.xml M examples/osgi/pom.xml M examples/pom.xml M examples/se/groovy-numberguess/pom.xml M examples/se/hello-world/pom.xml M examples/se/numberguess/pom.xml M examples/webstart/pom.xml M impl/pom.xml M inject-tck-runner/pom.xml M jboss-as/pom.xml M jboss-tck-runner/pom.xml M modules/ejb/pom.xml M modules/jsf/pom.xml M modules/jta/pom.xml M modules/web/pom.xml M pom.xml M porting-package/pom.xml M probe/core/pom.xml M probe/pom.xml M probe/tests/pom.xml M tests-arquillian/pom.xml M tests-common/pom.xml M tests/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Fri Feb 16 07:26:05 2018 From: noreply at github.com (GitHub) Date: Fri, 16 Feb 2018 04:26:05 -0800 Subject: [weld-commits] [weld/core] 1379ff: WELD-2464: Prevent NPE in ProtectionDomainCache Message-ID: <5a86cddd9a42e_79992ab127505c001644a1@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 1379ff8ba5c012d88133dd7396f7f660f9626a47 https://github.com/weld/core/commit/1379ff8ba5c012d88133dd7396f7f660f9626a47 Author: Andrew Rouse Date: 2018-02-16 (Fri, 16 Feb 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProtectionDomainCache.java Log Message: ----------- WELD-2464: Prevent NPE in ProtectionDomainCache Prevent NullPointerException in ProtectionDomainCache if ProtectionDomain.getPermissions() returns null. From noreply at github.com Fri Feb 16 07:26:23 2018 From: noreply at github.com (GitHub) Date: Fri, 16 Feb 2018 04:26:23 -0800 Subject: [weld-commits] [weld/core] 2bbe90: WELD-2464: Prevent NPE in ProtectionDomainCache Message-ID: <5a86cdef9f5d1_48932acf03d37c0883170@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 2bbe90c73eea72066b4d02aeda4358dc32fb8756 https://github.com/weld/core/commit/2bbe90c73eea72066b4d02aeda4358dc32fb8756 Author: Andrew Rouse Date: 2018-02-16 (Fri, 16 Feb 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProtectionDomainCache.java Log Message: ----------- WELD-2464: Prevent NPE in ProtectionDomainCache Prevent NullPointerException in ProtectionDomainCache if ProtectionDomain.getPermissions() returns null. From noreply at github.com Fri Feb 23 06:39:30 2018 From: noreply at github.com (GitHub) Date: Fri, 23 Feb 2018 03:39:30 -0800 Subject: [weld-commits] [weld/api] cd4c99: WELD-2465 Switch to JBoss version of commons annot... Message-ID: <5a8ffd72a89c0_43b42adfc5bf7c1c146258@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: cd4c99ed416eea72a5386f13450754fffb7dc310 https://github.com/weld/api/commit/cd4c99ed416eea72a5386f13450754fffb7dc310 Author: Matej Novotny Date: 2018-02-23 (Fri, 23 Feb 2018) Changed paths: M pom.xml Log Message: ----------- WELD-2465 Switch to JBoss version of commons annotation. From noreply at github.com Tue Feb 27 08:30:56 2018 From: noreply at github.com (GitHub) Date: Tue, 27 Feb 2018 05:30:56 -0800 Subject: [weld-commits] [weld/core] ae70cb: Close code snippet to fix next chapters Message-ID: <5a955d90528b_73302b1a6e849c08793c8@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: ae70cb572b44e89f9bb6aa296baa3c2120fbae90 https://github.com/weld/core/commit/ae70cb572b44e89f9bb6aa296baa3c2120fbae90 Author: Kirill Gaevskii Date: 2018-02-27 (Tue, 27 Feb 2018) Changed paths: M docs/reference/src/main/asciidoc/interceptors.asciidoc Log Message: ----------- Close code snippet to fix next chapters See here: http://docs.jboss.org/weld/reference/latest-master/en-US/html/ After chapter `9. Interceptors` following chapter `10. public void afterPersonalBlogUpdate(@Observes @Updated @Personal @Blog Document document) { ? }`, but should be `10. Decorators`. It is caused by unclosed source tag in Interceptors chapter. From noreply at github.com Tue Feb 27 08:31:18 2018 From: noreply at github.com (GitHub) Date: Tue, 27 Feb 2018 05:31:18 -0800 Subject: [weld-commits] [weld/core] 405a79: Close code snippet to fix next chapters Message-ID: <5a955da6c011c_5dc72afc90591c004822@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 405a79bb56284ee7645fa8c9cfd4910c191d94cd https://github.com/weld/core/commit/405a79bb56284ee7645fa8c9cfd4910c191d94cd Author: Kirill Gaevskii Date: 2018-02-27 (Tue, 27 Feb 2018) Changed paths: M docs/reference/src/main/asciidoc/interceptors.asciidoc Log Message: ----------- Close code snippet to fix next chapters See here: http://docs.jboss.org/weld/reference/latest-master/en-US/html/ After chapter `9. Interceptors` following chapter `10. public void afterPersonalBlogUpdate(@Observes @Updated @Personal @Blog Document document) { ? }`, but should be `10. Decorators`. It is caused by unclosed source tag in Interceptors chapter.