Manos Batsis

Results 39 comments of Manos Batsis

Seems to me that, with the Spring Boot starter, `RSQLVisitorBase` does not use a `ConversionService` from the Spring context and thus does not utilize build-in or custom converters available.

Perhaps targeting the JVM makes more sense

You can simply target JSR-82 i.e. "Java APIs for Bluetooth Wireless Technology". There's a number of implementations out there, for example [bluecove](http://www.bluecove.org/) has been [tested](https://sourceforge.net/projects/bluecove/) on Mac OS, Windows and...

+1 from me, the `+` only adds confusion at best IMHO. I tend to use the same style with @apatrida e.g. in [vaultaire](https://manosbatsis.github.io/vaultaire/)

Hey @juanchosaravia, thanks for the quick reply. To give a clearer picture, my annotation processors typically treat sources and mixins equally. For example, this: ```kotlin @AutoDsl(dslName = "myBox") class Box(...

> So what you are saying is to make a copy of each class that you want to have AutoDsl? Oh no, not at all. The mixin class/interface will usually...

Had a couple of issues with that approach: - Creating a class that has the target external classes as members to generate their DSL produces a wrapper layer that is...

@YetAnotherMatt the above commit is still a WiP but feedback on my fork is welcome. The missing bits mostly relate with support for annotating "mixins" with `@BuilderOf`, i.e. types where...

Update: @waynelcw pointed out https://r3-cev.atlassian.net/browse/CORDA-3643 so i'll try to find an artifactory URL and dependency to test 4.5

Updated test case to use OS 4.5-RC01, same error.