Merged
Conversation
Member
oschwald
commented
Nov 19, 2025
- Add CLAUDE.md with development guidelines
- Add .claude to .gitignore
- Add new email domain fields to minFraud response
- Remove never-released 3.9.0
This file provides guidance for working with the minFraud Java API codebase, including build commands, architecture overview, Java coding conventions, and common development workflows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit adds support for new email domain outputs from minFraud Insights and Factors services: - Added classification field (business, education, government, isp_email) - Added risk field (score from 0.01 to 99) - Added volume field (sightings per million) - Added visit object with status, last_visited_on, and has_redirect fields New classes: - EmailDomainVisit record with Status enum Updated classes: - EmailDomain record with Classification enum and new fields - Mapper configured for forward-compatible enum deserialization Enums use a simple pattern with toString() override and Jackson config to handle unknown values gracefully (returns null instead of throwing). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
horgh
approved these changes
Nov 19, 2025
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.