Draft
Conversation
Implement property filtering for feed items using the Modifier extension pattern. Feeds can now be filtered by document properties without requiring code changes to the core feed generation logic. Key Changes: - PropertyFilterModifier: Reference implementation for property filtering * Evaluates document properties during feed entry generation * Excludes entries that don't match specified filter criteria * Tracks excluded entries and removes them from feed output * Supports multiple filters with AND logic - PublishedNewsModifier: Pre-built concrete example modifier - Spring Configuration: Example bean definitions with usage patterns - Documentation: Usage guide, testing instructions, and implementation details Testing: Verified with demo news documents, filtering works correctly Resolves: FORGE-325
…er implementation Enhance the property filter modifier with improved handling and updated logic. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Use StringToDescriptionConverter for plain String introduction instead of HippoHtmlToDescriptionTransformer which expects HippoHtml objects. This fixes empty description tags in RSS feed output. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Update bloomreach maven repository URL to HTTPS - Update Apache license URL to HTTPS - Update Oracle javadoc link to HTTPS This resolves Maven 3.8.1+ blocking of insecure HTTP repositories. Fixes FORGE-440: Fix https for maven-default-http-blocker and update skin to 3.2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.