Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
9460259
Updated build.properties to remove '-snapshot-3'
tfredrich Jun 18, 2012
1aaf30f
Release 0.4--validateAndThrow().
tfredrich Oct 10, 2012
5620a1a
Added 'install' target.
tfredrich Oct 16, 2012
e7c0c8b
Introduced message(), optional parameter to @RegexValidation annotati…
tfredrich Nov 13, 2012
6fdf731
Updated README
tfredrich Nov 13, 2012
5d8393f
Introduced the @FieldValidation annotation to support utilizing your …
tfredrich Nov 14, 2012
9ccc661
Enhanced StringValidator to support validation on each element in a S…
tfredrich Nov 21, 2012
26a7345
Updated IntegerValidator and RegexValidator to throw UnsupportedOpera…
tfredrich Nov 21, 2012
6566fdf
Fixed poor/incorrect wording in Validations.minLength() error message.
tfredrich Nov 28, 2012
cf04f7b
Changed build to utilize 1.6 source and target for the 'compile' task.
tfredrich Nov 28, 2012
8324cd5
[maven-release-plugin] prepare release v0.4.3-20130108-1917
tfredrich Jan 9, 2013
2f1dad4
[maven-release-plugin] prepare for next development iteration
tfredrich Jan 9, 2013
10ce281
Added target/ directory to .gitignore file.
tfredrich Jan 9, 2013
b09bb89
Added maven-compile-plugin to set javac source and target to 1.6
tfredrich Jan 9, 2013
7dbcd21
Removed all Ant-related cruft in favor of Maven-related cruft.
tfredrich Jan 11, 2013
ac7ce2a
Updated README and shuffled/ordered the pom file.
tfredrich Jan 11, 2013
50885ef
Updated README
tfredrich Jan 11, 2013
fb07f32
Updated README
tfredrich Jan 11, 2013
56b6e66
Updated README
tfredrich Jan 11, 2013
d04cb65
Updated README
tfredrich Jan 11, 2013
2c762b3
Updated README file for consumption in Maven pom file.
tfredrich Jan 16, 2013
45ece38
Updated README for maven artifact usage.
tfredrich Jan 16, 2013
25284a0
[maven-release-plugin] prepare release Syntaxe-0.4.4
tfredrich Jan 16, 2013
67c3f48
[maven-release-plugin] prepare for next development iteration
tfredrich Jan 16, 2013
07a6e45
Update README.md
tfredrich Jan 29, 2013
e0660fa
Publicly exposed getAllDeclaredFields(Class<?>, FieldClosure) as well…
tfredrich Feb 22, 2013
379554f
Renamed getAllDeclaredFields(Class, FieldClosure) to computeDeclaredF…
tfredrich Feb 23, 2013
be13e3d
Updated JUnit version (to 4.11)
tfredrich Mar 4, 2013
3df5e61
Updated README for latest release.
tfredrich Mar 8, 2013
2ec7b31
[maven-release-plugin] prepare release Syntaxe-0.4.5
tfredrich Mar 8, 2013
4edcb31
[maven-release-plugin] prepare for next development iteration
tfredrich Mar 8, 2013
f9e8dd5
Updated deprecated imports.
tfredrich Apr 4, 2013
9f63e87
Added array index to error message in string array validation error.
tfredrich Apr 4, 2013
267086f
Introduced @Required annotation to enforce non-null values in non-pri…
tfredrich Apr 4, 2013
9d87334
[maven-release-plugin] prepare release Syntaxe-0.4.6
tfredrich Jul 17, 2013
e1c9a63
[maven-release-plugin] prepare for next development iteration
tfredrich Jul 17, 2013
1a0cd2d
Updated README for 0.4.6 release.
tfredrich Jul 17, 2013
a423490
Changed to call Validatable.validate() on Validatable objects, otherw…
tfredrich Sep 16, 2013
1d8e543
Made Validator generic.
tfredrich Sep 16, 2013
92d4d54
Update README.md
tfredrich Oct 22, 2013
aa05ed3
Added annotations to leverage the OWASP cross-site scripting encoding…
tfredrich Mar 5, 2014
708edd7
Enhanced so @EncodingProvider annotation can be applied directly to a…
tfredrich Mar 5, 2014
441ad11
Updated README
tfredrich Mar 5, 2014
3fda22a
Updated README
tfredrich Mar 5, 2014
a37f321
Merge branch 'master' of github.com:RestExpress/Syntaxe
tfredrich Mar 5, 2014
f92fc33
Merge branch 'master' of github.com:RestExpress/Syntaxe
tfredrich Mar 5, 2014
aff71a5
Merge branch 'master' of github.com:RestExpress/Syntaxe
tfredrich Mar 5, 2014
9f31ee9
Introduced LongValidation annotation per issue #2
tfredrich Mar 17, 2014
ca2a89b
Updated README per issue #2 (@LongValidation)
tfredrich Mar 17, 2014
1630583
Introduced LongValidation annotation per issue #2
tfredrich Mar 17, 2014
3ae48df
Initial fix to stack overflow error on circular validation (intermedi…
tfredrich Mar 17, 2014
b7c4c11
Issue #3 - Validatable Interface does not validate. Circular validat…
tfredrich Mar 19, 2014
f4c1b87
[maven-release-plugin] prepare release Syntaxe-0.4.7
tfredrich Apr 3, 2014
f0226b1
[maven-release-plugin] prepare for next development iteration
tfredrich Apr 3, 2014
3075328
Updated README for latest release.
tfredrich Apr 3, 2014
3134737
Enabled @IntegerValidation & @LongValidation on non-primitive Integer…
tfredrich Oct 13, 2014
631b2bc
RegexValidator changed to support validation involving Collection and…
rajesh570 Oct 20, 2014
c7b416b
RegexValidator.java suppress warning added.
rajesh570 Oct 20, 2014
7cdcf7c
Updated README
tfredrich Oct 25, 2014
cd00cc1
Merge branch 'rajesh570-master'
tfredrich Oct 25, 2014
53e68c3
[maven-release-plugin] prepare release Syntaxe-0.4.8
tfredrich Oct 25, 2014
79ff9fa
[maven-release-plugin] prepare for next development iteration
tfredrich Oct 25, 2014
d2ae070
Moved validateCollection() and validateArray() to AnnotatedFieldValid…
tfredrich Oct 25, 2014
b8fda28
Updated README
tfredrich Oct 25, 2014
ad03575
@Override annotation on existing validators
Nov 7, 2014
57405d3
Ignore IntelliJ projects
Nov 7, 2014
f21b5e0
Implement code and unit tests for object graph validation.
Nov 11, 2014
e61d365
Convert spaces to tabs for consistency
Nov 12, 2014
bbe00ff
Create a new @ChildValidation annotation to simplify graph validation…
Nov 20, 2014
2f56a5a
Doclint parameter isn't supported in Java 7.
Nov 24, 2014
be01f5b
Merge pull request #6 from jreicheneker/master
tfredrich Dec 2, 2014
c59d083
Updated README for next release
tfredrich Dec 2, 2014
0ef8164
[maven-release-plugin] prepare release Syntaxe-0.4.9
tfredrich Dec 2, 2014
24bb273
[maven-release-plugin] prepare for next development iteration
tfredrich Dec 2, 2014
8929afe
* Upgraded Java output to 1.7 source and target.
tfredrich Jul 28, 2015
129ee7e
Javadoc changes for 1.7 upgrade.
tfredrich Jul 28, 2015
d1936c3
[maven-release-plugin] prepare release Syntaxe-0.4.10
tfredrich Jul 28, 2015
107b51d
[maven-release-plugin] prepare for next development iteration
tfredrich Jul 28, 2015
7797255
Added a float validator.
noordawod Oct 24, 2015
fb83425
Merge pull request #7 from noordawod/FloatValidator
tfredrich Nov 9, 2015
ab4c467
Added DoubleValidator implementation.
noordawod Nov 17, 2015
3fcac8f
Merge pull request #8 from noordawod/NumberValidation
tfredrich Dec 1, 2015
c3f74d4
Fixed test issue.
tfredrich Dec 1, 2015
4f4da41
Updated README for latest pull requests.
tfredrich Dec 1, 2015
a6f0e58
Updated OWasp Encoder to 1.2
tfredrich Feb 10, 2016
27dd4ea
[maven-release-plugin] prepare release Syntaxe-1.0
tfredrich Feb 10, 2016
841fb4c
[maven-release-plugin] prepare for next development iteration
tfredrich Feb 10, 2016
34eb8dc
Updated README for latest release.
tfredrich Feb 10, 2016
d43301a
Updated POM plugins and JUnit.
tfredrich Apr 8, 2019
2750eb8
Enhanced to prefix parent property names in field names on errors.
tfredrich Aug 16, 2019
e9e2c68
Enabled static names in validator annotations to override prefixing.
tfredrich Aug 16, 2019
af3b02e
Whitespace, organize imports.
Dec 19, 2019
8a01c21
Added annotation CollectionValidation to support collection size
Dec 19, 2019
07a42ea
Enhanced all validators to support Map sub-types.
tfredrich Dec 20, 2019
f4cffb2
Added regex pattern matching to StringValidation.
Jun 15, 2020
27e085d
Fixed javadoc issue.
tfredrich Jun 16, 2020
d662a95
Updated pom to enable deploy to Maven repo.
tfredrich Jun 26, 2020
882072f
Added DateValidation annotation
tfredrich Jul 1, 2020
8caf1ad
Added ValidationEngine.validate(object, errors, prefix) method.
tfredrich Jul 2, 2021
65b48f9
Added ReadOnly and WriteOnly annotations as No-Ops
tfredrich Nov 17, 2022
2e1ae8a
Updated GPG plugin to 3.0.1
tfredrich Feb 13, 2023
c45bf14
Moved String regex validation to Validations.regex() method.
tfredrich Feb 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .classpath

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
build/
dist/
out/
target/
.project
.classpath
.settings
*.iml
17 changes: 0 additions & 17 deletions .project

This file was deleted.

9 changes: 8 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
The Syntaxe Project - The syntactic domain validation framework.
Copyright 2010, Strategic Gains, Inc.
Copyright (c) 2010 Strategic Gains, Inc.

While not including it by default, this software includes references
to the OWASP cross-site script encoding library:
Copyright (c) 2012 Jeff Ichnowski
New BSD License (http://opensource.org/licenses/BSD-3-Clause)
https://www.owasp.org/index.php/OWASP_Java_Encoder_Project
https://code.google.com/p/owasp-java-encoder/
133 changes: 0 additions & 133 deletions README

This file was deleted.

Loading