[ 
https://issues.apache.org/jira/browse/TEXT-221?focusedWorklogId=830608&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-830608
 ]

ASF GitHub Bot logged work on TEXT-221:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Dec/22 10:34
            Start Date: 02/Dec/22 10:34
    Worklog Time Spent: 10m 
      Work Description: aherbert commented on PR #384:
URL: https://github.com/apache/commons-text/pull/384#issuecomment-1335051780

   Thanks for the fix




Issue Time Tracking
-------------------

    Worklog Id:     (was: 830608)
    Time Spent: 0.5h  (was: 20m)

> Incompatible OSGI Bundle-SymbolicName since parent version 47
> -------------------------------------------------------------
>
>                 Key: TEXT-221
>                 URL: https://issues.apache.org/jira/browse/TEXT-221
>             Project: Commons Text
>          Issue Type: Bug
>    Affects Versions: 1.5, 1.6, 1.7, 1.8, 1.9, 1.10.0
>            Reporter: Remco Riswick
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Since the change in parent version 47 of the property 
> commons.osgi.symbolicName. The Bundle-SymbolicName of commons-text has 
> changed and is now incompatible with previous versions.
> Parent version 46 and before: 
> {code:java}
> <commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName>{code}
> Bundle-SymbolicName becomes
> {code:java}
> org.apache.commons.text {code}
> From parent version 47 and onwards
> {code:java}
> <commons.osgi.symbolicName>org.apache.commons.${commons.packageId}</commons.osgi.symbolicName>{code}
> Bundle-SymbolicName becomes
> {code:java}
> org.apache.commons.commons-text {code}
> This bug was already reported in the commons parent project as 
> COMMONSSITE-125. 
> And a similar bug was fixed for the commons-lang project LANG-1419.
> The fix there was to add the commons.packageId to the pom.xml
> {code:java}
> <commons.packageId>text</commons.packageId>{code}
> This will fix the problem and restore the original Bundle-SymbolicName



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to