1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 20 days ago. based on code collected 20 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BVAL-310: Some JavaDoc improvements More... over 12 years ago
BVAL-259 Enforce that evaluation fails on first error More... over 12 years ago
BVAL-230 Formatting. More... over 12 years ago
BVAL-230 Switching accepted type String to the more generic CharSequence More... over 12 years ago
BVAL-304 Adding the maven-bundle plugin to generate the bundle information More... over 12 years ago
BVAL-274 Add aggregation methods in metadata API for method interception integrators More... over 12 years ago
BVAL-310: Extracting method validation methods to separate delegate interface More... over 12 years ago
BVAL-280 Adding test for behavior of multiple proviers w/ at least one unknown (not loadable) More... over 12 years ago
BVAL-282: Adding note on mark/reset contract to JavaDoc More... over 12 years ago
BVAL-298: Applying renaming of ConfigurationSource on rebase More... over 12 years ago
BVAL-298 Changing source and target level for compiler plugin (ServiceLoader is part of Java 6). See also BVAL-299 More... over 12 years ago
BVAL-298 Changing error message in case ServiceLoader cannot load a provider More... over 12 years ago
BVAL-293 Rename XMLConfiguration to BootstrapConfiguration More... over 12 years ago
BVAL-293 Removing unnecessary public modifier More... over 12 years ago
BVAL-293 Renaming ConfigurationSource#getConstraintMappingResourcePath() to getConstraintMappingResourcePaths() More... over 12 years ago
BVAL-292 & BVAL-293 Renaming ConfigurationSource to XMLConfiguration More... over 12 years ago
BVAL-298 Removing obsolete comment More... over 12 years ago
BVAL-298 Wrapping the whole provider discovery into a PrivilegedAction More... over 12 years ago
BVAL-298 Making sure to keep a hard reference to the list of providers when checking the cache in order to prevent garbage collection in the time between the check and returning the list More... over 12 years ago
BVAL-298 The current caching of the ValidationProviders don't work, because the providers themselves keep a hard reference to the class loaders. Wrapping the list of providers into a SoftReference instead (see also ValidationTest) More... over 12 years ago
BVAL-298 Using ServiceLoader to load validation providers More... over 12 years ago
BVAL-296 Fix misalignment between string and API representation in JavaDoc More... over 12 years ago
Replacing all <code> usages with {@code} More... over 12 years ago
Some more JavaDoc fixes More... over 12 years ago
BVAL-290 Adding @since 1.1 to new methods added for Bean Validation 1.1 More... over 12 years ago
BVAL-290 Removing obsolete '// $Id$' This token was used with svn More... over 12 years ago
BVAL-290 Removing unused import More... over 12 years ago
Setting encoding to UTF-8, adding myself as developer More... almost 13 years ago
Fixing some wrong <code> tags More... almost 13 years ago
Some javadoc fixes: * Use {@code} instead of <code>, because it is more readable and {@code} also escapes meta characters * align doc style with Sun's recommodation (@param, @return an @throw don't end with a '.') * added missing {@link} tags * use <ul> for enumeration More... almost 13 years ago