Myat Min

Results 10 comments of Myat Min

As `PageHelperProperties` extending `Properties` in the version `1.4.1`, it will not be triggering custom set method `setSupportMethodsArguments` instead it will register the property key as `support-methods-arguments` as described in the...

Exactly, it's supposed to be but it's not working as of below dependencies: `org.springframework.boot:spring-boot-starter:jar:2.6.1` `org.mybatis.spring.boot:mybatis-spring-boot-starter:jar:2.2.0` `com.github.pagehelper:pagehelper-spring-boot-starter:jar:1.4.1`

@asiaon123, please see my comment above https://github.com/pagehelper/pagehelper-spring-boot/issues/128#issuecomment-992108643 for the quick fix.

Change `support-methods-arguments`(Kebab Case) to `supportMethodsArguments`(Lower Camel Case)

With `spring-boot-starter:jar:2.6.4` usage of ` support-methods-arguments: true` issue has been solved.

Hi @dgileadi, Thank you so much for this extension! Now VSCode support opening binary file with [Binary Custom Editor API](https://github.com/microsoft/vscode/issues/77131)! 😄

Hi @Chessray, Please accept my sincerest apologies. I missed out this issue notification. I only have VSCode `devcontainer` sample project. [mapstruct-example.zip](https://github.com/mapstruct/mapstruct-spring-extensions/files/13238390/mapstruct-example.zip) Can you just copy `java` files from the following...

Hi @Chessray , I managed to open the sample project in Eclipse. Following error message is still encountered. `Exception thrown by Java annotation processor org.mapstruct.extensions.spring.converter.ConverterMapperProcessor@7ea584e6` ``` java.lang.Exception: java.lang.ClassCastException: class org.eclipse.jdt.internal.compiler.apt.model.AnnotationValueImpl...

Hi @Chessray , Yes, I edited to correct one when I opened it in Eclipse. Here is the sample project. [mapstruct-example.zip](https://github.com/mapstruct/mapstruct-spring-extensions/files/13293324/mapstruct-example.zip) It's having issue with ECJ but working fine with...

Hi @Chessray, After ECJ team checking of the above mentioned issue, actually ECJ followed the implementation correctly. Detail explanation can be found in [this comment](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1676#issuecomment-2122947045). Hibernate metamodel generator also corrected...