Several public APIs accept nullable parameters while they shouldn't. Some examples include:
JobRepository#getJobInstance(@Nullable Long instanceId)
JobExplorer#findRunningJobExecutions(@Nullable String jobName)
This should be fixed in v6 as part of the jSpecify support theme (#4673).
Several public APIs accept nullable parameters while they shouldn't. Some examples include:
JobRepository#getJobInstance(@Nullable Long instanceId)JobExplorer#findRunningJobExecutions(@Nullable String jobName)This should be fixed in v6 as part of the jSpecify support theme (#4673).