Skip to content

Commit

Permalink
poll timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
  • Loading branch information
maho7791 committed May 16, 2023
1 parent d6e3086 commit 3701e9f
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 106 deletions.
1 change: 1 addition & 0 deletions cnf/ext/dim_nexus.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
releaseUrl =https://devel.data-in-motion.biz/nexus/repository/dim-release/;\
index =${.}/dim_nexus.maven;\
readOnly = true;\
poll.time = -1;\
name = "DIM Nexus"
8 changes: 8 additions & 0 deletions org.gecko.playground.httpwhiteboard/urls.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Default Hello;
http://localhost:8080/hello

Static Index:
http://localhost:8080/myapp/index.html

Default d3.js;
http://localhost:8080/myapp/d3-demo2.html
8 changes: 6 additions & 2 deletions org.gecko.playground.rest/launch.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
org.apache.logging.log4j.core;version='[2.19.0,2.19.1)',\
org.apache.logging.log4j.slf4j-impl;version='[2.19.0,2.19.1)',\
org.gecko.playground.logging.config;version=snapshot,\
org.gecko.playground.logging.log4j;version=snapshot,\
org.gecko.rest.jersey;version='[6.0.0,6.0.1)',\
org.gecko.rest.jersey.servlet.whiteboard;version='[6.0.0,6.0.1)',\
org.gecko.rest.jersey.sse;version='[6.0.0,6.0.1)',\
Expand All @@ -66,7 +65,12 @@
org.osgi.util.function;version='[1.2.0,1.2.1)',\
org.osgi.util.promise;version='[1.3.0,1.3.1)',\
slf4j.api;version='[1.7.36,1.7.37)',\
org.eclipse.parsson.jakarta.json;version='[1.1.1,1.1.2)'
org.eclipse.parsson.jakarta.json;version='[1.1.1,1.1.2)',\
org.apache.aries.spifly.dynamic.bundle;version='[1.3.5,1.3.6)',\
org.objectweb.asm.commons;version='[9.4.0,9.4.1)',\
org.objectweb.asm.tree;version='[9.4.0,9.4.1)',\
org.objectweb.asm.tree.analysis;version='[9.4.0,9.4.1)',\
org.objectweb.asm.util;version='[9.4.0,9.4.1)'
-runbundles+: \
org.apache.logging.log4j.api;startlevel=1,\
org.apache.logging.log4j.core;startlevel=1,\
Expand Down
98 changes: 0 additions & 98 deletions org.gecko.playground.rest/launch2.bndrun

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ExampleResource {
@GET
@Path("example")
public String sayHello() {
return "Hello";
return "Hell outthere";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class SimpleResource {
@GET
@Path("example")
public String sayHello() {
return "Hello Tragwerk-Testteam!";
return "Hello programmatische Resource!";
}

}
5 changes: 5 additions & 0 deletions org.gecko.playground.rest/urls.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Programmatic resource;
http://localhost:8080/playground/rest/test/example

Default resource;
http://localhost:8080/playground/rest/example
6 changes: 2 additions & 4 deletions org.gecko.playground.vaadin/launch.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,15 @@
org.osgi.service.log;version='[1.5.0,1.5.1)',\
org.osgi.service.metatype;version='[1.4.1,1.4.2)',\
org.gecko.emf.repository.mongo;version='[3.1.0,3.1.1)',\
org.gecko.util.common;version='[2.0.0,2.0.1)',\
org.gecko.util.pushstream;version='[6.0.0,6.0.1)',\
org.osgi.util.pushstream;version='[1.0.1,1.0.2)',\
org.gecko.emf.pushstreams;version='[1.1.1,1.1.2)',\
org.gecko.emf.mongo.pushstream;version='[6.0.0,6.0.1)',\
org.eclipse.emf.common;version='[2.28.0,2.28.1)',\
org.eclipse.emf.ecore;version='[2.33.0,2.33.1)',\
org.gecko.emf.search;version='[1.1.0,1.1.1)',\
org.gecko.search;version='[1.1.0,1.1.1)',\
org.gecko.search.document;version='[1.1.0,1.1.1)',\
org.gecko.search.util;version='[1.1.0,1.1.1)'
org.gecko.search.util;version='[1.1.0,1.1.1)',\
org.apache.aries.spifly.dynamic.bundle;version='[1.3.5,1.3.6)'

-runblacklist: \
bnd.identity;id='org.osgi.service.http.whiteboard',\
Expand Down
4 changes: 4 additions & 0 deletions org.gecko.playground.vaadin/urls.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Needs mongo database

Default Vaadin App
http://localhost:8086/playground/

0 comments on commit 3701e9f

Please sign in to comment.