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