[hibernate/hibernate-orm] 208665: HHH-8159 - Apply fixups indicated by analysis tool...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 20866585f35691fb98b69cff352a4a7ee3f6edcb
https://github.com/hibernate/hibernate-orm/commit/20866585f35691fb98b69cf...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M hibernate-osgi/src/main/java/org/hibernate/osgi/HibernateBundleActivator.java
M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiArchiveDescriptor.java
M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiArchiveDescriptorFactory.java
M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiClassLoader.java
M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiJtaPlatform.java
M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiPersistenceProvider.java
M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiPersistenceProviderService.java
M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiScanner.java
A hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiServiceUtil.java
M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiSessionFactoryService.java
A hibernate-osgi/src/main/java/org/hibernate/osgi/package-info.java
R hibernate-osgi/src/main/java/org/hibernate/osgi/util/OsgiServiceUtil.java
Log Message:
-----------
HHH-8159 - Apply fixups indicated by analysis tools
Commit: 459c061eb62397aaadb751416e5147a8ac3fd7cf
https://github.com/hibernate/hibernate-orm/commit/459c061eb62397aaadb7514...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/action/internal/BulkOperationCleanupAction.java
M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/ResultSetWrapperImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeSQLQueryPlan.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/AssociationKey.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/CollectionKey.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/EntityKey.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/LoadQueryInfluencers.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/TypedValue.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLCustomQuery.java
Log Message:
-----------
HHH-8159 - Apply fixups indicated by analysis tools
Compare: https://github.com/hibernate/hibernate-orm/compare/97e28200f0eb...459c061...
11 years, 6 months
[hibernate/hibernate-orm] 97e282: HHH-8159 - Apply fixups indicated by analysis tool...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 97e28200f0eb61d6b59bf782e8fb60559679c7a2
https://github.com/hibernate/hibernate-orm/commit/97e28200f0eb61d6b59bf78...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/AbstractEhcacheRegionFactory.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/EhCacheMessageLogger.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/EhCacheRegionFactory.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/SingletonEhCacheRegionFactory.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/StrategyRegistrationProviderImpl.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/HibernateNonstopCacheExceptionHandler.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAccessStrategyFactory.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAwareCollectionRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAwareEntityRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAwareNaturalIdRegionAccessStrategy.java
A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/package-info.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheCollectionRegion.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheDataRegion.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheEntityRegion.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheGeneralDataRegion.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheNaturalIdRegion.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheQueryResultsRegion.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheTimestampsRegion.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheTransactionalDataRegion.java
A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/package-info.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/AbstractEhcacheAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/AbstractReadWriteEhcacheAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/EhcacheAccessStrategyFactory.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/EhcacheAccessStrategyFactoryImpl.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/NonStrictReadWriteEhcacheCollectionRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/NonStrictReadWriteEhcacheEntityRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheCollectionRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheEntityRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheNaturalIdRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadWriteEhcacheCollectionRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadWriteEhcacheEntityRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadWriteEhcacheNaturalIdRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/TransactionalEhcacheCollectionRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/TransactionalEhcacheEntityRegionAccessStrategy.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/TransactionalEhcacheNaturalIdRegionAccessStrategy.java
A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/package-info.java
A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/util/HibernateEhcacheUtils.java
R hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/util/HibernateUtil.java
A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/util/package-info.java
A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/AbstractEmitterBean.java
R hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/BaseEmitterBean.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/BeanUtils.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/CacheRegionStats.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/CacheRegionUtils.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/CollectionStats.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/EhcacheHibernate.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/EhcacheHibernateMBeanRegistrationImpl.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/EhcacheStatsImpl.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/EntityStats.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/HibernateStatsImpl.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/ProviderMBeanRegistrationHelper.java
M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/QueryStats.java
A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/package-info.java
A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/package-info.java
Log Message:
-----------
HHH-8159 - Apply fixups indicated by analysis tools
11 years, 6 months
[hibernate/hibernate-validator] fe408b: HV-725 Chapter 3 updates - adding examples to sour...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: fe408b72f2ae743621aeca1fe11f47768920bc1d
https://github.com/hibernate/hibernate-validator/commit/fe408b72f2ae74362...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/customconstraints.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CheckCaseValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/ValidLicensePlate.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/reportassingle/ValidLicensePlate.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CheckCaseValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/ValidPassengerCount.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/ValidPassengerCountValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/payload/ContactDetails.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/payload/Severity.java
A documentation/src/test/resources/ValidationMessages.properties
Log Message:
-----------
HV-725 Chapter 3 updates - adding examples to source tree and updating docs.
Commit: 867b502a8e6509da9db71d5be92f0f3f8797a777
https://github.com/hibernate/hibernate-validator/commit/867b502a8e6509da9...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/master.xml
M documentation/src/main/docbook/en-US/modules/customconstraints.xml
M documentation/src/main/docbook/en-US/modules/customoptions.xml
A documentation/src/main/docbook/en-US/modules/groups.xml
M documentation/src/main/docbook/en-US/modules/integration.xml
M documentation/src/main/docbook/en-US/modules/metadataapi.xml
M documentation/src/main/docbook/en-US/modules/usingvalidator.xml
M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
M documentation/src/main/docbook/pot/master.pot
M documentation/src/main/docbook/pot/modules/furtherreading.pot
M documentation/src/main/docbook/pot/modules/gettingstarted.pot
A documentation/src/main/docbook/pot/modules/groups.pot
M documentation/src/main/docbook/pot/modules/integration.pot
M documentation/src/main/docbook/pot/modules/usingvalidator.pot
M documentation/src/main/docbook/pot/modules/xmlconfiguration.pot
M documentation/src/main/docbook/zh-CN/modules/furtherreading.po
M documentation/src/main/docbook/zh-CN/modules/gettingstarted.po
A documentation/src/main/docbook/zh-CN/modules/groups.po
M documentation/src/main/docbook/zh-CN/modules/integration.po
M documentation/src/main/docbook/zh-CN/modules/usingvalidator.po
M documentation/src/main/docbook/zh-CN/modules/xmlconfiguration.po
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CarTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CaseMode.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CheckCase.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/CheckCaseValidator.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/CaseMode.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/CheckCase.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/ValidLicensePlate.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintcomposition/reportassingle/ValidLicensePlate.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CaseMode.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CheckCase.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/constraintvalidatorcontext/CheckCaseValidator.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/CarTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/ValidPassengerCount.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/custompath/ValidPassengerCountValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/CarChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Driver.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/DriverChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/GroupTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/OrderedChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/RentalCar.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/RentalChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupsequenceprovider/RentalCar.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupsequenceprovider/RentalCarGroupSequenceProvider.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/payload/ContactDetails.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/payload/Severity.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CheckCaseValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/ValidLicensePlate.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/reportassingle/ValidLicensePlate.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CheckCaseValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/ValidPassengerCount.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/ValidPassengerCountValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/payload/ContactDetails.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/payload/Severity.java
Log Message:
-----------
HV-725 Chapter 2 updates - creating a new group chapter. Moving examples into source tree. Updating chapter 3 examples.
Commit: fd6617de0e140127eb82db6e5870292650e616ea
https://github.com/hibernate/hibernate-validator/commit/fd6617de0e140127e...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/customconstraints.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameterValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameters.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParametersTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssert.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertObjectValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertParametersValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertTest.java
Log Message:
-----------
HV-725 Adding description of cross-parameter constraints
Commit: 539c7dc48eb758e53c9d2143f838d650c14c457a
https://github.com/hibernate/hibernate-validator/commit/539c7dc48eb758e53...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/groups.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/CarChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Driver.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/DriverChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/GroupConversionTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Person.java
Log Message:
-----------
HV-725 @ConvertGroup documentation
Commit: fa65aeb7d9e094a49be19850c6a4855e3f2665dc
https://github.com/hibernate/hibernate-validator/commit/fa65aeb7d9e094a49...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/master.xml
M documentation/src/main/docbook/en-US/modules/furtherreading.xml
M documentation/src/main/docbook/en-US/modules/preface.xml
Log Message:
-----------
HV-725 Updating further reading section and mentioing JSR 349
Commit: 69ba4b2c91e6d6bdb769962d4bbb73ece0515817
https://github.com/hibernate/hibernate-validator/commit/69ba4b2c91e6d6bdb...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/groups.xml
Log Message:
-----------
HV-725 Removing import statements, fixing indentation (groups chapter)
Commit: 0f74f1a92dd720849b42b87c69096f2ce518c4b3
https://github.com/hibernate/hibernate-validator/commit/0f74f1a92dd720849...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/hv.ent
M documentation/src/main/docbook/en-US/modules/metadataapi.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/LuggageCountMatchesPassengerCount.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/PieceOfLuggage.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ValidCar.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Vehicle.java
Log Message:
-----------
HV-725 Updating metadata chapter
Commit: d79682d62c649fb815abe2d0bc966a6e7e8d84c5
https://github.com/hibernate/hibernate-validator/commit/d79682d62c649fb81...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/pom.xml
M documentation/src/main/docbook/en-US/hv.ent
R documentation/src/main/docbook/en-US/images/validation-configuration-1.0.png
A documentation/src/main/docbook/en-US/images/validation-configuration-1.1.png
R documentation/src/main/docbook/en-US/images/validation-mapping-1.0.png
A documentation/src/main/docbook/en-US/images/validation-mapping-1.1.png
M documentation/src/main/docbook/en-US/modules/customoptions.xml
M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
M pom.xml
Log Message:
-----------
HV-725 Chapter 5 - XML config changes
Commit: 9bafc97d613db68ccc7d8e74ce185f2830710d76
https://github.com/hibernate/hibernate-validator/commit/9bafc97d613db68cc...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
Log Message:
-----------
HV-725 Chapter 5 - typo fix and removing reference to 1.0 xsds
Commit: ee04dc38ee2b6f2d132145fd575e143f8f9eda55
https://github.com/hibernate/hibernate-validator/commit/ee04dc38ee2b6f2d1...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
Log Message:
-----------
HV-725 Using example class names for validation.xml configuration
Commit: 0c6b5aed887186f5e65fe345c0532f11f10e550e
https://github.com/hibernate/hibernate-validator/commit/0c6b5aed887186f5e...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/CarChecks.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Driver.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/DriverChecks.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/GroupTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/OrderedChecks.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/Person.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/RentalCar.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/RentalChecks.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/CarChecks.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Driver.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/DriverChecks.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/GroupConversionTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupconversion/Person.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupsequenceprovider/RentalCar.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/groups/groupsequenceprovider/RentalCarGroupSequenceProvider.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CarTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CaseMode.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CheckCase.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/CheckCaseValidator.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/CaseMode.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/CheckCase.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/ValidLicensePlate.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintcomposition/reportassingle/ValidLicensePlate.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CaseMode.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CheckCase.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/constraintvalidatorcontext/CheckCaseValidator.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameterValidator.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameters.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParametersTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssert.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertObjectValidator.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertParametersValidator.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/CarTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/ValidPassengerCount.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/custompath/ValidPassengerCountValidator.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/payload/ContactDetails.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/payload/Severity.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/CarChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/Driver.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/DriverChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/GroupTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/OrderedChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/RentalCar.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/RentalChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/CarChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/Driver.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/DriverChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/GroupConversionTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupsequenceprovider/RentalCar.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupsequenceprovider/RentalCarGroupSequenceProvider.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CheckCaseValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/ValidLicensePlate.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/reportassingle/ValidLicensePlate.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintvalidatorcontext/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintvalidatorcontext/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintvalidatorcontext/CheckCaseValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ConsistentDateParameterValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ConsistentDateParameters.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ConsistentDateParametersTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ScriptAssert.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ScriptAssertObjectValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ScriptAssertParametersValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ScriptAssertTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/ValidPassengerCount.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/ValidPassengerCountValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/payload/ContactDetails.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/payload/Severity.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/CarTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/LuggageCountMatchesPassengerCount.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Person.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/PieceOfLuggage.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ValidCar.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Vehicle.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/LuggageCountMatchesPassengerCount.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/PieceOfLuggage.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/ValidCar.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/Vehicle.java
Log Message:
-----------
HV-725 Aligning packages of reference guide examples with document structure
Commit: 4d22bab2b021b4b5ea6f6fc11a369db95ca5f6e7
https://github.com/hibernate/hibernate-validator/commit/4d22bab2b021b4b5e...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/master.xml
A documentation/src/main/docbook/en-US/modules/bean-constraints.xml
A documentation/src/main/docbook/en-US/modules/message-interpolation.xml
A documentation/src/main/docbook/en-US/modules/method-constraints.xml
R documentation/src/main/docbook/en-US/modules/usingvalidator.xml
Log Message:
-----------
HV-725 Splitting chapter 2 into three chapters for bean constraints, method constraints and message interpolation
Commit: 0876e4888a0e5899742f3310a99b51faadd6f60c
https://github.com/hibernate/hibernate-validator/commit/0876e4888a0e58997...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/customoptions.xml
M documentation/src/main/docbook/en-US/modules/message-interpolation.xml
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/complete/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/complete/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/resourcebundlelocator/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/resourcebundlelocator/ResourceBundleLocatorTest.java
A documentation/src/test/resources/MyMessages.properties
A documentation/src/test/resources/MyOtherMessages.properties
Log Message:
-----------
HV-725 Updating chapter on message interpolation
Commit: 5b04dd60938fa7190837ce0afaf0e2c1d9c5a94f
https://github.com/hibernate/hibernate-validator/commit/5b04dd60938fa7190...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/customconstraints.xml
M documentation/src/main/docbook/en-US/modules/method-constraints.xml
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter01/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/Garage.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/GarageTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/collection/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/collection/Garage.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/LuggageCountMatchesPassengerCount.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/PieceOfLuggage.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/constrainttarget/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/constrainttarget/ELAssert.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/constrainttarget/Garage.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/crossparameter/constrainttarget/Part.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parallel/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parallel/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parallel/RacingCar.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parallel/Vehicle.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parameter/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parameter/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/parameter/Vehicle.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/returnvalue/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/returnvalue/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/returnvalue/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/inheritance/returnvalue/Vehicle.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/parameter/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/parameter/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/parameter/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/returnvalue/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/returnvalue/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/returnvalue/ValidRentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/validation/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/validation/CarTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/validation/Passenger.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/validation/ValidRacingCar.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/complete/CarTest.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/crossparameter/ConsistentDateParametersTest.java
Log Message:
-----------
HV-725 Updating chapter on method validation
Commit: 6a6171a7f2fe23df5fa6b3ab7adeabda39f8c0f5
https://github.com/hibernate/hibernate-validator/commit/6a6171a7f2fe23df5...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/groups.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/ValidationTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/PassengerCount.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/fieldlevel/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/inheritance/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/inheritance/RentalCar.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/objectgraph/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/objectgraph/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/objectgraph/list/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/objectgraph/list/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/propertylevel/Car.java
Log Message:
-----------
HV-725 Updating chapter on bean validation
Commit: 75612b0cb7642192007a5fd119bcf6849be78873
https://github.com/hibernate/hibernate-validator/commit/75612b0cb76421920...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/bootstrapping.xml
M documentation/src/main/docbook/en-US/modules/customoptions.xml
M documentation/src/main/docbook/en-US/modules/metadataapi.xml
M documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/BootstrappingTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyConstraintValidatorFactory.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyMessageInterpolator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyParameterNameProvider.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/MyTraversableResolver.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter08/OsgiServiceDiscoverer.java
Log Message:
-----------
HV-725 Updating bootstrapping chapter
Commit: fe292321f1835769790d2042baec868f59ed889d
https://github.com/hibernate/hibernate-validator/commit/fe292321f18357697...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/master.xml
A documentation/src/main/docbook/en-US/modules/annotation-processor.xml
R documentation/src/main/docbook/en-US/modules/annotationprocessor.xml
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
A documentation/src/main/docbook/en-US/modules/custom-constraints.xml
A documentation/src/main/docbook/en-US/modules/custom-options.xml
R documentation/src/main/docbook/en-US/modules/customconstraints.xml
R documentation/src/main/docbook/en-US/modules/customoptions.xml
A documentation/src/main/docbook/en-US/modules/further-reading.xml
R documentation/src/main/docbook/en-US/modules/furtherreading.xml
A documentation/src/main/docbook/en-US/modules/getting-started.xml
R documentation/src/main/docbook/en-US/modules/gettingstarted.xml
M documentation/src/main/docbook/en-US/modules/integration.xml
A documentation/src/main/docbook/en-US/modules/metadata-api.xml
R documentation/src/main/docbook/en-US/modules/metadataapi.xml
A documentation/src/main/docbook/en-US/modules/xml-configuration.xml
R documentation/src/main/docbook/en-US/modules/xmlconfiguration.xml
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupsequenceprovider/RentalCarGroupSequenceProvider.java
Log Message:
-----------
HV-725 Misc. formatting and clean-ups
Commit: 7c0fddd18fba06181caf2cbef1ecf238859fc116
https://github.com/hibernate/hibernate-validator/commit/7c0fddd18fba06181...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/custom-options.xml
M documentation/src/main/docbook/en-US/modules/groups.xml
M documentation/src/main/docbook/en-US/modules/message-interpolation.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/booleancomposition/PatternOrSize.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/CarChecks.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/CaseMode.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/CheckCase.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/ConstraintApiTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/RentalCar.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/constraintapi/RentalCarGroupSequenceProvider.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/failfast/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/failfast/FailFastTest.java
Log Message:
-----------
HV-725 Updating chapter on custom options
Commit: 55a407fbc19ba70277a8dc83f5be4f194afe00ad
https://github.com/hibernate/hibernate-validator/commit/55a407fbc19ba7027...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/annotation-processor.xml
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/bootstrapping.xml
M documentation/src/main/docbook/en-US/modules/custom-constraints.xml
M documentation/src/main/docbook/en-US/modules/getting-started.xml
M documentation/src/main/docbook/en-US/modules/groups.xml
M documentation/src/main/docbook/en-US/modules/integration.xml
M documentation/src/main/docbook/en-US/modules/message-interpolation.xml
M documentation/src/main/docbook/en-US/modules/method-constraints.xml
M documentation/src/main/docbook/en-US/modules/xml-configuration.xml
Log Message:
-----------
HV-725 Fixing broken links
Commit: 76638a3d6db910fa63eee2fee1690c73b9f07ef5
https://github.com/hibernate/hibernate-validator/commit/76638a3d6db910fa6...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/custom-constraints.xml
M documentation/src/main/docbook/en-US/modules/groups.xml
Log Message:
-----------
HV-725 Updating package names in listings to match document structure
Commit: 99d76379b0d10190e3e1e6010705597f82719fb3
https://github.com/hibernate/hibernate-validator/commit/99d76379b0d10190e...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/getting-started.xml
M documentation/src/main/docbook/en-US/modules/preface.xml
M documentation/src/main/docbook/pot/master.pot
A documentation/src/main/docbook/pot/modules/annotation-processor.pot
A documentation/src/main/docbook/pot/modules/bean-constraints.pot
M documentation/src/main/docbook/pot/modules/bootstrapping.pot
A documentation/src/main/docbook/pot/modules/custom-constraints.pot
A documentation/src/main/docbook/pot/modules/custom-options.pot
A documentation/src/main/docbook/pot/modules/further-reading.pot
A documentation/src/main/docbook/pot/modules/getting-started.pot
M documentation/src/main/docbook/pot/modules/groups.pot
M documentation/src/main/docbook/pot/modules/integration.pot
A documentation/src/main/docbook/pot/modules/message-interpolation.pot
A documentation/src/main/docbook/pot/modules/metadata-api.pot
A documentation/src/main/docbook/pot/modules/method-constraints.pot
M documentation/src/main/docbook/pot/modules/preface.pot
A documentation/src/main/docbook/pot/modules/xml-configuration.pot
M documentation/src/main/docbook/zh-CN/master.po
A documentation/src/main/docbook/zh-CN/modules/annotation-processor.po
A documentation/src/main/docbook/zh-CN/modules/bean-constraints.po
M documentation/src/main/docbook/zh-CN/modules/bootstrapping.po
A documentation/src/main/docbook/zh-CN/modules/custom-constraints.po
A documentation/src/main/docbook/zh-CN/modules/custom-options.po
A documentation/src/main/docbook/zh-CN/modules/further-reading.po
A documentation/src/main/docbook/zh-CN/modules/getting-started.po
M documentation/src/main/docbook/zh-CN/modules/groups.po
M documentation/src/main/docbook/zh-CN/modules/integration.po
A documentation/src/main/docbook/zh-CN/modules/message-interpolation.po
A documentation/src/main/docbook/zh-CN/modules/metadata-api.po
A documentation/src/main/docbook/zh-CN/modules/method-constraints.po
M documentation/src/main/docbook/zh-CN/modules/preface.po
A documentation/src/main/docbook/zh-CN/modules/xml-configuration.po
Log Message:
-----------
HV-725 Updating po and pot files. Making some minor reviewing changes
Commit: 3e836f95c9943214cf34a4e08ed087b9e7937118
https://github.com/hibernate/hibernate-validator/commit/3e836f95c9943214c...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/method-constraints.xml
Log Message:
-----------
HV-725 Minor fixes to chapter 3
Commit: d886a3ce275ddf63b73c5cbee5f6e92f4bf9a66a
https://github.com/hibernate/hibernate-validator/commit/d886a3ce275ddf63b...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/message-interpolation.xml
M documentation/src/main/docbook/en-US/modules/metadata-api.xml
Log Message:
-----------
HV-725 Minor fixes
Commit: d6150f52e29f2e5c33ffae9b6d597da16df27750
https://github.com/hibernate/hibernate-validator/commit/d6150f52e29f2e5c3...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/pom.xml
M documentation/src/main/docbook/en-US/modules/bootstrapping.xml
M documentation/src/main/docbook/en-US/modules/getting-started.xml
M documentation/src/main/docbook/en-US/modules/integration.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/injection/ValidLicensePlate.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/injection/ValidLicensePlateValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/injection/VehicleRegistry.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/RentCarRequest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/configuration/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/configuration/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/configuration/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/implicit/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/implicit/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/implicit/ExpressRentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/implicit/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/validator/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/validator/qualifier/RentalStation.java
Log Message:
-----------
HV-725 Adding section on CDI to integration chapter
Commit: b613d69010b2b706ce5b1a86f2c4f6d86a065399
https://github.com/hibernate/hibernate-validator/commit/b613d69010b2b706c...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/integration.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/injection/ValidLicensePlate.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/injection/ValidLicensePlateValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/injection/VehicleRegistry.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/RentCarRequest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/configuration/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/configuration/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/configuration/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/implicit/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/implicit/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/implicit/ExpressRentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/methodvalidation/implicit/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/validator/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/cdi/validator/qualifier/RentalStation.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/injection/ValidLicensePlate.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/injection/ValidLicensePlateValidator.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/injection/VehicleRegistry.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/javaee/RentalStationBean.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/Customer.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/RentCarRequest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/RentalStation.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/configuration/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/configuration/Customer.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/configuration/RentalStation.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/implicit/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/implicit/Customer.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/implicit/ExpressRentalStation.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/methodvalidation/implicit/RentalStation.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/validator/RentalStation.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter10/validator/qualifier/RentalStation.java
Log Message:
-----------
HV-725 Adding section on Java EE to integration chapter
Commit: dd3e27ae89e427ec1ef77d52e823d52cb3603927
https://github.com/hibernate/hibernate-validator/commit/dd3e27ae89e427ec1...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/groups.xml
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/Driver.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/GroupTest.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/Person.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/Car.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/Driver.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/GroupConversionTest.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupconversion/Person.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupsequenceprovider/RentalCar.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/groupsequenceprovider/RentalCarGroupSequenceProvider.java
Log Message:
-----------
HV-725 Updating groups chapter
Commit: 6bec4c38eedd5e5e90d78bb8a539462e6f0ab40b
https://github.com/hibernate/hibernate-validator/commit/6bec4c38eedd5e5e9...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/custom-constraints.xml
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CarTest.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/CheckCase.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/CheckCase.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/ValidLicensePlate.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintcomposition/reportassingle/ValidLicensePlate.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintvalidatorcontext/CheckCase.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/constraintvalidatorcontext/CheckCaseValidator.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/ValidPassengerCount.java
M documentation/src/test/resources/ValidationMessages.properties
Log Message:
-----------
HV-725 Updating custom constraints chapter
Commit: f44f7d6267a004df771b51af97533ecbedbbe5ee
https://github.com/hibernate/hibernate-validator/commit/f44f7d6267a004df7...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/annotation-processor.xml
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/custom-constraints.xml
M documentation/src/main/docbook/en-US/modules/getting-started.xml
M documentation/src/main/docbook/en-US/modules/groups.xml
M documentation/src/main/docbook/en-US/modules/metadata-api.xml
M documentation/src/main/docbook/en-US/modules/method-constraints.xml
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/Car.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/Garage.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter03/cascaded/collection/Car.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/complete/Car.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/resourcebundlelocator/Car.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter05/Person.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/Car.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/custompath/Car.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/CarTest.java
Log Message:
-----------
HV-725 Misc. fixes and clean-ups
Commit: 62583f3ba90972a1f0be4e5bd87eb4c9dae5fb3b
https://github.com/hibernate/hibernate-validator/commit/62583f3ba90972a1f...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/custom-constraints.xml
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/Car.java
R documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/PassengerCount.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/ValidPassengerCount.java
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/classlevel/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/classlevel/ClassLevelConstraintTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/classlevel/Person.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/classlevel/ValidPassengerCount.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter06/classlevel/ValidPassengerCountValidator.java
Log Message:
-----------
HV-604 Adding section on implementation of class-level constraints
Commit: 27610fe4f42a22e6455364f9c6cacfe7b237419e
https://github.com/hibernate/hibernate-validator/commit/27610fe4f42a22e64...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/integration.xml
M documentation/src/main/docbook/en-US/modules/xml-configuration.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ELAssert.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Garage.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Part.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ValidRentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/XMLConfigurationTest.java
A documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter07/rental-station-mapping.xml
Log Message:
-----------
HV-725 XML configuration and integration updates
Commit: aade6a5f138917e9bad2d4804e0c38485ab7e87f
https://github.com/hibernate/hibernate-validator/commit/aade6a5f138917e9b...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/annotation-processor.xml
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/bootstrapping.xml
M documentation/src/main/docbook/en-US/modules/custom-constraints.xml
M documentation/src/main/docbook/en-US/modules/integration.xml
M documentation/src/main/docbook/en-US/modules/metadata-api.xml
M documentation/src/main/docbook/en-US/modules/method-constraints.xml
M documentation/src/main/docbook/en-US/modules/xml-configuration.xml
Log Message:
-----------
HV-725 Fixing some typos and formatting issues
Compare: https://github.com/hibernate/hibernate-validator/compare/7ff624652be9...a...
11 years, 6 months
[hibernate/hibernate-validator] c9aeb0: HV-725 XML configuration and integration updates
by GitHub
Branch: refs/heads/HV-725
Home: https://github.com/hibernate/hibernate-validator
Commit: c9aeb0feb457d93f65d3faf00dcac2dc52d7c18a
https://github.com/hibernate/hibernate-validator/commit/c9aeb0feb457d93f6...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/integration.xml
M documentation/src/main/docbook/en-US/modules/xml-configuration.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Car.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Customer.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ELAssert.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Garage.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/Part.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/RentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/ValidRentalStation.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter07/XMLConfigurationTest.java
A documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter07/rental-station-mapping.xml
Log Message:
-----------
HV-725 XML configuration and integration updates
Commit: adfbf574a6b09d312c320dc6dadcfb6b0fbcb85d
https://github.com/hibernate/hibernate-validator/commit/adfbf574a6b09d312...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/annotation-processor.xml
M documentation/src/main/docbook/en-US/modules/bean-constraints.xml
M documentation/src/main/docbook/en-US/modules/bootstrapping.xml
M documentation/src/main/docbook/en-US/modules/custom-constraints.xml
M documentation/src/main/docbook/en-US/modules/integration.xml
M documentation/src/main/docbook/en-US/modules/metadata-api.xml
M documentation/src/main/docbook/en-US/modules/method-constraints.xml
M documentation/src/main/docbook/en-US/modules/xml-configuration.xml
Log Message:
-----------
HV-725 Fixing some typos and formatting issues
Compare: https://github.com/hibernate/hibernate-validator/compare/04728a86c48a...a...
11 years, 6 months