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

Add Java into platform #410

Merged
merged 5 commits into from
Aug 3, 2023
Merged

Add Java into platform #410

merged 5 commits into from
Aug 3, 2023

Conversation

AlenGeoAlex
Copy link
Contributor

Somethings to note :

  1. platform/java/src/main/java/io/github/fgribreau/MailChecker.tmpl.java contains static final String VALIDATION_REGEX = "{{& unanchoredRegexpString }}"; The regex to match the email shall be replaced here

  2. The list.txt should go into platform/java/src/main/resource/

  3. The test cases are provided in platform/java/src/test/MailCheckerTest.java and uses JUnit 5 for running unit tests

  4. The library is written in Maven and the build file for the same is present in platform/java/pom.xml

Please let me know of any changes or any queries you have

@FGRibreau FGRibreau merged commit fd3a844 into FGRibreau:master Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants