Skip to content

Commit

Permalink
Add new vendor tags to supported extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
DatApplePy committed Sep 24, 2024
1 parent 81631ed commit e632b94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,11 @@ public List<VendorExtension> getSupportedVendorExtensions() {
extensions.add(VendorExtension.X_DISCRIMINATOR_VALUE);
extensions.add(VendorExtension.X_FIELD_EXTRA_ANNOTATION);
extensions.add(VendorExtension.X_PATTERN_MESSAGE);
extensions.add(VendorExtension.X_SIZE_MESSAGE);
extensions.add(VendorExtension.X_MIN_MESSAGE);
extensions.add(VendorExtension.X_MAX_MESSAGE);
extensions.add(VendorExtension.X_DECIMAL_MIN_MESSAGE);
extensions.add(VendorExtension.X_DECIMAL_MAX_MESSAGE);
return extensions;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,11 @@ public List<VendorExtension> getSupportedVendorExtensions() {
extensions.add(VendorExtension.X_SPRING_PAGINATED);
extensions.add(VendorExtension.X_VERSION_PARAM);
extensions.add(VendorExtension.X_PATTERN_MESSAGE);
extensions.add(VendorExtension.X_SIZE_MESSAGE);
extensions.add(VendorExtension.X_MIN_MESSAGE);
extensions.add(VendorExtension.X_MAX_MESSAGE);
extensions.add(VendorExtension.X_DECIMAL_MIN_MESSAGE);
extensions.add(VendorExtension.X_DECIMAL_MAX_MESSAGE);
return extensions;
}
}

0 comments on commit e632b94

Please sign in to comment.