From noreply at github.com Wed Jan 23 07:14:53 2019 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2019 04:14:53 -0800 Subject: [weld-commits] [weld/api] 9764be: WELD-2551: Update ClassFileInfo javadoc. Message-ID: <5c485abd890cf_60b52abd835785942699b@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 9764bec9713e939c4b6a6402d2c3e62939052b78 https://github.com/weld/api/commit/9764bec9713e939c4b6a6402d2c3e62939052b78 Author: Martin Kouba Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M weld-spi/src/main/java/org/jboss/weld/resources/spi/ClassFileInfo.java Log Message: ----------- WELD-2551: Update ClassFileInfo javadoc. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 23 07:16:19 2019 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2019 04:16:19 -0800 Subject: [weld-commits] [weld/api] 54d43e: WELD-2556 define new methods on ProxyServices whic... Message-ID: <5c485b13876ea_6d692b2235d0257811409c@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 54d43ed3030fa7f8db2d000a4b126d4ff7d27875 https://github.com/weld/api/commit/54d43ed3030fa7f8db2d000a4b126d4ff7d27875 Author: Matej Novotny Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M weld-spi/src/main/java/org/jboss/weld/serialization/spi/ProxyServices.java Log Message: ----------- WELD-2556 define new methods on ProxyServices which will delegate proxy class lookup and defining on the integrator. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 23 07:20:41 2019 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2019 04:20:41 -0800 Subject: [weld-commits] [weld/api] a4f872: Correct wording in UnsupportedException in WeldAlt... Message-ID: <5c485c195e99c_230b2afd288f0584127119@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: a4f872115a15c1c921c270af812231fad4993fb5 https://github.com/weld/api/commit/a4f872115a15c1c921c270af812231fad4993fb5 Author: Matej Novotny Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M weld/src/main/java/org/jboss/weld/context/WeldAlterableContext.java Log Message: ----------- Correct wording in UnsupportedException in WeldAlterableContext. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 23 07:23:34 2019 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2019 04:23:34 -0800 Subject: [weld-commits] [weld/api] 8b730a: WELD-2558 Clean up deprecated methods from Weld AP... Message-ID: <5c485cc668a29_5d962b03d784257848856@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 8b730af1056cec20327d87af0ff291af862de684 https://github.com/weld/api/commit/8b730af1056cec20327d87af0ff291af862de684 Author: Matej Novotny Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: R weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/BootstrapConfiguration.java R weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/helpers/FileBasedBootstrapConfiguration.java M weld-spi/src/main/java/org/jboss/weld/injection/spi/EjbInjectionServices.java M weld-spi/src/main/java/org/jboss/weld/injection/spi/JpaInjectionServices.java M weld-spi/src/main/java/org/jboss/weld/injection/spi/ResourceInjectionServices.java M weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingJpaInjectionServices.java M weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingResourceInjectionServices.java R weld-spi/src/main/java/org/jboss/weld/resources/spi/AnnotationDiscovery.java R weld-spi/src/main/java/org/jboss/weld/resources/spi/ExtendedAnnotationDiscovery.java R weld-spi/src/main/java/org/jboss/weld/resources/spi/ScheduledExecutorServiceFactory.java R weld-spi/src/main/java/org/jboss/weld/validation/spi/ValidationServices.java M weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/BootstrapTest.java M weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockEjbInjectionServices.java M weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockJpaServices.java M weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockResourceServices.java R weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockValidationServices.java Log Message: ----------- WELD-2558 Clean up deprecated methods from Weld API/SPI. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 23 08:55:46 2019 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2019 05:55:46 -0800 Subject: [weld-commits] [weld/api] 1b5994: [maven-release-plugin] prepare release 3.1.Beta2 Message-ID: <5c487262ac9f8_207352ad1340da57c12262d@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 1b59944d0d0a9c98d1f1b379d1522099e490e4a6 https://github.com/weld/api/commit/1b59944d0d0a9c98d1f1b379d1522099e490e4a6 Author: Matej Novotny Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M bom/pom.xml M pom.xml M weld-spi/pom.xml M weld/pom.xml Log Message: ----------- [maven-release-plugin] prepare release 3.1.Beta2 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 23 08:55:50 2019 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2019 05:55:50 -0800 Subject: [weld-commits] [weld/api] Message-ID: <5c487266e2df8_502d2ad7766c458051185@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/tags/3.1.Beta2 Home: https://github.com/weld/api **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 23 08:55:55 2019 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2019 05:55:55 -0800 Subject: [weld-commits] [weld/api] 395271: [maven-release-plugin] prepare for next developmen... Message-ID: <5c48726bbe590_11b12aed4bd5e57c58822@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 395271264aaf156d43bf0d951e55c20265af0991 https://github.com/weld/api/commit/395271264aaf156d43bf0d951e55c20265af0991 Author: Matej Novotny Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M bom/pom.xml M pom.xml M weld-spi/pom.xml M weld/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 23 10:25:38 2019 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2019 07:25:38 -0800 Subject: [weld-commits] [weld/core] e2a79e: WELD-2535 correct Weld.handleJar behaviour. Add au... Message-ID: <5c488772851e4_1a1a2ab6956c25843601b@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e2a79edc06f6da89aa73b7551ba2c42c48f840e1 https://github.com/weld/core/commit/e2a79edc06f6da89aa73b7551ba2c42c48f840e1 Author: Matej Novotny Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/jarHandling/SomeInterface.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/jarHandling/SyntheticArchiveWithPackageFromJarTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/jarHandling/foo/ImplOne.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/jarHandling/foobar/ImplTwo.java Log Message: ----------- WELD-2535 correct Weld.handleJar behaviour. Add automated test. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 23 10:25:45 2019 From: noreply at github.com (GitHub) Date: Wed, 23 Jan 2019 07:25:45 -0800 Subject: [weld-commits] [weld/core] 7a0ea5: WELD-2535 correct Weld.handleJar behaviour. Add au... Message-ID: <5c4887794f7e9_67a22aaee86945801130a6@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 7a0ea5c0752381dda476dffbbb6922b7c5017657 https://github.com/weld/core/commit/7a0ea5c0752381dda476dffbbb6922b7c5017657 Author: Matej Novotny Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/jarHandling/SomeInterface.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/jarHandling/SyntheticArchiveWithPackageFromJarTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/jarHandling/foo/ImplOne.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/jarHandling/foobar/ImplTwo.java Log Message: ----------- WELD-2535 correct Weld.handleJar behaviour. Add automated test. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Jan 25 04:08:29 2019 From: noreply at github.com (GitHub) Date: Fri, 25 Jan 2019 01:08:29 -0800 Subject: [weld-commits] [weld/core] 2e4743: WELD-2558 API changes removed BootstrapConfigurati... Message-ID: <5c4ad20dc7282_1bb5a2af9659a8588345b9@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 2e4743951aa6df85b00b6ebcaf500441bfb1fd09 https://github.com/weld/core/commit/2e4743951aa6df85b00b6ebcaf500441bfb1fd09 Author: Matej Novotny Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java R tests-arquillian/src/test/java/org/jboss/weld/tests/config/integrator/BootstrapAndExternalConfigurationConfigTest.java R tests-arquillian/src/test/java/org/jboss/weld/tests/config/integrator/BootstrapConfigurationConfigTest.java R tests-arquillian/src/test/java/org/jboss/weld/tests/config/integrator/MyBootstrapConfiguration.java Log Message: ----------- WELD-2558 API changes removed BootstrapConfiguration, modify Weld core accordingly. Commit: fe38598d0c72185e8a66f435c9b8893e43989cfd https://github.com/weld/core/commit/fe38598d0c72185e8a66f435c9b8893e43989cfd Author: Matej Novotny Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M pom.xml Log Message: ----------- Upgrade Weld API to 3.1.Beta2 Compare: https://github.com/weld/core/compare/e2a79edc06f6...fe38598d0c72 **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ We will provide an alternative path for the email notifications by January 31st, 2019. From noreply at github.com Fri Jan 25 04:19:26 2019 From: noreply at github.com (GitHub) Date: Fri, 25 Jan 2019 01:19:26 -0800 Subject: [weld-commits] [weld/core] 014154: WELD-2536: Fix InjectableRequestContextController#... Message-ID: <5c4ad49e8226c_1f942afb712025781545@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 01415410776e53941ab6b8268e9e305f920340fc https://github.com/weld/core/commit/01415410776e53941ab6b8268e9e305f920340fc Author: Martin Kouba Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/RequestContextControllerBean.java Log Message: ----------- WELD-2536: Fix InjectableRequestContextController#isActivator **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ We will provide an alternative path for the email notifications by January 31st, 2019. From noreply at github.com Fri Jan 25 04:21:39 2019 From: noreply at github.com (GitHub) Date: Fri, 25 Jan 2019 01:21:39 -0800 Subject: [weld-commits] [weld/core] 2c24c2: WELD-2546: Null intercepted bean logged at INFO le... Message-ID: <5c4ad523b0bdd_1f0d2af825f44578799d0@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 2c24c2b144a540e2513337ab5e09c88d0f0aa58f https://github.com/weld/core/commit/2c24c2b144a540e2513337ab5e09c88d0f0aa58f Author: Martin Kouba Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M impl/src/main/java/org/jboss/weld/logging/InterceptorLogger.java Log Message: ----------- WELD-2546: Null intercepted bean logged at INFO level **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ We will provide an alternative path for the email notifications by January 31st, 2019. From noreply at github.com Fri Jan 25 04:43:03 2019 From: noreply at github.com (GitHub) Date: Fri, 25 Jan 2019 01:43:03 -0800 Subject: [weld-commits] [weld/core] 125e3b: WELD-2551: Consider interface default methods when... Message-ID: <5c4ada277c4e2_1cb52ad819d6c5886336f@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 125e3b27565c16b08ba02173a7c33e569d3c61c8 https://github.com/weld/core/commit/125e3b27565c16b08ba02173a7c33e569d3c61c8 Author: Martin Kouba Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileInfo.java M environments/common/src/main/java/org/jboss/weld/environment/util/Reflections.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/withAnnotations/MyBean.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/withAnnotations/MyBeanMeta.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/withAnnotations/MyInterface.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/withAnnotations/MyInterfaceMeta.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/withAnnotations/UselessStereotype.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/withAnnotations/VerifyingExtension.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/withAnnotations/WithAnnotationsTest.java M impl/src/main/java/org/jboss/weld/bootstrap/events/RequiredAnnotationDiscovery.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/annotatedType/withAnnotations/MyBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/annotatedType/withAnnotations/MyBeanMeta.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/annotatedType/withAnnotations/MyInterface.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/annotatedType/withAnnotations/MyInterfaceMeta.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/annotatedType/withAnnotations/UselessStereotype.java M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/annotatedType/withAnnotations/VerifyingExtension.java M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/annotatedType/withAnnotations/WithAnnotationsTest.java Log Message: ----------- WELD-2551: Consider interface default methods when using WithAnnotations (#1892) * WELD-2551: Consider interface default methods when using WithAnnotations * WELD-2551: JandexClassFileInfo - handle meta-annotations correctly. * WELD-2551: Add tests for meta-annotations. **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ We will provide an alternative path for the email notifications by January 31st, 2019. From noreply at github.com Fri Jan 25 06:19:35 2019 From: noreply at github.com (GitHub) Date: Fri, 25 Jan 2019 03:19:35 -0800 Subject: [weld-commits] [weld/core] 58aed4: WELD-2556 Weld core changes reflecting API changes... Message-ID: <5c4af0c7d9d90_1b632ae73b3ca59437116@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 58aed4993be38ee9331312139e6b20ba1df1352c https://github.com/weld/core/commit/58aed4993be38ee9331312139e6b20ba1df1352c Author: Matej Novotny Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java M impl/src/main/java/org/jboss/weld/util/bytecode/ClassFileUtils.java A impl/src/test/java/org/jboss/weld/tests/unit/util/cache/BarInterface.java A impl/src/test/java/org/jboss/weld/tests/unit/util/cache/Baz.java A impl/src/test/java/org/jboss/weld/tests/unit/util/cache/FooInterface.java M impl/src/test/java/org/jboss/weld/tests/unit/util/cache/ReentrantComputingCacheTest.java M tests/src/test/java/org/jboss/weld/tests/unit/threadlocal/ThreadLocalTestCase.java Log Message: ----------- WELD-2556 Weld core changes reflecting API changes. Only use Unsafe to crack open CL if we need it, add fallback to setAccessible on JDK 12. Fix ReentrantComputingCacheTest and ThreadLocalTestCase on JDK 12. Add AtomicBoolean to CFUtils to make sure we invoke it only once. Update method names. **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ We will provide an alternative path for the email notifications by January 31st, 2019. From noreply at github.com Thu Jan 31 04:14:50 2019 From: noreply at github.com (Martin Kouba) Date: Thu, 31 Jan 2019 01:14:50 -0800 Subject: [weld-commits] [weld/core] a7d7f6: WELD-2517: Weld SE - fix SecurityManager-related i... Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: a7d7f6919c7eddf3ce382528b31588cf2ab95b94 https://github.com/weld/core/commit/a7d7f6919c7eddf3ce382528b31588cf2ab95b94 Author: Martin Kouba Date: 2019-01-31 (Thu, 31 Jan 2019) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/SecurityActions.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/WeldContainer.java M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java M impl/src/main/java/org/jboss/weld/executor/AbstractExecutorServices.java M impl/src/main/java/org/jboss/weld/executor/ExecutorServicesFactory.java A impl/src/main/java/org/jboss/weld/executor/SecurityActions.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java Log Message: ----------- WELD-2517: Weld SE - fix SecurityManager-related issues. From noreply at github.com Thu Jan 31 10:33:33 2019 From: noreply at github.com (Matej Novotny) Date: Thu, 31 Jan 2019 15:33:33 +0000 (UTC) Subject: [weld-commits] [weld/core] db0b1e: Upgrade SpotBugs versions, Suppress false positive... Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: db0b1eba1e0515db1e0f1a58503dec30e097e8c6 https://github.com/weld/core/commit/db0b1eba1e0515db1e0f1a58503dec30e097e8c6 Author: Matej Novotny Date: 2019-01-31 (Thu, 31 Jan 2019) Changed paths: M impl/src/main/java/org/jboss/weld/util/reflection/Formats.java M impl/src/main/java/org/jboss/weld/xml/BeansXmlStreamParser.java M impl/src/main/java/org/jboss/weld/xml/BeansXmlValidator.java M pom.xml Log Message: ----------- Upgrade SpotBugs versions, Suppress false positives on JDK 11