Dmytro Hasilin

Results 10 comments of Dmytro Hasilin

Also it is interesting how module *.properties files collaborate. There are some issues around @ConditionalOnProperty with different properties files.

Got it, it generally you suggestion is to stick with one property file. We end up with same approach, it's just not very "clean" when you have interchangeable plugins (based...

Vote for that :+1:

For me it would be nice to simply transpile my POJO Java objects form some specific package to TS and put them in UI app folder on every build, so...

@atsu85 Well I'm not familiar with such deep details, but I'm open to provide help if needed. Unfortunately I'm not quite expert in it :( But it would be really...

@atsu85 I got answers, but thank you for explaining in details :) Use case for method implementation: 1) load domain object from DB (called aggregate in Domain Driven Design) 2)...

@dobluth , I agree with you :) API is hard to maintain) And yes, I think I will create an wrapper API for boxable for our report feature. But it...

What to do? is there a plans to update this tool? Or everyone is using alternative tool ? :)

@sergeyamaslov have you tried simple exclude: ` testCompile ('de.adesso:junit-insights:1.1.0'){ exclude group: 'org.jetbrains.kotlin', module: 'kotlin-reflect' }`