roberterdin

Results 6 comments of roberterdin

I execute a gradle task as Run Configuration: `cleanTest test --tests SomeTest` I guess I need a JAR Applicatoin?

Ok thank you. Don't worry too much about Gradle support... if somebedy wants to profile something he will manage to make an according Run Configuration :)

At least for Unit Tests, yes. AFAIK (have not veryfied this) it starts the application without a daemon.

The gradle run task from the [Application Plugin](https://docs.gradle.org/current/userguide/application_plugin.html) runs my application in a seperate process. It sais it uses the [JavaExec](https://docs.gradle.org/current/dsl/org.gradle.api.tasks.JavaExec.html) function. This function also takes VM args. Example: ```...

I've had the same issue. Is it possible that ```java @Bean public JsonViewSupportFactoryBean views() { // no object mapper in constructor return new JsonViewSupportFactoryBean(); } ``` overwrites the spring configuration...

Is there an update on this? That would quite useful. Having the files in `st2/lib/python2.7/site-packages/st2common/jinja/filters/` does not work because they are loaded here: https://github.com/StackStorm/st2/blob/master/st2common/st2common/util/jinja.py#L46