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

Replaced deprecated rome-fetcher with java 11 HttpClient #92

Merged
merged 1 commit into from
Jul 4, 2021

Conversation

mbien
Copy link
Member

@mbien mbien commented Jun 16, 2021

rome-fetcher can be relatively easy replaced with Java 11 HttpClient while still using the non-deprecated parts of Apache ROME, the only piece missing is the on-disk feed cache.

Interestingly, it appears that the cache was only used as workaround to timestamp feeds which did not have update dates in them. So removing the cache might alter the logic slightly for feed entries without update date since they are always seen as not modified now.

It would be great if someone with Roller Planet experience could check if the aggregator is still working as expected. Tests are green.

@snoopdave
Copy link
Contributor

Very nice! don't see any problems here.

Copy link
Contributor

@snoopdave snoopdave left a comment

Choose a reason for hiding this comment

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

LGTM

@mbien mbien merged commit 043da93 into apache:master Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants