Filip Hrisafov

Results 77 issues of Filip Hrisafov

This is an idea for a potential solution for #971. I had an initial idea to use ByteBuddy, but then came up with this. This allows to use `ignoreWhen` (the...

#### Summary We recently upgraded AssertJ to 3.21.0, we skipped 3.20 (because we got the upgrade through Spring Boot from 2.5 to 2.6) and we started getting failures in places...

status: pending investigation
status: team discussion

When changing an annotation from ``` public @interface Builder { String buildMethod() default "build"; } ``` to ``` public @interface Builder { String buildMethod() default "build"; boolean disableBuilder() default false;...

## MyBatis version 3.5.6 ## Database vendor and version Oracle ## Test case or example project ``` create table users ( id int, name varchar(20), time_ timestamp ); insert into...

I am not that well versed in Micrometer. However, I noticed that if I want to use Spring Boot and provide the `MicrometerApnsClientMetricsListener` as a bean then I need to...

enhancement

The current implementation of nested target mappings is a bit complex, especially when we start having inbalanced source parameters. Ideally the implementation can work by passing the multiple source parameters...

enhancement

I have a util class that has the following methods: ```java public static java.util.Date toUtilDate(String strDate); public static java.sql.TimeStamp toTimeStamp(String strDate); public static java.sql.TimeStamp toTimeStamp2(String strDate); public static java.sql.Date toSqlDate(String...

Coming from #2927. We should add the information about the IntelliJ and Eclipse plugins to the documentation

documentation

Currently we have support for different elements from JAXB Binding. With the move of that to Jakarta and the change of the namespace we need to also add the same...

enhancement
good first issue