# OSGi Boot Delegation Configuration # # Packages listed here will be boot delegated, meaning they will be resolved # from the application classloader instead of requiring explicit OSGi imports. # This is useful for SPI mechanisms and other cases where you don't want to # export packages but need them accessible to bundles. # # Format: One package pattern per line # Supports wildcards with .* # Comments start with # # Mail SPI providers for Jakarta Mail org.eclipse.angus.mail.* # Other common SPI packages that might need boot delegation # Add additional packages here as needed