Patrik Mihalcin

Results 7 issues of Patrik Mihalcin

It'd be great to preserve comments which we typically add near field declaration. This way typescript files will have the same documentation.

Cool feature would be to monitor Spring Integration messages. Java melody would read JMS headers and the spring application would enable http://docs.spring.io/spring-integration/reference/html/system-management-chapter.html#message-history

enhancement

Hi @winterbe Thanks a lot for this nice example. Given the fact that Nashorn is deprecated: http://openjdk.java.net/jeps/335 (JEP 335: Deprecate the Nashorn JavaScript Engine). Are you aware of any alternatives...

Given I register classes for serialization using `SubZero` ``` private void setupSerialization(final Config config) { config.getSerializationConfig() .setEnableCompression(true); SubZero.useForClasses(config, GetApplicationDataRequest.class, GetApplicationDataResponse.class); } ``` ``` public class GetApplicationDataRequest { protected String applicationCode;...

I typically write tests with `MockMvc` where you can set up expectations using very nice DSL. Test is annotated with ``` @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.MOCK) @AutoConfigureMockMvc ``` Then I can autowire...

I have test project which relies on library of shared step definitions. When I run Rider for the first time and only run features, all is good. Plugin works and...

bug
Waiting for info