Say Seakleng

Results 6 issues of Say Seakleng

Hello! I'm facing an issue to run installLombok task on Gradle 7.3.1, as following description: ![image](https://user-images.githubusercontent.com/19582007/145518203-1bb302e7-a304-4548-b1ee-6b15a9c2f7c8.png) > Task :verifyLombok > Task :installLombok FAILED FAILURE: Build failed with an exception. *...

Hello friend. I'm trying to use spring boot version 2.6.3, spring-boot-starter-data-mongodb-reactive 2.6.3, spring data mongodb 3.3.1 I got warning as following: 2022-02-18 08:37:56.553 WARN 30620 --- [ restartedMain] o.s.data.convert.CustomConversions :...

type: regression

I have an issue to setup Mapstruct on eclipse (Version: 2021-03 (4.19.0), Build id: 20210312-0638) with following gradle setting: **implementation "org.mapstruct:mapstruct:$mapstructVersion" annotationProcessor "org.mapstruct:mapstruct-processor:$mapstructVersion" annotationProcessor "org.projectlombok:lombok-mapstruct-binding:0.2.0" annotationProcessor "org.projectlombok:lombok" annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"** It...

Hello there! I'm a fan of this library. It's very helpful. Anyway, I come across that there should be a possibility to switch security provider as in JCE allows this...

Hello there! Is there a plan to have a constructor **new Liquibase(File, Database)** in addition to **Liquibase(String changeLogFile, ResourceAccessor resourceAccessor, Database database)**? This is useful when we are working with...

Hello there! Currently I'm facing issue to use **liquibase-core V 4.8.0** & **liquibase-mongodb V 4.8.0** with **Spring Boot V 2.6.3** as following screenshot: ![image](https://user-images.githubusercontent.com/19582007/155508221-9ac8d7c7-b809-4ca4-a0bf-54c0f7586e47.png) Here is the code: ![image](https://user-images.githubusercontent.com/19582007/155508286-37242844-b977-4ef2-a917-9c754709fc6e.png) But...