[hibernate-commits] [hibernate/hibernate-validator] 0ff56e: HV-402 Removing script api based message interpola...

noreply at github.com noreply at github.com
Mon Dec 20 06:55:08 EST 2010


Branch: refs/heads/master
Home:   https://github.com/hibernate/hibernate-validator

Commit: 0ff56e20ebb4645a352700e2f870c56fb7fb1f9a
    https://github.com/hibernate/hibernate-validator/commit/0ff56e20ebb4645a352700e2f870c56fb7fb1f9a
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-12-17 (Fri, 17 Dec 2010)

Changed paths:
  R hibernate-validator/src/main/java/org/hibernate/validator/messageinterpolation/ValueScriptingMessageInterpolator.java
  R hibernate-validator/src/test/java/org/hibernate/validator/test/engine/messageinterpolation/ValueScriptingMessageInterpolatorTest.java

Log Message:
-----------
HV-402 Removing script api based message interpolator, because the better apporach is via String.format

Posting script API based code on the wiki as example of custom message interpolator -
http://community.jboss.org/wiki/CustomMessageInterpolatorusingJavaScriptingAPIJSR223


Commit: 5dde575d89660fc6100ddca9f47e70f0a61613a6
    https://github.com/hibernate/hibernate-validator/commit/5dde575d89660fc6100ddca9f47e70f0a61613a6
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-12-20 (Mon, 20 Dec 2010)

Changed paths:
  R hibernate-validator/src/main/java/org/hibernate/validator/messageinterpolation/AbstractFormattingMessageInterpolator.java
  M hibernate-validator/src/main/java/org/hibernate/validator/messageinterpolation/ValueFormatterMessageInterpolator.java

Log Message:
-----------
HV-402 Removing AbstractFormattingMessageInterpolator since there is now only one implementation




More information about the hibernate-commits mailing list