Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我创建一个片段包并在 maven-bundle-plugin instractions 下添加一个新的标头条目。该新条目会在运行时与主机包头列表合并吗?
捆绑包与其片段捆绑包共享其类加载器。就这些。
Bundle.getHeaders() 始终显示为该特定包定义的标头。片段包的标头不会合并到主机包的标头。