Branch: refs/heads/5.1
Home: https://github.com/weld/core
Commit: b5ce5efd64cff2ecc7371b442fe379622f26bc44
https://github.com/weld/core/commit/b5ce5efd64cff2ecc7371b442fe379622f26bc44
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Update Weld Parent to latest
Commit: 4cdba8728708ceac8024c8285f663bb6b4614150
https://github.com/weld/core/commit/4cdba8728708ceac8024c8285f663bb6b4614150
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/accessibility/bce/BceInLibTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/accessibility/bce/lib/MyBeanCreator.java
Log Message:
-----------
Correction to test formatting
Commit: b5612220538f2a3331e93f14cb727977337e8bb5
https://github.com/weld/core/commit/b5612220538f2a3331e93f14cb727977337e8bb5
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M .gitignore
A dist/BUILD.md
A dist/README.md
A dist/build.gradle
Log Message:
-----------
Add dist folder with gradle build script
Commit: 0b00a51c825a0a67a54defaa123e83b2a4ead8fb
https://github.com/weld/core/commit/0b00a51c825a0a67a54defaa123e83b2a4ead8fb
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
A .github/project.yml
A .github/workflows/release.yml
Log Message:
-----------
Add yml files needed for release job
Commit: 3f68c001b6d1202f4dc003b78ee12668a586cd92
https://github.com/weld/core/commit/3f68c001b6d1202f4dc003b78ee12668a586cd92
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M environments/se/build/pom.xml
M environments/servlet/build/pom.xml
Log Message:
-----------
Release setup changes - change shaded javadoc builds to not include jakarta deps in the javadoc jar
Commit: c593d82515b8fe4843aa0c37343569789acae4d4
https://github.com/weld/core/commit/c593d82515b8fe4843aa0c37343569789acae4d4
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Override formatter/impsort versions from parent to gain JDK 11 compatible versions
Compare: https://github.com/weld/core/compare/b4f1fa2f5d48...c593d82515b8
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
Branch: refs/heads/5.1
Home: https://github.com/weld/core
Commit: b4f1fa2f5d4874900eb499c690e3236e47a4af61
https://github.com/weld/core/commit/b4f1fa2f5d4874900eb499c690e3236e47a4af61
Author: Andrew Rouse <anrouse(a)uk.ibm.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M bundles/osgi/pom.xml
Log Message:
-----------
WELD-2796 Bundle imports for built-in bean proxies
When a client proxy is created for a built-in bean, it may be loaded
using the classloader of the weld osgi bundle because it provides the
built-in bean.
This means that the bundle should import all the packages necessary to
load the proxy class, which may include packages that the code in the
bundle doesn't directly reference.
The following package imports are added:
- jakarta.servlet.descriptor (for ServletContext)
- javax.security.auth (for Principal)
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 31f3cf6224499f8ffdda58aa48de8ca5285a8536
https://github.com/weld/core/commit/31f3cf6224499f8ffdda58aa48de8ca5285a8536
Author: Andrew Rouse <anrouse(a)uk.ibm.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M bundles/osgi/pom.xml
Log Message:
-----------
WELD-2796 Bundle imports for built-in bean proxies
When a client proxy is created for a built-in bean, it may be loaded
using the classloader of the weld osgi bundle because it provides the
built-in bean.
This means that the bundle should import all the packages necessary to
load the proxy class, which may include packages that the code in the
bundle doesn't directly reference.
The following package imports are added:
- jakarta.servlet.descriptor (for ServletContext)
- javax.security.auth (for Principal)
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: a790d50d87ce86da65fa7b451a909489a2da4385
https://github.com/weld/core/commit/a790d50d87ce86da65fa7b451a909489a2da4385
Author: Dmitry Kryukov <dk2k(a)ya.ru>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/BeanManagerResourceBindingListener.java
Log Message:
-----------
My attempt to fix e.getClass().equals(BeanManager.class), where String is compared with Class. However, two parts combined with && looks ridiculous. There is no class, which is subtype of both NameClassPair and BeanManager. Please consider this PR as bug report
To unsubscribe from these emails, change your notification settings at https://github.com/weld/core/settings/notifications