[weld/core] 655ed1: Bump arquillian.version from 1.7.0.Alpha12 to 1.7....
by dependabot[bot]
Branch: refs/heads/dependabot/maven/master/arquillian.version-1.7.0.Final
Home: https://github.com/weld/core
Commit: 655ed1f00bf13bc9684c5fb808d9abcfab3a8f48
https://github.com/weld/core/commit/655ed1f00bf13bc9684c5fb808d9abcfab3a8f48
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M pom.xml
Log Message:
-----------
Bump arquillian.version from 1.7.0.Alpha12 to 1.7.0.Final
Bumps `arquillian.version` from 1.7.0.Alpha12 to 1.7.0.Final.
Updates `arquillian-bom` from 1.7.0.Alpha12 to 1.7.0.Final
- [Release notes](https://github.com/arquillian/arquillian-core/releases)
- [Commits](https://github.com/arquillian/arquillian-core/compare/1.7.0.Alph...
Updates `arquillian-container-spi` from 1.7.0.Alpha12 to 1.7.0.Final
Updates `arquillian-junit-container` from 1.7.0.Alpha12 to 1.7.0.Final
Updates `arquillian-test-impl-base` from 1.7.0.Alpha12 to 1.7.0.Final
Updates `arquillian-container-test-impl-base` from 1.7.0.Alpha12 to 1.7.0.Final
Updates `arquillian-container-test-spi` from 1.7.0.Alpha12 to 1.7.0.Final
Updates `arquillian-protocol-servlet-jakarta` from 1.7.0.Alpha12 to 1.7.0.Final
---
updated-dependencies:
- dependency-name: org.jboss.arquillian:arquillian-bom
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jboss.arquillian.container:arquillian-container-spi
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.jboss.arquillian.junit:arquillian-junit-container
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jboss.arquillian.test:arquillian-test-impl-base
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jboss.arquillian.container:arquillian-container-test-impl-base
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jboss.arquillian.container:arquillian-container-test-spi
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
1 year, 6 months
[weld/core] 61b996: WELD-2743 Fix how Weld creates child CreationalCon...
by Matej Novotny
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 61b9966225a70d5f7b0f60144a2a0e6ab55cbd3a
https://github.com/weld/core/commit/61b9966225a70d5f7b0f60144a2a0e6ab55cbd3a
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/metadata/BuiltinMetadataBeanTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/dependent/AccountTransaction.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/dependent/DependentContextTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/dependent/Transactional.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/dependent/TransactionalInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/dependent/TransactionalInterceptorDependency.java
Log Message:
-----------
WELD-2743 Fix how Weld creates child CreationalContext for invocations of BM#getReference. Add a test explaining this scenario
Commit: 1751dd6122efe8948a788bb0e6430c21f1dbad7f
https://github.com/weld/core/commit/1751dd6122efe8948a788bb0e6430c21f1dbad7f
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M pom.xml
Log Message:
-----------
Update CDI TCK to 4.0.10
Commit: a7e888b1ca0e2d39bac6d1dfe35cb65c15a9efb4
https://github.com/weld/core/commit/a7e888b1ca0e2d39bac6d1dfe35cb65c15a9efb4
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1178/MyExceptionHandlerFactory.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1178/Weld1178Test.java
R tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1178/error.jsf
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1178/error.xhtml
R tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1178/exceptionInRenderResponse.jsf
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1178/exceptionInRenderResponse.xhtml
M tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1178/faces-config.xml
M tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1178/web.xml
Log Message:
-----------
Rewrite Weld1178Test to use xhtml instead of .jsf
Commit: c63c0213bdfca7d53287f295cde88d2ed98c8e14
https://github.com/weld/core/commit/c63c0213bdfca7d53287f295cde88d2ed98c8e14
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/ClientConversationContextTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/ExceptionWritingFilter.java
M tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/web.xml
Log Message:
-----------
Rewrite test for non-existent conversation to directly verify presence of expected exception.
Compare: https://github.com/weld/core/compare/08da309c7274...c63c0213bdfc
1 year, 6 months