Thorsten Schoening
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 12
-
Edited Atlassian removed JIRA integration APIs
AnsweredIm receving the following error message when trying to open a task from JIRA since about a few hours. Worked perfectly before. According to the linked website, the changes were announced a few mont... -
Edited Why are compiler settings in `.idea/compiler.xml` regularly reset?
AnsweredI have the following setting in compiler.xml to be able to use Spring configuration properties properly. There's a similar setting in pom.xml, but seems that IDEA doesn't take that into account for... -
Created Directory with resources dir ending on ".lib" not copied into "target/classes" when IDEA builds automatically.
AnsweredI have the following project layout:project project-app project-lib srcmain java[…] resourcesfoo.bar.project.lib file1.yaml file2.yaml targetclasses project-war When I execute `mvn clean... -
Created How to configure a classpath for custom Liquibase migrations for the Liquibase update dialog in the IDE UI?
AnsweredHi everyone,in the database section of IDEA there's a context menu to apply Liquibase updates in my projects, because I use Liquibase in those. Though, when doing so, I get a ClassNotFoundException... -
Created How does the continuation setting in Java code formatter work?
AnsweredHi everyone,I have code like the following, which is automatically indented by one tab with size of 4 spaces. 1 tab for the method within the class, one tab for “return” within the method and a thi... -
Edited Am I able to configure the IntelliJ Java code formatter to keep alignment spaces within statements?
AnsweredHi everyone,I'm wondering if I'm able to tell the formatter somehow to keep the following code as-is. Note the spaces between interface names and “extends” or variable names and “=” or before the s... -
Edited Is there a plugin monitoring IDEAs console for some special text and able to execute some tool?
AnsweredHi everyone,I have a Spring Boot-app and would like to do something after I manually stopped that. After stopping, the IDEA console prints the following text, which in theory is somewhat secure to ... -
Created How to automatically execute a commandline when STOPPING a Spring Boot-app?
AnsweredHi everyone,I have a run-config for a Spring Boot-app that automatically starts some process using the “Add before launch task”. That process runs in the background and I would like it to stop at l... -
Edited No login possible in Tools/Tasks/Servers with same credentials, but different IDE projects
AnsweredHi everyone,I have different IDE projects and in some of those Tools/Tasks/Server was configured in the past to use a company JIRA instance, while in some IDE projects I simply forgot to do so. Aft... -
Created How to disable plugin updates for individual plugins only?
AnsweredHi everyone,for various reasons I need to use exactly one version of some special plugin, while newer versions for that are released regularly. IntelliJ informs me about those updates and from time...