From noreply at github.com Mon Feb 1 08:30:48 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Feb 2016 05:30:48 -0800 Subject: [weld-commits] [weld/core] 34ae8e: WELD-2100 Correct documentation, section 11.2 was ... Message-ID: <56af5e0895c94_774d3fe1784d52bc956d6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 34ae8e0c5ec139d1120090d8ba00932d9be1001e https://github.com/weld/core/commit/34ae8e0c5ec139d1120090d8ba00932d9be1001e Author: Matej Novotny Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M docs/reference/src/main/asciidoc/events.asciidoc Log Message: ----------- WELD-2100 Correct documentation, section 11.2 was outdated. From noreply at github.com Mon Feb 1 08:31:28 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Feb 2016 05:31:28 -0800 Subject: [weld-commits] [weld/core] dc9534: WELD-2100 Correct documentation, section 11.2 was ... Message-ID: <56af5e30eb83_6b9c3fbeef34d29c8977f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: dc953406c0056b01404e67b2cf6e09d1a9ab92b4 https://github.com/weld/core/commit/dc953406c0056b01404e67b2cf6e09d1a9ab92b4 Author: Matej Novotny Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M docs/reference/src/main/asciidoc/events.asciidoc Log Message: ----------- WELD-2100 Correct documentation, section 11.2 was outdated. From noreply at github.com Mon Feb 1 08:33:11 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Feb 2016 05:33:11 -0800 Subject: [weld-commits] [weld/core] f0948c: Obtain injection point of custom bean test. Message-ID: <56af5e976712f_69513fbb2a39f2b81106c1@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: f0948c6fbbff826a0405fc16e49bb778c8627885 https://github.com/weld/core/commit/f0948c6fbbff826a0405fc16e49bb778c8627885 Author: Tomas Remes Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/Bar.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/BarBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/BarExtension.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/CustomInjectionPoint.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/ObtainCustomInjectionPointTest.java Log Message: ----------- Obtain injection point of custom bean test. Commit: 0ee49f5e63f413ed77f5a169261eae3b9dd1b4d8 https://github.com/weld/core/commit/0ee49f5e63f413ed77f5a169261eae3b9dd1b4d8 Author: Martin Kouba Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/Bar.java M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/BarBean.java M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/BarExtension.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/CustomBeanInjectionPointMetadataTest.java R tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/CustomInjectionPoint.java R tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/ObtainCustomInjectionPointTest.java Log Message: ----------- Rename and simplify ObtainCustomInjectionPointTest - rename to CustomBeanInjectionPointMetadataTest - test only BeanManager.getInjectableReference() solution - does not have to be integration test Compare: https://github.com/weld/core/compare/dc953406c005...0ee49f5e63f4 From noreply at github.com Mon Feb 1 09:42:49 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Feb 2016 06:42:49 -0800 Subject: [weld-commits] [weld/core] e61857: WELD-2032 update Jetty integration to use new clas... Message-ID: <56af6ee981091_6d733f7eb0d972b81601f1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e618571eab9983cdd22f6065ac2827887bd2d652 https://github.com/weld/core/commit/e618571eab9983cdd22f6065ac2827887bd2d652 Author: Tomas Remes Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M environments/servlet/core/pom.xml M environments/servlet/core/src/main/java/org/jboss/weld/environment/jetty/WeldDecorator.java M environments/servlet/pom.xml M environments/servlet/tests/jetty/pom.xml Log Message: ----------- WELD-2032 update Jetty integration to use new classes. Commit: 27d721ab4d083571f41c8e8e77ad4f9d5badbf9f https://github.com/weld/core/commit/27d721ab4d083571f41c8e8e77ad4f9d5badbf9f Author: Tomas Remes Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M docs/reference/src/main/asciidoc/environments.asciidoc M docs/reference/src/main/asciidoc/gettingstarted.asciidoc M environments/servlet/core/src/main/java/org/jboss/weld/environment/jetty/WeldDecorator.java M environments/servlet/tests/base/src/main/java/org/jboss/weld/environment/servlet/test/util/Deployments.java M environments/servlet/tests/jetty/README.md M environments/servlet/tests/jetty/pom.xml M environments/servlet/tests/tomcat/README.md M pom.xml Log Message: ----------- WELD-2032 updates to pass tests with latest Jetty container. Compare: https://github.com/weld/core/compare/0ee49f5e63f4...27d721ab4d08 From noreply at github.com Mon Feb 1 09:55:02 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Feb 2016 06:55:02 -0800 Subject: [weld-commits] [weld/core] 59c49d: [maven-release-plugin] prepare release 3.0.0.Alpha... Message-ID: <56af71c698767_fbf3f9267a792a0127577@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 59c49dd1623d4827b9507246127b7738d024193a https://github.com/weld/core/commit/59c49dd1623d4827b9507246127b7738d024193a Author: Martin Kouba Date: 2016-02-01 (Mon, 01 Feb 2016) 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.0.Alpha15 From noreply at github.com Mon Feb 1 09:55:09 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Feb 2016 06:55:09 -0800 Subject: [weld-commits] [weld/core] eaa7f7: [maven-release-plugin] prepare for next developmen... Message-ID: <56af71cd40b42_118f3feb93c672bc1060d8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: eaa7f7f5de976e73d2631cea446379feffc33c0f https://github.com/weld/core/commit/eaa7f7f5de976e73d2631cea446379feffc33c0f Author: Martin Kouba Date: 2016-02-01 (Mon, 01 Feb 2016) 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 Mon Feb 1 09:55:07 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Feb 2016 06:55:07 -0800 Subject: [weld-commits] [weld/core] Message-ID: <56af71cb23037_5d2f3f95681272c0652ae@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/3.0.0.Alpha15 Home: https://github.com/weld/core From noreply at github.com Wed Feb 3 08:04:09 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Feb 2016 05:04:09 -0800 Subject: [weld-commits] [weld/core] 3f6f74: WELD-2094 Allow to proxy classes with non-static n... Message-ID: <56b1fac93cef7_67f03fb69c52d2c01264f3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 3f6f740572b2f06d63520ffc30f04fe6bdc47b4a https://github.com/weld/core/commit/3f6f740572b2f06d63520ffc30f04fe6bdc47b4a Author: Martin Kouba Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/CommonProxiedMethodFilters.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java M impl/src/main/java/org/jboss/weld/injection/producer/InterceptionModelInitializer.java M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java M impl/src/main/java/org/jboss/weld/util/Proxies.java M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/Alpha.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/BeanProducer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/Juicy.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/ProxyIgnoreInvalidMethodsTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/Secure.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/SecureInterceptor.java Log Message: ----------- WELD-2094 Allow to proxy classes with non-static non-private final methods From noreply at github.com Wed Feb 3 08:04:44 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Feb 2016 05:04:44 -0800 Subject: [weld-commits] [weld/core] 6d45b8: WELD-2094 Allow to proxy classes with non-static n... Message-ID: <56b1faec3bd80_60743fdc10dc12bc205656@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 6d45b834d94141804d571d471f3adf004938a9c3 https://github.com/weld/core/commit/6d45b834d94141804d571d471f3adf004938a9c3 Author: Martin Kouba Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/CommonProxiedMethodFilters.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java M impl/src/main/java/org/jboss/weld/injection/producer/InterceptionModelInitializer.java M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java M impl/src/main/java/org/jboss/weld/util/Proxies.java M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/Alpha.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/BeanProducer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/Juicy.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/ProxyIgnoreInvalidMethodsTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/Secure.java A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/ignoreinvalidmethods/SecureInterceptor.java M tests-common/src/main/java/org/jboss/weld/test/util/ActionSequence.java Log Message: ----------- WELD-2094 Allow to proxy classes with non-static non-private final methods - also fix ActionSequence.assertDataEquals() From noreply at github.com Mon Feb 8 09:50:52 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Feb 2016 06:50:52 -0800 Subject: [weld-commits] [weld/core] adc9b7: Weld-2103, document configuration option for proxy... Message-ID: <56b8ab4c9fae6_748a3fa26244d2b820453@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: adc9b7e25cf21ed44b73e945c1b6d72bfa0ce8ff https://github.com/weld/core/commit/adc9b7e25cf21ed44b73e945c1b6d72bfa0ce8ff Author: Matej Novotny Date: 2016-02-08 (Mon, 08 Feb 2016) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc Log Message: ----------- Weld-2103, document configuration option for proxying Java types with final methods. From noreply at github.com Mon Feb 8 09:51:46 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Feb 2016 06:51:46 -0800 Subject: [weld-commits] [weld/core] da5631: Weld-2103, document configuration option for proxy... Message-ID: <56b8ab823b0f6_6bd93faa3eadd2c0180738@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: da5631968fce7679bce5ce14991968976ae97c3d https://github.com/weld/core/commit/da5631968fce7679bce5ce14991968976ae97c3d Author: Matej Novotny Date: 2016-02-08 (Mon, 08 Feb 2016) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc Log Message: ----------- Weld-2103, document configuration option for proxying Java types with final methods. From noreply at github.com Tue Feb 9 02:25:45 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Feb 2016 23:25:45 -0800 Subject: [weld-commits] [weld/core] cd4638: WELD-2102 Weld SE - support synthetic container li... Message-ID: <56b99479977b5_10f43fd6ba1e52a01692f6@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: cd4638d9333885dc79b2d0114db41884739c1719 https://github.com/weld/core/commit/cd4638d9333885dc79b2d0114db41884739c1719 Author: Martin Kouba Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: A environments/se/core/src/main/java/org/jboss/weld/environment/se/ContainerLifecycleObserver.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldSEBeanRegistrant.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/logging/WeldSELogger.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/builder/containerlifecycle/Bravo.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/builder/containerlifecycle/Charlie.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/builder/containerlifecycle/ContainerLifecyleObserverTest.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/builder/containerlifecycle/Foo.java M impl/src/main/java/org/jboss/weld/annotated/slim/SlimAnnotatedTypeContext.java M impl/src/main/java/org/jboss/weld/bootstrap/AnnotatedTypeLoader.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployer.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployerEnvironment.java M impl/src/main/java/org/jboss/weld/bootstrap/ExtensionBeanDeployer.java M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java M impl/src/main/java/org/jboss/weld/bootstrap/FastProcessAnnotatedTypeResolver.java A impl/src/main/java/org/jboss/weld/bootstrap/SyntheticExtension.java M impl/src/main/java/org/jboss/weld/bootstrap/UnsupportedObserverMethodException.java M impl/src/main/java/org/jboss/weld/bootstrap/events/AfterTypeDiscoveryImpl.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ContainerLifecycleEvents.java A impl/src/main/java/org/jboss/weld/event/ContainerLifecycleEventObserverMethod.java M impl/src/main/java/org/jboss/weld/event/ExtensionObserverMethodImpl.java M impl/src/main/java/org/jboss/weld/resolution/TypeSafeObserverResolver.java M impl/src/main/java/org/jboss/weld/util/Observers.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java Log Message: ----------- WELD-2102 Weld SE - support synthetic container lifecycle event observers From noreply at github.com Wed Feb 10 04:27:14 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Feb 2016 01:27:14 -0800 Subject: [weld-commits] [weld/core] e4555f: WELD-2104 Probe - introduce dashboard Message-ID: <56bb0272812a4_473d3fb2dad332a01215ad@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: e4555f65ff72326e8c1ca5ff0331738fdbaf19f1 https://github.com/weld/core/commit/e4555f65ff72326e8c1ca5ff0331738fdbaf19f1 Author: Martin Kouba Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html A probe/core/src/main/java/org/jboss/weld/probe/BootstrapStats.java M probe/core/src/main/java/org/jboss/weld/probe/DefaultJsonDataProvider.java M probe/core/src/main/java/org/jboss/weld/probe/JsonDataProvider.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java M probe/core/src/main/java/org/jboss/weld/probe/ProbeExtension.java M probe/core/src/main/java/org/jboss/weld/probe/Queries.java M probe/core/src/main/java/org/jboss/weld/probe/Resource.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java Log Message: ----------- WELD-2104 Probe - introduce dashboard Commit: 26c1945544bff18e6c55a4f9a8c6f45603b7483f https://github.com/weld/core/commit/26c1945544bff18e6c55a4f9a8c6f45603b7483f Author: Martin Kouba Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M jboss-tck-runner/pom.xml M pom.xml M tests-arquillian/pom.xml Log Message: ----------- Travis CI build workaround - increase surefire memory - see also https://issues.jboss.org/browse/RF-13996 Compare: https://github.com/weld/core/compare/adc9b7e25cf2...26c1945544bf From noreply at github.com Wed Feb 10 04:48:12 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Feb 2016 01:48:12 -0800 Subject: [weld-commits] [weld/core] Message-ID: <56bb075ca273e_74d73fb4af6612c01137c2@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.3.3.Final Home: https://github.com/weld/core From noreply at github.com Wed Feb 10 04:48:10 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Feb 2016 01:48:10 -0800 Subject: [weld-commits] [weld/core] 77b30b: [maven-release-plugin] prepare release 2.3.3.Final Message-ID: <56bb075a10f82_76293fd4f723d2bc2851b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 77b30b0d0f82c6044cb12c0b7de357385b7b229c https://github.com/weld/core/commit/77b30b0d0f82c6044cb12c0b7de357385b7b229c Author: Martin Kouba Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M bom/pom.xml M bundles/impl/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 jsf/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 2.3.3.Final From noreply at github.com Wed Feb 10 04:48:15 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Feb 2016 01:48:15 -0800 Subject: [weld-commits] [weld/core] 139019: [maven-release-plugin] prepare for next developmen... Message-ID: <56bb075f34cc7_11d83fd8f3e7b2b8738a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 139019e8ba8e9d20e489a7da2830e2f065995c5c https://github.com/weld/core/commit/139019e8ba8e9d20e489a7da2830e2f065995c5c Author: Martin Kouba Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M bom/pom.xml M bundles/impl/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 jsf/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 Wed Feb 10 04:52:01 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Feb 2016 01:52:01 -0800 Subject: [weld-commits] [weld/core] 6c7fcb: WELD-2104 Probe - introduce dashboard Message-ID: <56bb0841402c9_2e023fe02b94f2a01255aa@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 6c7fcbb7d828a8f3ed35cc1d52d5fcc1badb122e https://github.com/weld/core/commit/6c7fcbb7d828a8f3ed35cc1d52d5fcc1badb122e Author: Martin Kouba Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html A probe/core/src/main/java/org/jboss/weld/probe/BootstrapStats.java M probe/core/src/main/java/org/jboss/weld/probe/DefaultJsonDataProvider.java M probe/core/src/main/java/org/jboss/weld/probe/JsonDataProvider.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java M probe/core/src/main/java/org/jboss/weld/probe/ProbeExtension.java M probe/core/src/main/java/org/jboss/weld/probe/Queries.java M probe/core/src/main/java/org/jboss/weld/probe/Resource.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java Log Message: ----------- WELD-2104 Probe - introduce dashboard Commit: 564476ffa70317826d018f7bc9b7a4a89f2bf149 https://github.com/weld/core/commit/564476ffa70317826d018f7bc9b7a4a89f2bf149 Author: Martin Kouba Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M jboss-tck-runner/pom.xml M pom.xml M tests-arquillian/pom.xml Log Message: ----------- Travis CI build workaround - increase surefire memory - see also https://issues.jboss.org/browse/RF-13996 Compare: https://github.com/weld/core/compare/cd4638d93338...564476ffa703 From noreply at github.com Wed Feb 10 08:45:31 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Feb 2016 05:45:31 -0800 Subject: [weld-commits] [weld/core] 681a0f: ProbeLogger.requestDenied() minor fix Message-ID: <56bb3efbee80e_69513fbb2a39f2b82193e6@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 681a0f334a9a7e04db51e30fee492e990bae6599 https://github.com/weld/core/commit/681a0f334a9a7e04db51e30fee492e990bae6599 Author: Martin Kouba Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/ProbeFilter.java Log Message: ----------- ProbeLogger.requestDenied() minor fix From noreply at github.com Wed Feb 10 08:45:57 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Feb 2016 05:45:57 -0800 Subject: [weld-commits] [weld/core] e70d59: ProbeLogger.requestDenied() minor fix Message-ID: <56bb3f154636a_61563fc3d10ed2b82049dd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e70d5996a3b88e29a8626b1481578d6649d8b37f https://github.com/weld/core/commit/e70d5996a3b88e29a8626b1481578d6649d8b37f Author: Martin Kouba Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/ProbeFilter.java Log Message: ----------- ProbeLogger.requestDenied() minor fix From noreply at github.com Thu Feb 11 06:21:28 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Feb 2016 03:21:28 -0800 Subject: [weld-commits] [weld/core] 1edfd6: Fixed Probe test failures. Refactored to leverage ... Message-ID: <56bc6eb82fb6f_7c93ff0e52b729c865ad@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 1edfd6682be0d8cb1fbc14b740f8ad4cc6494e88 https://github.com/weld/core/commit/1edfd6682be0d8cb1fbc14b740f8ad4cc6494e88 Author: Matej Novotny Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: A probe/tests/src/ftest/java/org/jboss/weld/probe/ftest/PageFragment.java M probe/tests/src/ftest/java/org/jboss/weld/probe/ftest/ProbeFunctionalTest.java Log Message: ----------- Fixed Probe test failures. Refactored to leverage some of Graphene advantages such as @Page. Commit: 3a2f193b3502bc8643cc78c1ea69895ed8faa23d https://github.com/weld/core/commit/3a2f193b3502bc8643cc78c1ea69895ed8faa23d Author: Matej Novotny Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M pom.xml Log Message: ----------- Update Arq. Drone to 2.0.0.Beta1, this will allow us to execute tests on FF 44.0 (currently latest) Compare: https://github.com/weld/core/compare/681a0f334a9a...3a2f193b3502 From noreply at github.com Thu Feb 11 06:22:06 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Feb 2016 03:22:06 -0800 Subject: [weld-commits] [weld/core] 4ff23d: Fixed Probe test failures. Refactored to leverage ... Message-ID: <56bc6ede25c98_30563f9c032732b899774@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 4ff23d19ed43389cf47bae69222b610bc0c83edc https://github.com/weld/core/commit/4ff23d19ed43389cf47bae69222b610bc0c83edc Author: Matej Novotny Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: A probe/tests/src/ftest/java/org/jboss/weld/probe/ftest/PageFragment.java M probe/tests/src/ftest/java/org/jboss/weld/probe/ftest/ProbeFunctionalTest.java Log Message: ----------- Fixed Probe test failures. Refactored to leverage some of Graphene advantages such as @Page. Commit: 8111eec8f0be0f5dbedd2e6810c09923ddb5b729 https://github.com/weld/core/commit/8111eec8f0be0f5dbedd2e6810c09923ddb5b729 Author: Matej Novotny Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M pom.xml Log Message: ----------- Update Arq. Drone to 2.0.0.Beta1, this will allow us to execute tests on FF 44.0 (currently latest) Compare: https://github.com/weld/core/compare/e70d5996a3b8...8111eec8f0be From noreply at github.com Thu Feb 11 08:01:59 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Feb 2016 05:01:59 -0800 Subject: [weld-commits] [weld/api] bb9d74: WELD-2098 ForwardingBeanDeploymentArchive - delega... Message-ID: <56bc864741516_5d6c3fe8285cb2a02259d9@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: bb9d74f616eef2706dfbb0e8cebf186c0585938f https://github.com/weld/api/commit/bb9d74f616eef2706dfbb0e8cebf186c0585938f Author: Martin Kouba Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/helpers/ForwardingBeanDeploymentArchive.java Log Message: ----------- WELD-2098 ForwardingBeanDeploymentArchive - delegate getKnownClasses() From noreply at github.com Fri Feb 12 08:47:00 2016 From: noreply at github.com (GitHub) Date: Fri, 12 Feb 2016 05:47:00 -0800 Subject: [weld-commits] [weld/core] bd4f06: FacadeInjectionPoint - invalid raw type used for E... Message-ID: <56bde2548e91a_18593fae45dd32bc35729a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: bd4f065470e3152a83b5f6eed33eafffb7ddb7eb https://github.com/weld/core/commit/bd4f065470e3152a83b5f6eed33eafffb7ddb7eb Author: Martin Kouba Date: 2016-02-12 (Fri, 12 Feb 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/FacadeInjectionPoint.java M impl/src/main/java/org/jboss/weld/bean/builtin/InstanceImpl.java M impl/src/main/java/org/jboss/weld/event/EventImpl.java Log Message: ----------- FacadeInjectionPoint - invalid raw type used for EventImpl From noreply at github.com Fri Feb 12 08:47:49 2016 From: noreply at github.com (GitHub) Date: Fri, 12 Feb 2016 05:47:49 -0800 Subject: [weld-commits] [weld/core] 1abc72: FacadeInjectionPoint - invalid raw type used for E... Message-ID: <56bde2853c1cb_f3c3fe3ce19b29c512c4@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 1abc72cde98f158572666b3054776e23ae461a13 https://github.com/weld/core/commit/1abc72cde98f158572666b3054776e23ae461a13 Author: Martin Kouba Date: 2016-02-12 (Fri, 12 Feb 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/FacadeInjectionPoint.java M impl/src/main/java/org/jboss/weld/bean/builtin/InstanceImpl.java M impl/src/main/java/org/jboss/weld/event/EventImpl.java Log Message: ----------- FacadeInjectionPoint - invalid raw type used for EventImpl From noreply at github.com Tue Feb 23 08:31:59 2016 From: noreply at github.com (GitHub) Date: Tue, 23 Feb 2016 05:31:59 -0800 Subject: [weld-commits] [weld/core] 68ea3d: WELD-1930 Weld SE - basic nested archive support Message-ID: <56cc5f4ffd6c_3bc73ff6ecb3f2b8692cb@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 68ea3da19fe1d3bb569e3c19915cf006e148c2e7 https://github.com/weld/core/commit/68ea3da19fe1d3bb569e3c19915cf006e148c2e7 Author: Martin Kouba Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/DefaultBeanArchiveScanner.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/FileSystemBeanArchiveHandler.java M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java Log Message: ----------- WELD-1930 Weld SE - basic nested archive support From noreply at github.com Tue Feb 23 08:32:44 2016 From: noreply at github.com (GitHub) Date: Tue, 23 Feb 2016 05:32:44 -0800 Subject: [weld-commits] [weld/core] e9288d: WELD-1930 Weld SE - basic nested archive support Message-ID: <56cc5f7ce9b2b_2e5b3f8ca0fa12b8685b7@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: e9288d4ff2d263c289b1f05d6c5e6f7fde9f6540 https://github.com/weld/core/commit/e9288d4ff2d263c289b1f05d6c5e6f7fde9f6540 Author: Martin Kouba Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/DefaultBeanArchiveScanner.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/FileSystemBeanArchiveHandler.java M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java Log Message: ----------- WELD-1930 Weld SE - basic nested archive support From noreply at github.com Thu Feb 25 03:50:14 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Feb 2016 00:50:14 -0800 Subject: [weld-commits] [weld/core] 362f4a: Update README.md Message-ID: <56cec0464e767_34483fa16203f2bc123371@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 362f4ab5d29600d9febf42804b791d19ee319132 https://github.com/weld/core/commit/362f4ab5d29600d9febf42804b791d19ee319132 Author: Martin Kouba Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M README.md Log Message: ----------- Update README.md - add gitter and travis badges From noreply at github.com Thu Feb 25 03:50:59 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Feb 2016 00:50:59 -0800 Subject: [weld-commits] [weld/core] 5f0af6: Update README.md Message-ID: <56cec073ce9a4_72103fd7ee8ad29c1430ed@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 5f0af6451e6c851c6e7800728b86e8b4130268da https://github.com/weld/core/commit/5f0af6451e6c851c6e7800728b86e8b4130268da Author: Martin Kouba Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M README.md Log Message: ----------- Update README.md - add gitter and travis badges