Emerson Farrugia
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created Support for Gradle 4.6 dependency constraints
AnsweredHi, I've tried using dependency constraints in an IntelliJ project, and noticed warnings, modules getting dropped, and various errors. There are enough moving parts that it's tough to nail it down ... -
Created Structural search context question
Hi,I'm trying to do a structural search replace to change annotations. I have getters like @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name = "id") public Integer getId(... -
Created A couple of web application deployment questions.
Hi,1. Is there a way to deploy a web application artifact to a Tomcat server after the server has been started? 2. Is there a way to control the order in which web application artifacts deployed to... -
Created Can Spring profile panel be enabled for Spring @Configuration?
Hi,I have a bean Foo that needs to have bean Bar injected into it. Bar is defined in a @Configuration class with @Profile("testing"). IDEA's complaining that Foo can't find Bar, because it doesn't ... -
Created Live Templates in Spring file.
Hi,I'm using IntelliJ 7.0.3 on OS X and I'm coding a Spring application. The applicationContext.xml file of the application is registered with a Spring facet and I can view its graphical representa...