vtitov
vtitov
Similar issue. I'm using `"me.limansky" %% "beanpuree" % "0.4"` And for the following test: ```scala package example import org.scalatest._ import me.limansky.beanpuree._ import me.limansky.beanpuree.BeanConverter import me.limansky.beanpuree.BeanConverter._ import scala.beans.BeanProperty class Foo(@BeanProperty var...
Mike, No, it were not real classes. I faced similar problem while attempting to use beanpuree from pure Java. I try to use scala adapter object as a workaround.
@limansky, the issue was somewhat different: > ...ConvTest.scala:15:46: could not find implicit value for parameter sbc: > me.limansky.beanpuree.BeanConverter[B,P] > [error] @BeanProperty val converter = BeanConverter[B, P] > [error] ^ >...
Juho, Pekka, Thank you for suggestions. I'll make some corrections in projects.
@michael-o, @eolivelli, For me it is indeed w/a, which lets me modify, compile and deploy some stuff from github to internal repo to debug the project I'm working on. I...