michaelpearce-gain commented on a change in pull request #2791: ARTEMIS-2450
page-size-bytes should not be greater than Integer.MAX_VALUE
URL: https://github.com/apache/activemq-artemis/pull/2791#discussion_r315287789
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/Validators.java
##########
@@ -122,6 +122,30 @@ public void validate(final String name, final Object
value) {
}
};
+ public static final Validator POSITIVE_INT = new Validator() {
Review comment:
This isnt needed, simply change the xsd to int and it would fail
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services