Ivan Malutin

Results 5 issues of Ivan Malutin

Fixes: #3697 Change the logic in the DelegatingInvocableHandler.invoke()

Issue #17437: Add new property `skipAnnotations` with default value `true` ```plain cat config.xml cat Test.java @Deprecated public class Test { } java -jar checkstyle-12.2.1-SNAPSHOT-all.jar -c config.xml Test.java Starting audit... Audit...

Implementation of the [LANG-1707](https://issues.apache.org/jira/browse/LANG-1707) suggestion: added the concat methods to ArrayUtils for convenient concatenation of multiple arrays in a single call. - [x] Read the [contribution guidelines](CONTRIBUTING.md) for this project....

I've noticed an inconsistency in the default behavior of the constraint API. With the exception of `@Null`, almost all constraints in the `jakarta.validation.constraints` package consider a null value as valid....

OpenSearch 2.15 [introduced derived field types](https://docs.opensearch.org/latest/mappings/supported-field-types/derived/), but the opensearch-java client doesn't yet provide a way to use this feature. Currently, both the [SearchRequest](https://github.com/opensearch-project/opensearch-java/blob/main/java-client/src/generated/java/org/opensearch/client/opensearch/core/SearchRequest.java) and [TypeMapping](https://github.com/opensearch-project/opensearch-java/blob/main/java-client/src/generated/java/org/opensearch/client/opensearch/_types/mapping/TypeMapping.java) classes lack methods for setting...

enhancement