<freeStyleProject _class='hudson.model.FreeStyleProject'><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction'><displayUrl>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/</displayUrl></action><action _class='com.cloudbees.plugins.credentials.ViewCredentialsAction'><stores></stores></action><description>Build for the BND workspace containing
- GeckoEMF</description><displayName>geckoRuntimeRelease</displayName><fullDisplayName>geckoRuntimeRelease</fullDisplayName><fullName>geckoRuntimeRelease</fullName><name>geckoRuntimeRelease</name><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/</url><buildable>true</buildable><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#93</displayName><duration>35</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #93</fullDisplayName><id>93</id><inProgress>false</inProgress><keepLog>false</keepLog><number>93</number><queueId>787731</queueId><result>FAILURE</result><timestamp>1680690728068</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/93/</url><builtOn></builtOn><changeSet _class='hudson.scm.EmptyChangeLogSet'></changeSet></build><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>92</buildNumber><marked><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>107</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#92</displayName><duration>234329</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #92</fullDisplayName><id>92</id><inProgress>false</inProgress><keepLog>false</keepLog><number>92</number><queueId>356</queueId><result>SUCCESS</result><timestamp>1594324446117</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/92/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml</affectedPath><commitId>1b3293a7a2946ccd695d19cee1f0a3d0deead001</commitId><timestamp>1586181506000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></author><authorEmail>j.albert@data-in-motion.biz</authorEmail><comment>fixed docker compose file
</comment><date>2020-04-06 13:58:26 +0000</date><id>1b3293a7a2946ccd695d19cee1f0a3d0deead001</id><msg>fixed docker compose file</msg><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><commitId>54991eb53ad239f082f2c0c18caa3757cb9ba5f1</commitId><timestamp>1588011651000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- fix build breaker
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-04-27 20:20:51 +0200</date><id>54991eb53ad239f082f2c0c18caa3757cb9ba5f1</id><msg>- fix build breaker</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java</affectedPath><affectedPath>org.gecko.core/api.bnd</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/package-info.java</affectedPath><commitId>ce973287aed520e70db60a3b0ba666b0a02d001e</commitId><timestamp>1588087711000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>Connection
- add basic http connections facade
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-04-28 17:28:31 +0200</date><id>ce973287aed520e70db60a3b0ba666b0a02d001e</id><msg>Connection</msg><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/package-info.java</file></path><path><editType>edit</editType><file>org.gecko.core/api.bnd</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.logging/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging/.gitignore</affectedPath><affectedPath>org.gecko.logging/.classpath</affectedPath><affectedPath>org.gecko.logging/bnd.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.runtime.tests/bnd.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>cnf/ext/central.maven</affectedPath><affectedPath>org.gecko.logging/.project</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>ec6897304678b80e926f5119d224964ebcc8d58c</commitId><timestamp>1594126662000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- added logging fragment
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-07-07 14:57:42 +0200</date><id>ec6897304678b80e926f5119d224964ebcc8d58c</id><msg>- added logging fragment</msg><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>edit</editType><file>org.gecko.runtime.tests/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>add</editType><file>org.gecko.logging/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging/launch_example.bndrun</file></path><path><editType>add</editType><file>org.gecko.logging/.project</file></path><path><editType>add</editType><file>org.gecko.logging/.classpath</file></path><path><editType>add</editType><file>org.gecko.logging/.gitignore</file></path><path><editType>edit</editType><file>cnf/ext/central.maven</file></path><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.jdt.core.prefs</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.logging.sample/.project</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java</affectedPath><affectedPath>org.gecko.logging.sample/etc/logback.xml</affectedPath><affectedPath>org.gecko.logging.sample/.classpath</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.logging/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging.sample/.gitignore</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.logging/bnd.bnd</affectedPath><affectedPath>org.gecko.logging.sample/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging.sample/bnd.bnd</affectedPath><affectedPath>cnf/ext/defaults.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</affectedPath><commitId>b1c21e43ba1cdcb931cba85ef55d6dcd099eed05</commitId><timestamp>1594324121000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>Logging
- fix packing issue log4j ServiceLoader properties
- added sample project
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-07-09 21:48:41 +0200</date><id>b1c21e43ba1cdcb931cba85ef55d6dcd099eed05</id><msg>Logging</msg><path><editType>edit</editType><file>cnf/ext/defaults.bnd</file></path><path><editType>edit</editType><file>org.gecko.logging/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.gitignore</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/etc/logback.xml</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.classpath</file></path><path><editType>edit</editType><file>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.project</file></path><path><editType>add</editType><file>org.gecko.logging.sample/launch_example.bndrun</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>delete</editType><file>org.gecko.logging/launch_example.bndrun</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></culprit><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></build><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>91</buildNumber><marked><SHA1>0e969da70ff444ebb2729613ce0fb175bda67d9c</SHA1><branch><SHA1>0e969da70ff444ebb2729613ce0fb175bda67d9c</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>0e969da70ff444ebb2729613ce0fb175bda67d9c</SHA1><branch><SHA1>0e969da70ff444ebb2729613ce0fb175bda67d9c</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>0e969da70ff444ebb2729613ce0fb175bda67d9c</SHA1><branch><SHA1>0e969da70ff444ebb2729613ce0fb175bda67d9c</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>107</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#91</displayName><duration>225091</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #91</fullDisplayName><id>91</id><inProgress>false</inProgress><keepLog>false</keepLog><number>91</number><queueId>262</queueId><result>SUCCESS</result><timestamp>1585914922516</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/91/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.bnd/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/script/gecko.conf</affectedPath><affectedPath>org.gecko.runtime.releng/docker/Dockerfile</affectedPath><commitId>63a8fd9f4b79d60255c83cf6d258294301f364e3</commitId><timestamp>1584096527000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>use telenet for gogo
- added telnet config as default
- expose telnet port in dockerfile
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-03-13 11:48:47 +0100</date><id>63a8fd9f4b79d60255c83cf6d258294301f364e3</id><msg>use telenet for gogo</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/script/gecko.conf</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/docker/Dockerfile</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/bnd.bnd</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime/{{projectName}}.bndrun</affectedPath><commitId>0e969da70ff444ebb2729613ce0fb175bda67d9c</commitId><timestamp>1585914594000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- added new Export-Config
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-04-03 13:49:54 +0200</date><id>0e969da70ff444ebb2729613ce0fb175bda67d9c</id><msg>- added new Export-Config</msg><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime/{{projectName}}.bndrun</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></build><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>90</buildNumber><marked><SHA1>cbf84d09d48b8f88e19426c6269aedd1434eb846</SHA1><branch><SHA1>cbf84d09d48b8f88e19426c6269aedd1434eb846</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>cbf84d09d48b8f88e19426c6269aedd1434eb846</SHA1><branch><SHA1>cbf84d09d48b8f88e19426c6269aedd1434eb846</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>cbf84d09d48b8f88e19426c6269aedd1434eb846</SHA1><branch><SHA1>cbf84d09d48b8f88e19426c6269aedd1434eb846</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>107</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#90</displayName><duration>232619</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #90</fullDisplayName><id>90</id><inProgress>false</inProgress><keepLog>false</keepLog><number>90</number><queueId>184</queueId><result>SUCCESS</result><timestamp>1583841107691</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/90/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core.repo/src/.keep</affectedPath><affectedPath>org.gecko.core.repo/.project</affectedPath><affectedPath>org.gecko.core.repo/.gitignore</affectedPath><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.bnd/bnd.bnd</affectedPath><affectedPath>org.gecko.core.repo/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.core.repo/.classpath</affectedPath><affectedPath>org.gecko.runtime.releng/bnd.bnd</affectedPath><affectedPath>org.gecko.core.repo/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.core.repo/bnd.bnd</affectedPath><commitId>ce3791293e4854c485ceb95253de84dda56672eb</commitId><timestamp>1582584068000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></author><authorEmail>j.albert@data-in-motion.biz</authorEmail><comment>added test bundle repo
Signed-off-by: Juergen Albert &lt;j.albert@data-in-motion.biz&gt;
</comment><date>2020-02-24 23:41:08 +0100</date><id>ce3791293e4854c485ceb95253de84dda56672eb</id><msg>added test bundle repo</msg><path><editType>add</editType><file>org.gecko.core.repo/.classpath</file></path><path><editType>add</editType><file>org.gecko.core.repo/src/.keep</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.core.repo/.gitignore</file></path><path><editType>add</editType><file>org.gecko.core.repo/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>org.gecko.core.repo/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.core.repo/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.core.repo/.project</file></path><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core.index/src/.keep</affectedPath><affectedPath>org.gecko.core.repo/.gitignore</affectedPath><affectedPath>org.gecko.core.index/.classpath</affectedPath><affectedPath>org.gecko.core.repo/.classpath</affectedPath><affectedPath>org.gecko.core.repo/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.core.index/bnd.bnd</affectedPath><affectedPath>org.gecko.core.repo/src/.keep</affectedPath><affectedPath>org.gecko.core.repo/.project</affectedPath><affectedPath>org.gecko.core.index/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.core.repo/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.core.index/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.core.repo/bnd.bnd</affectedPath><affectedPath>org.gecko.core.index/.project</affectedPath><affectedPath>org.gecko.core.index/.gitignore</affectedPath><commitId>8ee2d0803a4b4ca76001f162953de0cd6f1a5370</commitId><timestamp>1582749916000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></author><authorEmail>j.albert@data-in-motion.biz</authorEmail><comment>Added an index project
Signed-off-by: Juergen Albert &lt;j.albert@data-in-motion.biz&gt;
</comment><date>2020-02-26 21:45:16 +0100</date><id>8ee2d0803a4b4ca76001f162953de0cd6f1a5370</id><msg>Added an index project</msg><path><editType>delete</editType><file>org.gecko.core.repo/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>add</editType><file>org.gecko.core.index/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.core.index/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>add</editType><file>org.gecko.core.index/src/.keep</file></path><path><editType>delete</editType><file>org.gecko.core.repo/.classpath</file></path><path><editType>add</editType><file>org.gecko.core.index/.classpath</file></path><path><editType>add</editType><file>org.gecko.core.index/.project</file></path><path><editType>add</editType><file>org.gecko.core.index/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>delete</editType><file>org.gecko.core.repo/src/.keep</file></path><path><editType>delete</editType><file>org.gecko.core.repo/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>delete</editType><file>org.gecko.core.repo/.project</file></path><path><editType>delete</editType><file>org.gecko.core.repo/bnd.bnd</file></path><path><editType>delete</editType><file>org.gecko.core.repo/.gitignore</file></path><path><editType>add</editType><file>org.gecko.core.index/.gitignore</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.runtime.bnd/test.bndrun</affectedPath><affectedPath>org.gecko.runtime.bnd/test/org/gecko/runtime/bnd/GeckoBndRunTest.java</affectedPath><affectedPath>org.gecko.runtime.bnd/bnd.bnd</affectedPath><commitId>07f4251454300e89917fefbe01845f4a0e811a93</commitId><timestamp>1582752489000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></author><authorEmail>j.albert@data-in-motion.biz</authorEmail><comment>fixed Gecko Exporter
Signed-off-by: Juergen Albert &lt;j.albert@data-in-motion.biz&gt;
</comment><date>2020-02-26 22:28:09 +0100</date><id>07f4251454300e89917fefbe01845f4a0e811a93</id><msg>fixed Gecko Exporter</msg><path><editType>edit</editType><file>org.gecko.runtime.bnd/test.bndrun</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/test/org/gecko/runtime/bnd/GeckoBndRunTest.java</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core.index/bnd.bnd</affectedPath><affectedPath>cnf/releng/snapshot.bnd</affectedPath><commitId>ddcf31dd8b9f59df2d9c62310d6eb9f923710ab6</commitId><timestamp>1582818160000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>test bom
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-27 16:42:40 +0100</date><id>ddcf31dd8b9f59df2d9c62310d6eb9f923710ab6</id><msg>test bom</msg><path><editType>edit</editType><file>org.gecko.core.index/bnd.bnd</file></path><path><editType>edit</editType><file>cnf/releng/snapshot.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core.index/bnd.bnd</affectedPath><affectedPath>cnf/releng/snapshot.bnd</affectedPath><commitId>1608e550b3cbe7ab224e3e53cfd025571894a767</commitId><timestamp>1582818791000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>revert
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-27 16:53:11 +0100</date><id>1608e550b3cbe7ab224e3e53cfd025571894a767</id><msg>revert</msg><path><editType>edit</editType><file>cnf/releng/snapshot.bnd</file></path><path><editType>edit</editType><file>org.gecko.core.index/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/src/org/gecko/core/tests/AbstractOSGiTest.java</affectedPath><affectedPath>org.gecko.core.index/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/tests/ServiceCheckerCustomizer.java</affectedPath><affectedPath>org.gecko.core.index/.classpath</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/tests/ServiceChecker.java</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/tests/package-info.java</affectedPath><affectedPath>org.gecko.runtime.tests/bnd.bnd</affectedPath><affectedPath>org.gecko.core/test.bnd</affectedPath><affectedPath>cnf/ext/central.maven</affectedPath><commitId>cbf84d09d48b8f88e19426c6269aedd1434eb846</commitId><timestamp>1583840685000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>improved test cleanup
- synchronized some callbacks
- added verbose logging to ServiceChecker
- added cleanup for service checker on teardown
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-03-10 12:44:45 +0100</date><id>cbf84d09d48b8f88e19426c6269aedd1434eb846</id><msg>improved test cleanup</msg><path><editType>edit</editType><file>cnf/ext/central.maven</file></path><path><editType>edit</editType><file>org.gecko.core.index/.classpath</file></path><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/tests/package-info.java</file></path><path><editType>edit</editType><file>org.gecko.core.index/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>edit</editType><file>org.gecko.runtime.tests/bnd.bnd</file></path><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/tests/ServiceCheckerCustomizer.java</file></path><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/tests/ServiceChecker.java</file></path><path><editType>edit</editType><file>org.gecko.core/test.bnd</file></path><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/tests/AbstractOSGiTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></culprit><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></build><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>89</buildNumber><marked><SHA1>9ab6c57b52e196774a1415f5e1f475cfd77b3d0e</SHA1><branch><SHA1>9ab6c57b52e196774a1415f5e1f475cfd77b3d0e</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>9ab6c57b52e196774a1415f5e1f475cfd77b3d0e</SHA1><branch><SHA1>9ab6c57b52e196774a1415f5e1f475cfd77b3d0e</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>9ab6c57b52e196774a1415f5e1f475cfd77b3d0e</SHA1><branch><SHA1>9ab6c57b52e196774a1415f5e1f475cfd77b3d0e</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>106</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#89</displayName><duration>222642</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #89</fullDisplayName><id>89</id><inProgress>false</inProgress><keepLog>false</keepLog><number>89</number><queueId>106</queueId><result>SUCCESS</result><timestamp>1582473482046</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/89/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>docs/Gecko_Exporter.md</affectedPath><affectedPath>docs/02-runtime-project.png</affectedPath><affectedPath>docs/01-repository.png</affectedPath><affectedPath>docs/05-resolve-result.png</affectedPath><affectedPath>docs/03-docker-setup.png</affectedPath><affectedPath>README.MD</affectedPath><affectedPath>docs/04-launch-application.png</affectedPath><commitId>1160a0e60b42fd4b4da4950e7d080cbc21fb049a</commitId><timestamp>1582473346000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>Update docs/01-repository.png, docs/03-docker-setup.png,
docs/02-runtime-project.png, docs/05-resolve-result.png,
docs/04-launch-application.png, docs/Gecko_Exporter.md, README.MD files
</comment><date>2020-02-23 15:55:46 +0000</date><id>1160a0e60b42fd4b4da4950e7d080cbc21fb049a</id><msg>Update docs/01-repository.png, docs/03-docker-setup.png,</msg><path><editType>edit</editType><file>README.MD</file></path><path><editType>add</editType><file>docs/01-repository.png</file></path><path><editType>add</editType><file>docs/02-runtime-project.png</file></path><path><editType>add</editType><file>docs/05-resolve-result.png</file></path><path><editType>add</editType><file>docs/03-docker-setup.png</file></path><path><editType>add</editType><file>docs/Gecko_Exporter.md</file></path><path><editType>add</editType><file>docs/04-launch-application.png</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></build><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>88</buildNumber><marked><SHA1>6cd7a4ba7aea020f3c67c196991065bc14b01cd9</SHA1><branch><SHA1>6cd7a4ba7aea020f3c67c196991065bc14b01cd9</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>6cd7a4ba7aea020f3c67c196991065bc14b01cd9</SHA1><branch><SHA1>6cd7a4ba7aea020f3c67c196991065bc14b01cd9</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>6cd7a4ba7aea020f3c67c196991065bc14b01cd9</SHA1><branch><SHA1>6cd7a4ba7aea020f3c67c196991065bc14b01cd9</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>106</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#88</displayName><duration>223582</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #88</fullDisplayName><id>88</id><inProgress>false</inProgress><keepLog>false</keepLog><number>88</number><queueId>104</queueId><result>SUCCESS</result><timestamp>1582454996435</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/88/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</affectedPath><commitId>6cd7a4ba7aea020f3c67c196991065bc14b01cd9</commitId><timestamp>1582454982000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- fix java level replacement
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-23 11:49:42 +0100</date><id>6cd7a4ba7aea020f3c67c196991065bc14b01cd9</id><msg>- fix java level replacement</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></build><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>87</buildNumber><marked><SHA1>5fafc6af40365c72aaa7273d5c1479ba21e82d81</SHA1><branch><SHA1>5fafc6af40365c72aaa7273d5c1479ba21e82d81</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>5fafc6af40365c72aaa7273d5c1479ba21e82d81</SHA1><branch><SHA1>5fafc6af40365c72aaa7273d5c1479ba21e82d81</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>5fafc6af40365c72aaa7273d5c1479ba21e82d81</SHA1><branch><SHA1>5fafc6af40365c72aaa7273d5c1479ba21e82d81</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>106</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#87</displayName><duration>222621</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #87</fullDisplayName><id>87</id><inProgress>false</inProgress><keepLog>false</keepLog><number>87</number><queueId>103</queueId><result>SUCCESS</result><timestamp>1582299451384</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/87/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/test/org/gecko/core/resources/ServiceFileWatcherTest.java</affectedPath><commitId>efa743e196f773782654768611eb5300b146ac0a</commitId><timestamp>1582289247000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- autoclean files
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 13:47:27 +0100</date><id>efa743e196f773782654768611eb5300b146ac0a</id><msg>- autoclean files</msg><path><editType>edit</editType><file>org.gecko.core/test/org/gecko/core/resources/ServiceFileWatcherTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><commitId>bdaaffe5ba69ce6de8a626d25d8a16445a8446f1</commitId><timestamp>1582296234000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- missing server runtime template
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 15:43:54 +0100</date><id>bdaaffe5ba69ce6de8a626d25d8a16445a8446f1</id><msg>- missing server runtime template</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</affectedPath><commitId>f337c72ed671ffa63d5881f1db01fd4d1f0e4934</commitId><timestamp>1582296466000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- fix bug with javaLevel
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 15:47:46 +0100</date><id>f337c72ed671ffa63d5881f1db01fd4d1f0e4934</id><msg>- fix bug with javaLevel</msg><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><commitId>5fafc6af40365c72aaa7273d5c1479ba21e82d81</commitId><timestamp>1582297694000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- version
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 16:08:14 +0100</date><id>5fafc6af40365c72aaa7273d5c1479ba21e82d81</id><msg>- version</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></build><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user DIM Build</shortDescription><userId>dim</userId><userName>DIM Build</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>86</buildNumber><marked><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>106</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#86</displayName><duration>224165</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #86</fullDisplayName><id>86</id><inProgress>false</inProgress><keepLog>false</keepLog><number>86</number><queueId>98</queueId><result>SUCCESS</result><timestamp>1582288988479</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/86/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></build><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>85</buildNumber><marked><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>1</failCount><skipCount>0</skipCount><totalCount>101</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#85</displayName><duration>208149</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #85</fullDisplayName><id>85</id><inProgress>false</inProgress><keepLog>false</keepLog><number>85</number><queueId>97</queueId><result>FAILURE</result><timestamp>1582286426001</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/85/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>test.runtime/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/RequireRuntime.java</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/_template.properties</affectedPath><affectedPath>test.runtime/runtime/bin/gecko.conf</affectedPath><affectedPath>test.runtime/.gitignore</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback_console.xml</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/package-info.java</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.runtime.bnd/bnd.bnd</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.runtime.releng/script/gecko.conf</affectedPath><affectedPath>test.runtime/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback_new.xml</affectedPath><affectedPath>test.runtime/.project</affectedPath><affectedPath>cnf/ext/runtime.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/script/gecko.sh</affectedPath><affectedPath>test.runtime/runtime/etc/config.json</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/configs/runtime.json</affectedPath><affectedPath>test.runtime/docker-compose/docker-compose.yml</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback.xml</affectedPath><affectedPath>.gradle-wrapper/gradle-wrapper.properties</affectedPath><affectedPath>settings.gradle</affectedPath><affectedPath>org.gecko.templates/resources/runtime.xml</affectedPath><affectedPath>org.gecko.templates/resources/runtime-simple.xml</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/docker-compose/docker-compose.yml</affectedPath><affectedPath>org.gecko.runtime.releng/docker/Dockerfile</affectedPath><affectedPath>test.runtime/build.gradle</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</affectedPath><affectedPath>gradle.properties</affectedPath><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><affectedPath>test.runtime/configs/runtime.json</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/build.gradle</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/bin/gecko.conf</affectedPath><affectedPath>org.gecko.templates/resources/templates/launch/gecko-export.xml</affectedPath><affectedPath>org.gecko.runtime.bnd/test.bndrun</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/etc/config.json</affectedPath><affectedPath>test.runtime/.classpath</affectedPath><affectedPath>test.runtime/test.runtime.bndrun</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/package-info.java</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/bnd.bnd</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</affectedPath><affectedPath>cnf/ext/central.maven</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback_console_only.xml</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>9473a44a5d920f85f3a3b5ab546d2bcc1584025a</commitId><timestamp>1582284529000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>templates
-added new simple runtime template
- improved gecko.sh
- improved gecko.conf
- Dockerfile base on openjdk11
- exporter build agains bnd 5
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 12:28:49 +0100</date><id>9473a44a5d920f85f3a3b5ab546d2bcc1584025a</id><msg>templates</msg><path><editType>edit</editType><file>org.gecko.runtime.releng/docker/Dockerfile</file></path><path><editType>add</editType><file>test.runtime/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>test.runtime/.gitignore</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/bnd.bnd</file></path><path><editType>add</editType><file>test.runtime/build.gradle</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/package-info.java</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/bnd.bnd</file></path><path><editType>add</editType><file>test.runtime/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/test.bndrun</file></path><path><editType>add</editType><file>org.gecko.templates/resources/runtime-simple.xml</file></path><path><editType>add</editType><file>test.runtime/src/test/runtime/annotation/RequireRuntime.java</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/bin/gecko.conf</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</file></path><path><editType>add</editType><file>test.runtime/configs/runtime.json</file></path><path><editType>delete</editType><file>org.gecko.runtime.releng/etc/logback_new.xml</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/script/gecko.conf</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/etc/config.json</file></path><path><editType>add</editType><file>test.runtime/test.runtime.bndrun</file></path><path><editType>add</editType><file>org.gecko.runtime.releng/etc/logback_console.xml</file></path><path><editType>delete</editType><file>org.gecko.runtime.releng/etc/logback_console_only.xml</file></path><path><editType>add</editType><file>test.runtime/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>add</editType><file>test.runtime/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>edit</editType><file>.gradle-wrapper/gradle-wrapper.properties</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>test.runtime/src/test/runtime/annotation/package-info.java</file></path><path><editType>add</editType><file>test.runtime/.classpath</file></path><path><editType>edit</editType><file>gradle.properties</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/templates/launch/gecko-export.xml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/bnd.bnd</file></path><path><editType>edit</editType><file>settings.gradle</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>delete</editType><file>cnf/ext/runtime.bnd</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/etc/logback.xml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/docker-compose/docker-compose.yml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/_template.properties</file></path><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path><path><editType>add</editType><file>test.runtime/.project</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/runtime.xml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/script/gecko.sh</file></path><path><editType>add</editType><file>test.runtime/runtime/etc/config.json</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/configs/runtime.json</file></path><path><editType>edit</editType><file>cnf/ext/central.maven</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/build.gradle</file></path><path><editType>add</editType><file>test.runtime/runtime/bin/gecko.conf</file></path><path><editType>add</editType><file>test.runtime/docker-compose/docker-compose.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>test.runtime/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/RequireRuntime.java</affectedPath><affectedPath>test.runtime/runtime/bin/gecko.conf</affectedPath><affectedPath>test.runtime/.gitignore</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/package-info.java</affectedPath><affectedPath>test.runtime/build.gradle</affectedPath><affectedPath>test.runtime/configs/runtime.json</affectedPath><affectedPath>test.runtime/bnd.bnd</affectedPath><affectedPath>test.runtime/.classpath</affectedPath><affectedPath>test.runtime/test.runtime.bndrun</affectedPath><affectedPath>test.runtime/.project</affectedPath><affectedPath>test.runtime/runtime/etc/config.json</affectedPath><affectedPath>test.runtime/docker-compose/docker-compose.yml</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>7482066625f7933166f28047e451b62f27e2e60f</commitId><timestamp>1582284714000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- remove test project
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 12:31:54 +0100</date><id>7482066625f7933166f28047e451b62f27e2e60f</id><msg>- remove test project</msg><path><editType>delete</editType><file>test.runtime/test.runtime.bndrun</file></path><path><editType>delete</editType><file>test.runtime/build.gradle</file></path><path><editType>delete</editType><file>test.runtime/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>delete</editType><file>test.runtime/runtime/bin/gecko.conf</file></path><path><editType>delete</editType><file>test.runtime/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>delete</editType><file>test.runtime/bnd.bnd</file></path><path><editType>delete</editType><file>test.runtime/runtime/etc/config.json</file></path><path><editType>delete</editType><file>test.runtime/.classpath</file></path><path><editType>delete</editType><file>test.runtime/src/test/runtime/annotation/package-info.java</file></path><path><editType>delete</editType><file>test.runtime/docker-compose/docker-compose.yml</file></path><path><editType>delete</editType><file>test.runtime/src/test/runtime/annotation/RequireRuntime.java</file></path><path><editType>delete</editType><file>test.runtime/.gitignore</file></path><path><editType>delete</editType><file>test.runtime/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>delete</editType><file>test.runtime/.project</file></path><path><editType>delete</editType><file>test.runtime/configs/runtime.json</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/test/org/gecko/core/resources/JsonFileWatcherTest.java</affectedPath><commitId>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</commitId><timestamp>1582285150000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- cleanup test data
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 12:39:10 +0100</date><id>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</id><msg>- cleanup test data</msg><path><editType>edit</editType><file>org.gecko.core/test/org/gecko/core/resources/JsonFileWatcherTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></build><build _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Jürgen Abert</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>84</buildNumber><marked><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><branch><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><branch><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><branch><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>106</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Jürgen Abert</description><displayName>#84</displayName><duration>225865</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #84</fullDisplayName><id>84</id><inProgress>false</inProgress><keepLog>false</keepLog><number>84</number><queueId>46</queueId><result>SUCCESS</result><timestamp>1579270014558</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/84/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/test/org/gecko/core/test/ServiceCustomizerTest.java</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/tests/ServiceCheckerCustomizer.java</affectedPath><affectedPath>org.gecko.core/test.bnd</affectedPath><commitId>2f5821fcb953e8aaeaac21961b87ea345dd3700f</commitId><timestamp>1575292533000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- fix error exception on getservice
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2019-12-02 14:15:33 +0100</date><id>2f5821fcb953e8aaeaac21961b87ea345dd3700f</id><msg>- fix error exception on getservice</msg><path><editType>edit</editType><file>org.gecko.core/test.bnd</file></path><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/tests/ServiceCheckerCustomizer.java</file></path><path><editType>edit</editType><file>org.gecko.core/test/org/gecko/core/test/ServiceCustomizerTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>cnf/ext/defaults.bnd</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolConstants.java</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/pool/package-info.java</affectedPath><affectedPath>org.gecko.core/pool.bnd</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java</affectedPath><affectedPath>org.gecko.core/test/org/gecko/core/pool/ConfigurablePoolComponentTest.java</affectedPath><commitId>efd545c2a8b90206ddb670c570a93244b6f4876f</commitId><timestamp>1576570036000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></author><authorEmail>i.salvadori@data-in-motion.biz</authorEmail><comment>- ConfigurablePoolComponent added
Signed-off-by: Ilenia Salvadori &lt;i.salvadori@data-in-motion.biz&gt;
</comment><date>2019-12-17 09:07:16 +0100</date><id>efd545c2a8b90206ddb670c570a93244b6f4876f</id><msg>- ConfigurablePoolComponent added</msg><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/pool/package-info.java</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolConstants.java</file></path><path><editType>add</editType><file>org.gecko.core/test/org/gecko/core/pool/ConfigurablePoolComponentTest.java</file></path><path><editType>edit</editType><file>cnf/ext/defaults.bnd</file></path><path><editType>edit</editType><file>org.gecko.core/pool.bnd</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.bnd/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/bnd.bnd</affectedPath><commitId>79e229520df072ba7d830e7cb9ed80d37519f50a</commitId><timestamp>1576570050000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></author><authorEmail>i.salvadori@data-in-motion.biz</authorEmail><comment>- increased versions
Signed-off-by: Ilenia Salvadori &lt;i.salvadori@data-in-motion.biz&gt;
</comment><date>2019-12-17 09:07:30 +0100</date><id>79e229520df072ba7d830e7cb9ed80d37519f50a</id><msg>- increased versions</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/bnd.bnd</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/test/org/gecko/core/resources/AbstractFileWatcherTest.java</affectedPath><commitId>26a2fff6e451836977e34d6c4f5ccce211e8b2d1</commitId><timestamp>1576570067000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></author><authorEmail>i.salvadori@data-in-motion.biz</authorEmail><comment>- increased waiting time in tests due to failing
Signed-off-by: Ilenia Salvadori &lt;i.salvadori@data-in-motion.biz&gt;
</comment><date>2019-12-17 09:07:47 +0100</date><id>26a2fff6e451836977e34d6c4f5ccce211e8b2d1</id><msg>- increased waiting time in tests due to failing</msg><path><editType>edit</editType><file>org.gecko.core/test/org/gecko/core/resources/AbstractFileWatcherTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java</affectedPath><commitId>64b1c64283d0f42fdcd8b98222f083e30d6b3085</commitId><timestamp>1576571989000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></author><authorEmail>i.salvadori@data-in-motion.biz</authorEmail><comment>- service factory pid added to registered pool
Signed-off-by: Ilenia Salvadori &lt;i.salvadori@data-in-motion.biz&gt;
</comment><date>2019-12-17 09:39:49 +0100</date><id>64b1c64283d0f42fdcd8b98222f083e30d6b3085</id><msg>- service factory pid added to registered pool</msg><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></culprit><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></build><color>red</color><firstBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Jürgen Abert</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>84</buildNumber><marked><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><branch><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><branch><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><branch><SHA1>64b1c64283d0f42fdcd8b98222f083e30d6b3085</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>106</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Jürgen Abert</description><displayName>#84</displayName><duration>225865</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #84</fullDisplayName><id>84</id><inProgress>false</inProgress><keepLog>false</keepLog><number>84</number><queueId>46</queueId><result>SUCCESS</result><timestamp>1579270014558</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/84/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/test/org/gecko/core/test/ServiceCustomizerTest.java</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/tests/ServiceCheckerCustomizer.java</affectedPath><affectedPath>org.gecko.core/test.bnd</affectedPath><commitId>2f5821fcb953e8aaeaac21961b87ea345dd3700f</commitId><timestamp>1575292533000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- fix error exception on getservice
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2019-12-02 14:15:33 +0100</date><id>2f5821fcb953e8aaeaac21961b87ea345dd3700f</id><msg>- fix error exception on getservice</msg><path><editType>edit</editType><file>org.gecko.core/test.bnd</file></path><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/tests/ServiceCheckerCustomizer.java</file></path><path><editType>edit</editType><file>org.gecko.core/test/org/gecko/core/test/ServiceCustomizerTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>cnf/ext/defaults.bnd</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolConstants.java</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/pool/package-info.java</affectedPath><affectedPath>org.gecko.core/pool.bnd</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java</affectedPath><affectedPath>org.gecko.core/test/org/gecko/core/pool/ConfigurablePoolComponentTest.java</affectedPath><commitId>efd545c2a8b90206ddb670c570a93244b6f4876f</commitId><timestamp>1576570036000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></author><authorEmail>i.salvadori@data-in-motion.biz</authorEmail><comment>- ConfigurablePoolComponent added
Signed-off-by: Ilenia Salvadori &lt;i.salvadori@data-in-motion.biz&gt;
</comment><date>2019-12-17 09:07:16 +0100</date><id>efd545c2a8b90206ddb670c570a93244b6f4876f</id><msg>- ConfigurablePoolComponent added</msg><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/pool/package-info.java</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolConstants.java</file></path><path><editType>add</editType><file>org.gecko.core/test/org/gecko/core/pool/ConfigurablePoolComponentTest.java</file></path><path><editType>edit</editType><file>cnf/ext/defaults.bnd</file></path><path><editType>edit</editType><file>org.gecko.core/pool.bnd</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.bnd/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/bnd.bnd</affectedPath><commitId>79e229520df072ba7d830e7cb9ed80d37519f50a</commitId><timestamp>1576570050000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></author><authorEmail>i.salvadori@data-in-motion.biz</authorEmail><comment>- increased versions
Signed-off-by: Ilenia Salvadori &lt;i.salvadori@data-in-motion.biz&gt;
</comment><date>2019-12-17 09:07:30 +0100</date><id>79e229520df072ba7d830e7cb9ed80d37519f50a</id><msg>- increased versions</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/bnd.bnd</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/test/org/gecko/core/resources/AbstractFileWatcherTest.java</affectedPath><commitId>26a2fff6e451836977e34d6c4f5ccce211e8b2d1</commitId><timestamp>1576570067000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></author><authorEmail>i.salvadori@data-in-motion.biz</authorEmail><comment>- increased waiting time in tests due to failing
Signed-off-by: Ilenia Salvadori &lt;i.salvadori@data-in-motion.biz&gt;
</comment><date>2019-12-17 09:07:47 +0100</date><id>26a2fff6e451836977e34d6c4f5ccce211e8b2d1</id><msg>- increased waiting time in tests due to failing</msg><path><editType>edit</editType><file>org.gecko.core/test/org/gecko/core/resources/AbstractFileWatcherTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java</affectedPath><commitId>64b1c64283d0f42fdcd8b98222f083e30d6b3085</commitId><timestamp>1576571989000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></author><authorEmail>i.salvadori@data-in-motion.biz</authorEmail><comment>- service factory pid added to registered pool
Signed-off-by: Ilenia Salvadori &lt;i.salvadori@data-in-motion.biz&gt;
</comment><date>2019-12-17 09:39:49 +0100</date><id>64b1c64283d0f42fdcd8b98222f083e30d6b3085</id><msg>- service factory pid added to registered pool</msg><path><editType>edit</editType><file>org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/i.salvadori</absoluteUrl><fullName>i.salvadori</fullName></culprit><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></firstBuild><healthReport><description>Build stability: No recent builds failed.</description><iconClassName>icon-health-80plus</iconClassName><iconUrl>health-80plus.png</iconUrl><score>100</score></healthReport><inQueue>false</inQueue><keepDependencies>false</keepDependencies><lastBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#93</displayName><duration>35</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #93</fullDisplayName><id>93</id><inProgress>false</inProgress><keepLog>false</keepLog><number>93</number><queueId>787731</queueId><result>FAILURE</result><timestamp>1680690728068</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/93/</url><builtOn></builtOn><changeSet _class='hudson.scm.EmptyChangeLogSet'></changeSet></lastBuild><lastCompletedBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>92</buildNumber><marked><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>107</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#92</displayName><duration>234329</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #92</fullDisplayName><id>92</id><inProgress>false</inProgress><keepLog>false</keepLog><number>92</number><queueId>356</queueId><result>SUCCESS</result><timestamp>1594324446117</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/92/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml</affectedPath><commitId>1b3293a7a2946ccd695d19cee1f0a3d0deead001</commitId><timestamp>1586181506000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></author><authorEmail>j.albert@data-in-motion.biz</authorEmail><comment>fixed docker compose file
</comment><date>2020-04-06 13:58:26 +0000</date><id>1b3293a7a2946ccd695d19cee1f0a3d0deead001</id><msg>fixed docker compose file</msg><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><commitId>54991eb53ad239f082f2c0c18caa3757cb9ba5f1</commitId><timestamp>1588011651000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- fix build breaker
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-04-27 20:20:51 +0200</date><id>54991eb53ad239f082f2c0c18caa3757cb9ba5f1</id><msg>- fix build breaker</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java</affectedPath><affectedPath>org.gecko.core/api.bnd</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/package-info.java</affectedPath><commitId>ce973287aed520e70db60a3b0ba666b0a02d001e</commitId><timestamp>1588087711000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>Connection
- add basic http connections facade
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-04-28 17:28:31 +0200</date><id>ce973287aed520e70db60a3b0ba666b0a02d001e</id><msg>Connection</msg><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/package-info.java</file></path><path><editType>edit</editType><file>org.gecko.core/api.bnd</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.logging/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging/.gitignore</affectedPath><affectedPath>org.gecko.logging/.classpath</affectedPath><affectedPath>org.gecko.logging/bnd.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.runtime.tests/bnd.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>cnf/ext/central.maven</affectedPath><affectedPath>org.gecko.logging/.project</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>ec6897304678b80e926f5119d224964ebcc8d58c</commitId><timestamp>1594126662000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- added logging fragment
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-07-07 14:57:42 +0200</date><id>ec6897304678b80e926f5119d224964ebcc8d58c</id><msg>- added logging fragment</msg><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>edit</editType><file>org.gecko.runtime.tests/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>add</editType><file>org.gecko.logging/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging/launch_example.bndrun</file></path><path><editType>add</editType><file>org.gecko.logging/.project</file></path><path><editType>add</editType><file>org.gecko.logging/.classpath</file></path><path><editType>add</editType><file>org.gecko.logging/.gitignore</file></path><path><editType>edit</editType><file>cnf/ext/central.maven</file></path><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.jdt.core.prefs</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.logging.sample/.project</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java</affectedPath><affectedPath>org.gecko.logging.sample/etc/logback.xml</affectedPath><affectedPath>org.gecko.logging.sample/.classpath</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.logging/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging.sample/.gitignore</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.logging/bnd.bnd</affectedPath><affectedPath>org.gecko.logging.sample/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging.sample/bnd.bnd</affectedPath><affectedPath>cnf/ext/defaults.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</affectedPath><commitId>b1c21e43ba1cdcb931cba85ef55d6dcd099eed05</commitId><timestamp>1594324121000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>Logging
- fix packing issue log4j ServiceLoader properties
- added sample project
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-07-09 21:48:41 +0200</date><id>b1c21e43ba1cdcb931cba85ef55d6dcd099eed05</id><msg>Logging</msg><path><editType>edit</editType><file>cnf/ext/defaults.bnd</file></path><path><editType>edit</editType><file>org.gecko.logging/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.gitignore</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/etc/logback.xml</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.classpath</file></path><path><editType>edit</editType><file>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.project</file></path><path><editType>add</editType><file>org.gecko.logging.sample/launch_example.bndrun</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>delete</editType><file>org.gecko.logging/launch_example.bndrun</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></culprit><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></lastCompletedBuild><lastFailedBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>85</buildNumber><marked><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>1</failCount><skipCount>0</skipCount><totalCount>101</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#85</displayName><duration>208149</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #85</fullDisplayName><id>85</id><inProgress>false</inProgress><keepLog>false</keepLog><number>85</number><queueId>97</queueId><result>FAILURE</result><timestamp>1582286426001</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/85/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>test.runtime/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/RequireRuntime.java</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/_template.properties</affectedPath><affectedPath>test.runtime/runtime/bin/gecko.conf</affectedPath><affectedPath>test.runtime/.gitignore</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback_console.xml</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/package-info.java</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.runtime.bnd/bnd.bnd</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.runtime.releng/script/gecko.conf</affectedPath><affectedPath>test.runtime/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback_new.xml</affectedPath><affectedPath>test.runtime/.project</affectedPath><affectedPath>cnf/ext/runtime.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/script/gecko.sh</affectedPath><affectedPath>test.runtime/runtime/etc/config.json</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/configs/runtime.json</affectedPath><affectedPath>test.runtime/docker-compose/docker-compose.yml</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback.xml</affectedPath><affectedPath>.gradle-wrapper/gradle-wrapper.properties</affectedPath><affectedPath>settings.gradle</affectedPath><affectedPath>org.gecko.templates/resources/runtime.xml</affectedPath><affectedPath>org.gecko.templates/resources/runtime-simple.xml</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/docker-compose/docker-compose.yml</affectedPath><affectedPath>org.gecko.runtime.releng/docker/Dockerfile</affectedPath><affectedPath>test.runtime/build.gradle</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</affectedPath><affectedPath>gradle.properties</affectedPath><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><affectedPath>test.runtime/configs/runtime.json</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/build.gradle</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/bin/gecko.conf</affectedPath><affectedPath>org.gecko.templates/resources/templates/launch/gecko-export.xml</affectedPath><affectedPath>org.gecko.runtime.bnd/test.bndrun</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/etc/config.json</affectedPath><affectedPath>test.runtime/.classpath</affectedPath><affectedPath>test.runtime/test.runtime.bndrun</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/package-info.java</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/bnd.bnd</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</affectedPath><affectedPath>cnf/ext/central.maven</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback_console_only.xml</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>9473a44a5d920f85f3a3b5ab546d2bcc1584025a</commitId><timestamp>1582284529000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>templates
-added new simple runtime template
- improved gecko.sh
- improved gecko.conf
- Dockerfile base on openjdk11
- exporter build agains bnd 5
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 12:28:49 +0100</date><id>9473a44a5d920f85f3a3b5ab546d2bcc1584025a</id><msg>templates</msg><path><editType>edit</editType><file>org.gecko.runtime.releng/docker/Dockerfile</file></path><path><editType>add</editType><file>test.runtime/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>test.runtime/.gitignore</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/bnd.bnd</file></path><path><editType>add</editType><file>test.runtime/build.gradle</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/package-info.java</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/bnd.bnd</file></path><path><editType>add</editType><file>test.runtime/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/test.bndrun</file></path><path><editType>add</editType><file>org.gecko.templates/resources/runtime-simple.xml</file></path><path><editType>add</editType><file>test.runtime/src/test/runtime/annotation/RequireRuntime.java</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/bin/gecko.conf</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</file></path><path><editType>add</editType><file>test.runtime/configs/runtime.json</file></path><path><editType>delete</editType><file>org.gecko.runtime.releng/etc/logback_new.xml</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/script/gecko.conf</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/etc/config.json</file></path><path><editType>add</editType><file>test.runtime/test.runtime.bndrun</file></path><path><editType>add</editType><file>org.gecko.runtime.releng/etc/logback_console.xml</file></path><path><editType>delete</editType><file>org.gecko.runtime.releng/etc/logback_console_only.xml</file></path><path><editType>add</editType><file>test.runtime/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>add</editType><file>test.runtime/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>edit</editType><file>.gradle-wrapper/gradle-wrapper.properties</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>test.runtime/src/test/runtime/annotation/package-info.java</file></path><path><editType>add</editType><file>test.runtime/.classpath</file></path><path><editType>edit</editType><file>gradle.properties</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/templates/launch/gecko-export.xml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/bnd.bnd</file></path><path><editType>edit</editType><file>settings.gradle</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>delete</editType><file>cnf/ext/runtime.bnd</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/etc/logback.xml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/docker-compose/docker-compose.yml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/_template.properties</file></path><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path><path><editType>add</editType><file>test.runtime/.project</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/runtime.xml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/script/gecko.sh</file></path><path><editType>add</editType><file>test.runtime/runtime/etc/config.json</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/configs/runtime.json</file></path><path><editType>edit</editType><file>cnf/ext/central.maven</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/build.gradle</file></path><path><editType>add</editType><file>test.runtime/runtime/bin/gecko.conf</file></path><path><editType>add</editType><file>test.runtime/docker-compose/docker-compose.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>test.runtime/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/RequireRuntime.java</affectedPath><affectedPath>test.runtime/runtime/bin/gecko.conf</affectedPath><affectedPath>test.runtime/.gitignore</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/package-info.java</affectedPath><affectedPath>test.runtime/build.gradle</affectedPath><affectedPath>test.runtime/configs/runtime.json</affectedPath><affectedPath>test.runtime/bnd.bnd</affectedPath><affectedPath>test.runtime/.classpath</affectedPath><affectedPath>test.runtime/test.runtime.bndrun</affectedPath><affectedPath>test.runtime/.project</affectedPath><affectedPath>test.runtime/runtime/etc/config.json</affectedPath><affectedPath>test.runtime/docker-compose/docker-compose.yml</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>7482066625f7933166f28047e451b62f27e2e60f</commitId><timestamp>1582284714000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- remove test project
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 12:31:54 +0100</date><id>7482066625f7933166f28047e451b62f27e2e60f</id><msg>- remove test project</msg><path><editType>delete</editType><file>test.runtime/test.runtime.bndrun</file></path><path><editType>delete</editType><file>test.runtime/build.gradle</file></path><path><editType>delete</editType><file>test.runtime/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>delete</editType><file>test.runtime/runtime/bin/gecko.conf</file></path><path><editType>delete</editType><file>test.runtime/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>delete</editType><file>test.runtime/bnd.bnd</file></path><path><editType>delete</editType><file>test.runtime/runtime/etc/config.json</file></path><path><editType>delete</editType><file>test.runtime/.classpath</file></path><path><editType>delete</editType><file>test.runtime/src/test/runtime/annotation/package-info.java</file></path><path><editType>delete</editType><file>test.runtime/docker-compose/docker-compose.yml</file></path><path><editType>delete</editType><file>test.runtime/src/test/runtime/annotation/RequireRuntime.java</file></path><path><editType>delete</editType><file>test.runtime/.gitignore</file></path><path><editType>delete</editType><file>test.runtime/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>delete</editType><file>test.runtime/.project</file></path><path><editType>delete</editType><file>test.runtime/configs/runtime.json</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/test/org/gecko/core/resources/JsonFileWatcherTest.java</affectedPath><commitId>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</commitId><timestamp>1582285150000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- cleanup test data
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 12:39:10 +0100</date><id>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</id><msg>- cleanup test data</msg><path><editType>edit</editType><file>org.gecko.core/test/org/gecko/core/resources/JsonFileWatcherTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></lastFailedBuild><lastStableBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>92</buildNumber><marked><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>107</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#92</displayName><duration>234329</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #92</fullDisplayName><id>92</id><inProgress>false</inProgress><keepLog>false</keepLog><number>92</number><queueId>356</queueId><result>SUCCESS</result><timestamp>1594324446117</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/92/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml</affectedPath><commitId>1b3293a7a2946ccd695d19cee1f0a3d0deead001</commitId><timestamp>1586181506000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></author><authorEmail>j.albert@data-in-motion.biz</authorEmail><comment>fixed docker compose file
</comment><date>2020-04-06 13:58:26 +0000</date><id>1b3293a7a2946ccd695d19cee1f0a3d0deead001</id><msg>fixed docker compose file</msg><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><commitId>54991eb53ad239f082f2c0c18caa3757cb9ba5f1</commitId><timestamp>1588011651000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- fix build breaker
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-04-27 20:20:51 +0200</date><id>54991eb53ad239f082f2c0c18caa3757cb9ba5f1</id><msg>- fix build breaker</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java</affectedPath><affectedPath>org.gecko.core/api.bnd</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/package-info.java</affectedPath><commitId>ce973287aed520e70db60a3b0ba666b0a02d001e</commitId><timestamp>1588087711000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>Connection
- add basic http connections facade
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-04-28 17:28:31 +0200</date><id>ce973287aed520e70db60a3b0ba666b0a02d001e</id><msg>Connection</msg><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/package-info.java</file></path><path><editType>edit</editType><file>org.gecko.core/api.bnd</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.logging/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging/.gitignore</affectedPath><affectedPath>org.gecko.logging/.classpath</affectedPath><affectedPath>org.gecko.logging/bnd.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.runtime.tests/bnd.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>cnf/ext/central.maven</affectedPath><affectedPath>org.gecko.logging/.project</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>ec6897304678b80e926f5119d224964ebcc8d58c</commitId><timestamp>1594126662000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- added logging fragment
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-07-07 14:57:42 +0200</date><id>ec6897304678b80e926f5119d224964ebcc8d58c</id><msg>- added logging fragment</msg><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>edit</editType><file>org.gecko.runtime.tests/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>add</editType><file>org.gecko.logging/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging/launch_example.bndrun</file></path><path><editType>add</editType><file>org.gecko.logging/.project</file></path><path><editType>add</editType><file>org.gecko.logging/.classpath</file></path><path><editType>add</editType><file>org.gecko.logging/.gitignore</file></path><path><editType>edit</editType><file>cnf/ext/central.maven</file></path><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.jdt.core.prefs</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.logging.sample/.project</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java</affectedPath><affectedPath>org.gecko.logging.sample/etc/logback.xml</affectedPath><affectedPath>org.gecko.logging.sample/.classpath</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.logging/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging.sample/.gitignore</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.logging/bnd.bnd</affectedPath><affectedPath>org.gecko.logging.sample/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging.sample/bnd.bnd</affectedPath><affectedPath>cnf/ext/defaults.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</affectedPath><commitId>b1c21e43ba1cdcb931cba85ef55d6dcd099eed05</commitId><timestamp>1594324121000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>Logging
- fix packing issue log4j ServiceLoader properties
- added sample project
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-07-09 21:48:41 +0200</date><id>b1c21e43ba1cdcb931cba85ef55d6dcd099eed05</id><msg>Logging</msg><path><editType>edit</editType><file>cnf/ext/defaults.bnd</file></path><path><editType>edit</editType><file>org.gecko.logging/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.gitignore</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/etc/logback.xml</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.classpath</file></path><path><editType>edit</editType><file>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.project</file></path><path><editType>add</editType><file>org.gecko.logging.sample/launch_example.bndrun</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>delete</editType><file>org.gecko.logging/launch_example.bndrun</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></culprit><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></lastStableBuild><lastSuccessfulBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>92</buildNumber><marked><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><branch><SHA1>303aeb781634354a597066972883917d614a0c51</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>107</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#92</displayName><duration>234329</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #92</fullDisplayName><id>92</id><inProgress>false</inProgress><keepLog>false</keepLog><number>92</number><queueId>356</queueId><result>SUCCESS</result><timestamp>1594324446117</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/92/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml</affectedPath><commitId>1b3293a7a2946ccd695d19cee1f0a3d0deead001</commitId><timestamp>1586181506000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></author><authorEmail>j.albert@data-in-motion.biz</authorEmail><comment>fixed docker compose file
</comment><date>2020-04-06 13:58:26 +0000</date><id>1b3293a7a2946ccd695d19cee1f0a3d0deead001</id><msg>fixed docker compose file</msg><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><commitId>54991eb53ad239f082f2c0c18caa3757cb9ba5f1</commitId><timestamp>1588011651000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- fix build breaker
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-04-27 20:20:51 +0200</date><id>54991eb53ad239f082f2c0c18caa3757cb9ba5f1</id><msg>- fix build breaker</msg><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java</affectedPath><affectedPath>org.gecko.core/api.bnd</affectedPath><affectedPath>org.gecko.core/src/org/gecko/core/api/connection/package-info.java</affectedPath><commitId>ce973287aed520e70db60a3b0ba666b0a02d001e</commitId><timestamp>1588087711000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>Connection
- add basic http connections facade
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-04-28 17:28:31 +0200</date><id>ce973287aed520e70db60a3b0ba666b0a02d001e</id><msg>Connection</msg><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/package-info.java</file></path><path><editType>edit</editType><file>org.gecko.core/api.bnd</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java</file></path><path><editType>add</editType><file>org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.logging/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging/.gitignore</affectedPath><affectedPath>org.gecko.logging/.classpath</affectedPath><affectedPath>org.gecko.logging/bnd.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.runtime.tests/bnd.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>cnf/ext/central.maven</affectedPath><affectedPath>org.gecko.logging/.project</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>ec6897304678b80e926f5119d224964ebcc8d58c</commitId><timestamp>1594126662000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- added logging fragment
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-07-07 14:57:42 +0200</date><id>ec6897304678b80e926f5119d224964ebcc8d58c</id><msg>- added logging fragment</msg><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>edit</editType><file>org.gecko.runtime.tests/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>add</editType><file>org.gecko.logging/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging/launch_example.bndrun</file></path><path><editType>add</editType><file>org.gecko.logging/.project</file></path><path><editType>add</editType><file>org.gecko.logging/.classpath</file></path><path><editType>add</editType><file>org.gecko.logging/.gitignore</file></path><path><editType>edit</editType><file>cnf/ext/central.maven</file></path><path><editType>add</editType><file>org.gecko.logging/.settings/org.eclipse.jdt.core.prefs</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.logging.sample/.project</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java</affectedPath><affectedPath>org.gecko.logging.sample/etc/logback.xml</affectedPath><affectedPath>org.gecko.logging.sample/.classpath</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.logging/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging.sample/.gitignore</affectedPath><affectedPath>org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.logging/bnd.bnd</affectedPath><affectedPath>org.gecko.logging.sample/launch_example.bndrun</affectedPath><affectedPath>org.gecko.logging.sample/bnd.bnd</affectedPath><affectedPath>cnf/ext/defaults.bnd</affectedPath><affectedPath>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</affectedPath><commitId>b1c21e43ba1cdcb931cba85ef55d6dcd099eed05</commitId><timestamp>1594324121000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>Logging
- fix packing issue log4j ServiceLoader properties
- added sample project
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-07-09 21:48:41 +0200</date><id>b1c21e43ba1cdcb931cba85ef55d6dcd099eed05</id><msg>Logging</msg><path><editType>edit</editType><file>cnf/ext/defaults.bnd</file></path><path><editType>edit</editType><file>org.gecko.logging/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.gitignore</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/etc/logback.xml</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.classpath</file></path><path><editType>edit</editType><file>org.gecko.logging/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.project</file></path><path><editType>add</editType><file>org.gecko.logging.sample/launch_example.bndrun</file></path><path><editType>add</editType><file>org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>delete</editType><file>org.gecko.logging/launch_example.bndrun</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/j.albert</absoluteUrl><fullName>j.albert</fullName></culprit><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></lastSuccessfulBuild><lastUnsuccessfulBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause'><shortDescription>Started by GitLab push by Mark Hoffmann</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>85</buildNumber><marked><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><branch><SHA1>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gitlab.com/gecko.io/geckoRuntime.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>1</failCount><skipCount>0</skipCount><totalCount>101</totalCount><urlName>testReport</urlName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Started by GitLab push by Mark Hoffmann</description><displayName>#85</displayName><duration>208149</duration><estimatedDuration>230680</estimatedDuration><fullDisplayName>geckoRuntimeRelease #85</fullDisplayName><id>85</id><inProgress>false</inProgress><keepLog>false</keepLog><number>85</number><queueId>97</queueId><result>FAILURE</result><timestamp>1582286426001</timestamp><url>https://devel.data-in-motion.biz/jenkins/view/all/job/geckoRuntimeRelease/85/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>test.runtime/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/RequireRuntime.java</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/_template.properties</affectedPath><affectedPath>test.runtime/runtime/bin/gecko.conf</affectedPath><affectedPath>test.runtime/.gitignore</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback_console.xml</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/package-info.java</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>org.gecko.runtime.bnd/bnd.bnd</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>org.gecko.runtime.releng/script/gecko.conf</affectedPath><affectedPath>test.runtime/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback_new.xml</affectedPath><affectedPath>test.runtime/.project</affectedPath><affectedPath>cnf/ext/runtime.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/script/gecko.sh</affectedPath><affectedPath>test.runtime/runtime/etc/config.json</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/configs/runtime.json</affectedPath><affectedPath>test.runtime/docker-compose/docker-compose.yml</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback.xml</affectedPath><affectedPath>.gradle-wrapper/gradle-wrapper.properties</affectedPath><affectedPath>settings.gradle</affectedPath><affectedPath>org.gecko.templates/resources/runtime.xml</affectedPath><affectedPath>org.gecko.templates/resources/runtime-simple.xml</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/docker-compose/docker-compose.yml</affectedPath><affectedPath>org.gecko.runtime.releng/docker/Dockerfile</affectedPath><affectedPath>test.runtime/build.gradle</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</affectedPath><affectedPath>gradle.properties</affectedPath><affectedPath>org.gecko.templates/bnd.bnd</affectedPath><affectedPath>test.runtime/configs/runtime.json</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/build.gradle</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/bin/gecko.conf</affectedPath><affectedPath>org.gecko.templates/resources/templates/launch/gecko-export.xml</affectedPath><affectedPath>org.gecko.runtime.bnd/test.bndrun</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/etc/config.json</affectedPath><affectedPath>test.runtime/.classpath</affectedPath><affectedPath>test.runtime/test.runtime.bndrun</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/package-info.java</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/bnd.bnd</affectedPath><affectedPath>org.gecko.runtime.releng/bnd.bnd</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</affectedPath><affectedPath>cnf/ext/central.maven</affectedPath><affectedPath>org.gecko.runtime.releng/etc/logback_console_only.xml</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.core.prefs</affectedPath><affectedPath>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>9473a44a5d920f85f3a3b5ab546d2bcc1584025a</commitId><timestamp>1582284529000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>templates
-added new simple runtime template
- improved gecko.sh
- improved gecko.conf
- Dockerfile base on openjdk11
- exporter build agains bnd 5
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 12:28:49 +0100</date><id>9473a44a5d920f85f3a3b5ab546d2bcc1584025a</id><msg>templates</msg><path><editType>edit</editType><file>org.gecko.runtime.releng/docker/Dockerfile</file></path><path><editType>add</editType><file>test.runtime/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>test.runtime/.gitignore</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/bnd.bnd</file></path><path><editType>add</editType><file>test.runtime/build.gradle</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/package-info.java</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/bnd.bnd</file></path><path><editType>add</editType><file>test.runtime/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>edit</editType><file>org.gecko.runtime.bnd/test.bndrun</file></path><path><editType>add</editType><file>org.gecko.templates/resources/runtime-simple.xml</file></path><path><editType>add</editType><file>test.runtime/src/test/runtime/annotation/RequireRuntime.java</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/bin/gecko.conf</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/templates/gecko-runtime/{{srcDir}}/{{basePackageDir}}/annotation/RequireRuntime.java</file></path><path><editType>add</editType><file>test.runtime/configs/runtime.json</file></path><path><editType>delete</editType><file>org.gecko.runtime.releng/etc/logback_new.xml</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/script/gecko.conf</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/runtime/etc/config.json</file></path><path><editType>add</editType><file>test.runtime/test.runtime.bndrun</file></path><path><editType>add</editType><file>org.gecko.runtime.releng/etc/logback_console.xml</file></path><path><editType>delete</editType><file>org.gecko.runtime.releng/etc/logback_console_only.xml</file></path><path><editType>add</editType><file>test.runtime/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>add</editType><file>test.runtime/bnd.bnd</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>edit</editType><file>.gradle-wrapper/gradle-wrapper.properties</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>add</editType><file>test.runtime/src/test/runtime/annotation/package-info.java</file></path><path><editType>add</editType><file>test.runtime/.classpath</file></path><path><editType>edit</editType><file>gradle.properties</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/templates/launch/gecko-export.xml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/bnd.bnd</file></path><path><editType>edit</editType><file>settings.gradle</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>delete</editType><file>cnf/ext/runtime.bnd</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/etc/logback.xml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/docker-compose/docker-compose.yml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/_template.properties</file></path><path><editType>edit</editType><file>org.gecko.templates/bnd.bnd</file></path><path><editType>add</editType><file>test.runtime/.project</file></path><path><editType>edit</editType><file>org.gecko.templates/resources/runtime.xml</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/{{projectName}}.bndrun</file></path><path><editType>edit</editType><file>org.gecko.runtime.releng/script/gecko.sh</file></path><path><editType>add</editType><file>test.runtime/runtime/etc/config.json</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/configs/runtime.json</file></path><path><editType>edit</editType><file>cnf/ext/central.maven</file></path><path><editType>add</editType><file>org.gecko.templates/resources/templates/gecko-runtime-simple/build.gradle</file></path><path><editType>add</editType><file>test.runtime/runtime/bin/gecko.conf</file></path><path><editType>add</editType><file>test.runtime/docker-compose/docker-compose.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>test.runtime/.settings/org.eclipse.core.resources.prefs</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/RequireRuntime.java</affectedPath><affectedPath>test.runtime/runtime/bin/gecko.conf</affectedPath><affectedPath>test.runtime/.gitignore</affectedPath><affectedPath>test.runtime/src/test/runtime/annotation/package-info.java</affectedPath><affectedPath>test.runtime/build.gradle</affectedPath><affectedPath>test.runtime/configs/runtime.json</affectedPath><affectedPath>test.runtime/bnd.bnd</affectedPath><affectedPath>test.runtime/.classpath</affectedPath><affectedPath>test.runtime/test.runtime.bndrun</affectedPath><affectedPath>test.runtime/.project</affectedPath><affectedPath>test.runtime/runtime/etc/config.json</affectedPath><affectedPath>test.runtime/docker-compose/docker-compose.yml</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.ui.prefs</affectedPath><affectedPath>test.runtime/.settings/org.eclipse.jdt.core.prefs</affectedPath><commitId>7482066625f7933166f28047e451b62f27e2e60f</commitId><timestamp>1582284714000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- remove test project
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 12:31:54 +0100</date><id>7482066625f7933166f28047e451b62f27e2e60f</id><msg>- remove test project</msg><path><editType>delete</editType><file>test.runtime/test.runtime.bndrun</file></path><path><editType>delete</editType><file>test.runtime/build.gradle</file></path><path><editType>delete</editType><file>test.runtime/.settings/org.eclipse.core.resources.prefs</file></path><path><editType>delete</editType><file>test.runtime/runtime/bin/gecko.conf</file></path><path><editType>delete</editType><file>test.runtime/.settings/org.eclipse.jdt.ui.prefs</file></path><path><editType>delete</editType><file>test.runtime/bnd.bnd</file></path><path><editType>delete</editType><file>test.runtime/runtime/etc/config.json</file></path><path><editType>delete</editType><file>test.runtime/.classpath</file></path><path><editType>delete</editType><file>test.runtime/src/test/runtime/annotation/package-info.java</file></path><path><editType>delete</editType><file>test.runtime/docker-compose/docker-compose.yml</file></path><path><editType>delete</editType><file>test.runtime/src/test/runtime/annotation/RequireRuntime.java</file></path><path><editType>delete</editType><file>test.runtime/.gitignore</file></path><path><editType>delete</editType><file>test.runtime/.settings/org.eclipse.jdt.core.prefs</file></path><path><editType>delete</editType><file>test.runtime/.project</file></path><path><editType>delete</editType><file>test.runtime/configs/runtime.json</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>org.gecko.core/test/org/gecko/core/resources/JsonFileWatcherTest.java</affectedPath><commitId>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</commitId><timestamp>1582285150000</timestamp><author><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></author><authorEmail>m.hoffmann@data-in-motion.biz</authorEmail><comment>- cleanup test data
Signed-off-by: Mark Hoffmann &lt;m.hoffmann@data-in-motion.biz&gt;
</comment><date>2020-02-21 12:39:10 +0100</date><id>e5ed8b4dcb0595f84364192be4c1cbd8a08cc982</id><msg>- cleanup test data</msg><path><editType>edit</editType><file>org.gecko.core/test/org/gecko/core/resources/JsonFileWatcherTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://devel.data-in-motion.biz/jenkins/user/m.hoffmann</absoluteUrl><fullName>Mark Hoffmann</fullName></culprit></lastUnsuccessfulBuild><nextBuildNumber>94</nextBuildNumber><property _class='jenkins.model.BuildDiscarderProperty'></property><property _class='com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty'></property><property _class='com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty'></property><concurrentBuild>false</concurrentBuild><disabled>false</disabled><scm _class='hudson.plugins.git.GitSCM'><browser _class='hudson.plugins.git.browser.GitLab'></browser><type>hudson.plugins.git.GitSCM</type><branche></branche><mergeOptions><fastForwardMode>--ff</fastForwardMode><mergeStrategy>default</mergeStrategy></mergeOptions><userRemoteConfig></userRemoteConfig></scm></freeStyleProject>