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

Implement streaming for source file parsing #576

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Conversation

knutwannheden
Copy link
Contributor

While the recipe running will still load all parsed source files into memory (by collecting the stream into a List), the parser API can be clients which require streaming support.

@timtebeek timtebeek added the enhancement New feature or request label Jun 6, 2023
While the recipe running will still load all parsed source files into memory (by collecting the stream into a List), the parser API can be clients which require streaming support.

The logic to load the Checkstyle styles has been pulled up into a separate method in `ConfigurableRewriteMojo`.
@knutwannheden knutwannheden merged commit 445166c into main Jun 6, 2023
@knutwannheden knutwannheden deleted the streaming-parser branch June 6, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants