@@ -11,12 +11,12 @@ | |||||
<groupId>bubble</groupId> | <groupId>bubble</groupId> | ||||
<artifactId>bubble</artifactId> | <artifactId>bubble</artifactId> | ||||
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> | <!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> | ||||
<version>1.5.5</version> | |||||
<version>1.5.6</version> | |||||
</parent> | </parent> | ||||
<artifactId>bubble-server</artifactId> | <artifactId>bubble-server</artifactId> | ||||
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> | <!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> | ||||
<version>1.5.5</version> | |||||
<version>1.5.6</version> | |||||
<repositories> | <repositories> | ||||
<repository> | <repository> | ||||
@@ -129,7 +129,6 @@ public class BubbleServer extends RestServerBase<BubbleConfiguration> { | |||||
log.info("loadEnvironment: loading env from: "+abs(envFile)); | log.info("loadEnvironment: loading env from: "+abs(envFile)); | ||||
env.putAll(loadShellExports(envFile)); | env.putAll(loadShellExports(envFile)); | ||||
log.debug("loadEnvironment: loaded env="+json(env)); | |||||
} catch (Exception e) { | } catch (Exception e) { | ||||
log.warn("Error loading environment: "+e); | log.warn("Error loading environment: "+e); | ||||
@@ -1,3 +1,3 @@ | |||||
# Do not edit this file directly | # Do not edit this file directly | ||||
# Use _set_version to update the Bubble version in all files | # Use _set_version to update the Bubble version in all files | ||||
bubble.version=Adventure 1.5.5 | |||||
bubble.version=Adventure 1.5.6 |
@@ -83,7 +83,6 @@ | |||||
<!-- <logger name="bubble.resources.notify.InboundNotifyResource" level="TRACE" />--> | <!-- <logger name="bubble.resources.notify.InboundNotifyResource" level="TRACE" />--> | ||||
<logger name="bubble.client" level="WARN" /> | <logger name="bubble.client" level="WARN" /> | ||||
<logger name="bubble.main.rekey" level="INFO" /> | <logger name="bubble.main.rekey" level="INFO" /> | ||||
<logger name="bubble.server.BubbleServer" level="DEBUG" /> | |||||
<logger name="bubble" level="INFO" /> | <logger name="bubble" level="INFO" /> | ||||
<root level="INFO"> | <root level="INFO"> | ||||
@@ -14,7 +14,7 @@ | |||||
<groupId>bubble</groupId> | <groupId>bubble</groupId> | ||||
<artifactId>bubble</artifactId> | <artifactId>bubble</artifactId> | ||||
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> | <!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> | ||||
<version>1.5.5</version> | |||||
<version>1.5.6</version> | |||||
<packaging>pom</packaging> | <packaging>pom</packaging> | ||||
<licenses> | <licenses> | ||||
@@ -10,7 +10,7 @@ This code is available under the GNU Affero General Public License, version 3: h | |||||
<groupId>bubble</groupId> | <groupId>bubble</groupId> | ||||
<artifactId>utils</artifactId> | <artifactId>utils</artifactId> | ||||
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> | <!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it --> | ||||
<version>1.5.5</version> | |||||
<version>1.5.6</version> | |||||
<packaging>pom</packaging> | <packaging>pom</packaging> | ||||
<licenses> | <licenses> | ||||