Skip to content

fix(migrate_annotations): implement method name escape rules for OSGi…#124

Merged
kwin merged 1 commit into
masterfrom
bugfix/fix-metatype-id-escape-rules
May 13, 2026
Merged

fix(migrate_annotations): implement method name escape rules for OSGi…#124
kwin merged 1 commit into
masterfrom
bugfix/fix-metatype-id-escape-rules

Conversation

@kwin
Copy link
Copy Markdown
Member

@kwin kwin commented May 11, 2026

… properties and add corresponding unit tests

… properties and add corresponding unit tests
@kwin kwin requested a review from cziegeler May 11, 2026 09:20
elif ch == '_':
escaped.append('__')
elif ch == '-':
escaped.append('$_$')
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only supported since Metatype 1.4/R7 (

if version_text.startswith('6.') or version_text.startswith('7.'):
), but the pom is always migrated to the latest version anyhow.

@kwin kwin merged commit 91684f4 into master May 13, 2026
1 check failed
@kwin kwin deleted the bugfix/fix-metatype-id-escape-rules branch May 13, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants