This is an automated email from the ASF dual-hosted git repository.
tkalkirill pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 36a7414767 IGNITE-23443 Create Gradle task to update versions (#4628)
add 667979b1ed IGNITE-23543 Add validation of local and distributed system
properties value (#4638)
No new revisions were added by this update.
Summary of changes:
.../repl/executor/ItIgnitePicocliCommandsTest.java | 3 +-
modules/configuration-system/build.gradle | 7 ++
.../SystemDistributedConfigurationModule.java | 2 +
.../SystemPropertyConfigurationSchema.java | 16 +++-
.../LongNumberSystemPropertyValueValidator.java | 67 +++++++++++++
...LongNumberSystemPropertyValueValidatorTest.java | 106 +++++++++++++++++++++
.../validation/TestValidationUtil.java | 9 +-
7 files changed, 204 insertions(+), 6 deletions(-)
create mode 100644
modules/configuration-system/src/main/java/org/apache/ignite/internal/configuration/validation/LongNumberSystemPropertyValueValidator.java
create mode 100644
modules/configuration-system/src/test/java/org/apache/ignite/internal/configuration/validation/LongNumberSystemPropertyValueValidatorTest.java