Arman Sharif

Results 13 issues of Arman Sharif

This issue is related to serializing `ZonedDateTime` with a `ZoneOffset`. When the same value is deserialized, we get back `ZonedDateTime` with a `ZoneId` instead. As a result, the seralized and...

has-failing-test

#### Check List: - [x] Tests pass (`./test.sh `) - [x] All formatting changes by the build are committed - [x] Output matches that of calculate_average_baseline.sh * Execution time: ```...

needs rebase

**Describe the bug** The error occurs when a project does not declare `requires java.sql` in its `module-info.java`. equalsverifier references classes from that package leading to the error. **To Reproduce** Minimal...

accepted
waiting-for-third-party

The latest animal-sniffer version `1.23` has a dependency on [ASM 9.4](https://asm.ow2.io/versions.html) which does not support Java 21. As a result, animal-sniffer fails if it encounters Java 21 classes. Currently, the...

I propose adding `hasMessageNormalizingNewlines(String)` method for asserting `Throwable` messages. Currently, this can be done using workarounds, e.g. ```java Throwable ex = catchThrowable(() -> someMethod()); assertThat(ex.getMessage()).isEqualToNormalizingNewlines("multiline\nmessage"); ``` #### Check List: *...

Looks like the link under the About section is not working. ![image](https://user-images.githubusercontent.com/1159054/213292714-bc476aa0-31cd-483f-8c5b-285fd87da4d6.png)

### Feature description Checks that the annotated character sequence represents a Brazilian corporate tax payer registry number (Cadastro de Pessoa Jurídica). - Supported data types: `CharSequence` - Country: Brazil Docs:...

type: enhancement
component: core
up-for-grabs

### Feature description Checks that the annotated character sequence represents a Brazilian individual taxpayer registry number (Cadastro de Pessoa Física). - Supported data types: `CharSequence` - Country: Brazil Docs: https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#_country_specific_constraints...

type: enhancement
component: core
up-for-grabs

### Feature description Checks that the annotated character sequence represents a Brazilian voter ID card number ([Título Eleitoral](http://www.exceldoseujeito.com.br/2008/12/19/validar-cpf-cnpj-e-titulo-de-eleitor-parte-ii/)) - Supported data types: `CharSequence` - Country: Brazil Docs: https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#_country_specific_constraints `@REGON` implementation...

type: enhancement
component: core
up-for-grabs

### Feature description Checks that the annotated character sequence represents a Russian taxpayer identification number. Can be applied to both individual and juridical versions of INN - Supported data types:...

type: enhancement
component: core
up-for-grabs