Jin Kwon

Results 38 comments of Jin Kwon

How about... ```java assertThatCode(() -> ...) .doesNotThrowAnyExceptionAndReturnsSatisfying(Consumer

I want my `@NonPrimary` annotation. Thanks.

Confirmed, luckily, the `@Mapping` doesn't complain. ```java @Mapping(source = "symlink", target = "symlink", ignore = true) FileStatusType map(FileStatus source, @MappingTarget FileStatusType target); default FileStatusType map(final FileStatus source) { return map(source,...

FYI, I still facing this problem with [this pom](https://github.com/jinahya/executable-jar-with-maven-example/blob/develop/pom.xml).

When will we have `java18:1.1`? Thanks.

One of my colleague is trying to passing an ISO timestamp value to the server which I developed. For following paths .../someThings;min=yyyy-MM-ddTHH:mm:ssZ/someOtherThings The colons of the time part, `HH:mm:ss`, is...

Hi @scordio. Is this in progress? Thanks.