Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove author annotations from java sources #1223

Merged

Conversation

bbortt
Copy link
Collaborator

@bbortt bbortt commented Oct 3, 2024

bulk change to remove all authors. applied regex: .*@author.*\n, restricted to `.java files only.

then looked out for now-empty comments:

/**
*/

and removed with another bulk change.

@bbortt bbortt added Type: Maintenance Prio: Low State: Review If pull-request has been opened an is ready/in review labels Oct 3, 2024
@bbortt bbortt requested a review from christophd October 3, 2024 09:57
@bbortt bbortt self-assigned this Oct 3, 2024
Copy link
Member

@christophd christophd left a comment

Choose a reason for hiding this comment

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

LGTM Sorry I have caused merge conflicts

@bbortt bbortt force-pushed the fix/remove-author-annotations branch from 760bfca to f26619d Compare October 9, 2024 08:04
@bbortt bbortt merged commit 680b264 into citrusframework:main Oct 9, 2024
1 check passed
@bbortt bbortt deleted the fix/remove-author-annotations branch October 9, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Prio: Low State: Review If pull-request has been opened an is ready/in review Type: Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants