Skip to content

Support setting limits and patterns on string, numeric and array schemas#81

Merged
euano merged 4 commits into
masterfrom
define-formats-and-limits-for-model-properties
Jun 30, 2026
Merged

Support setting limits and patterns on string, numeric and array schemas#81
euano merged 4 commits into
masterfrom
define-formats-and-limits-for-model-properties

Review updates

f166579
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 30, 2026 in 2m 17s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #81 Support setting limits and patterns on string, numeric and array schemas.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Noble)
JDK Version openjdk11
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "jdk": [
    "openjdk11"
  ],
  "jobs": {
    "include": [
      {
        "if": "repo = alfasoftware/soapstone AND type = pull_request",
        "name": "Test",
        "script": [
          "mvn clean test -B -U -Pdefault"
        ]
      },
      {
        "if": "repo = alfasoftware/soapstone AND (branch = master OR tag IS present) AND NOT type = pull_request",
        "name": "Test and Deploy",
        "script": [
          "echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --batch --import",
          "echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --batch --import-ownertrust",
          "mvn clean deploy --settings .maven-settings.xml -B -U -Prelease"
        ]
      }
    ]
  }
}