diff --git a/beedk-acs-platform-rad-tile/README.md b/beedk-acs-platform-rad-tile/README.md index 8841478..22e2456 100644 --- a/beedk-acs-platform-rad-tile/README.md +++ b/beedk-acs-platform-rad-tile/README.md @@ -50,6 +50,7 @@ The following properties are intended to be exposed by inheriting Public API Mav | Maven Property | Required | Default | Description | | -------------------------- |:--------:| --------------- | ----------- | | `acs-platform.hotswap.enabled` | | true | Enable the HotSwap Agent for live classpath reloading. | +| `acs-platform.hotswap.disablePlugins` | | Hibernate | Do not enable the HotSwap Agent with the following plugins. All plugins are documented here: https://github.com/HotswapProjects/HotswapAgent/tree/master/plugin | | `acs-platform.debugger.enabled` | | true | Enable the JDWP debugger. | | `acs-platform.port` | | 8080 | The port to expose on `localhost` for the developer; not for other applications or users. | | `acs-postgres.port` | | 5432 | The port to expose on `localhost` for the developer; not for other applications or users. | diff --git a/beedk-acs-platform-rad-tile/tile.xml b/beedk-acs-platform-rad-tile/tile.xml index 5afdb73..5a967ae 100644 --- a/beedk-acs-platform-rad-tile/tile.xml +++ b/beedk-acs-platform-rad-tile/tile.xml @@ -105,6 +105,7 @@ ${acs-platform.memory} ${acs-platform.debugger.enabled} ${acs-platform.hotswap.enabled} + ${acs-platform.hotswap.disablePlugins} -Ddir.root=/tmp/alf_data -Ddb.driver=org.postgresql.Driver -Ddb.url=jdbc:postgresql://${project.artifactId}-acs-db:5432/alfresco \ -Dmessaging.broker.url=failover:\(tcp://${project.artifactId}-acs-mq:61616\)?timeout\=3000\&jms.useCompression\=true \ -Dtransform.service.enabled=${beedk.rad.ats.enabled} -Dtransform.service.url=http://${project.artifactId}-ats-atr:8095 -Dsfs.url=http://${project.artifactId}-ats-sfs:8099 \ @@ -235,6 +236,7 @@ 1g true true + Hibernate org.alfresco api-explorer ${acs-api-explorer.version}