Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
mjok committed Apr 6, 2020
1 parent df3bd9e commit 0402f17
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ https://www.jkoolcloud.com/.
* Step 2: Edit node `/process:Server/processDefinitions/jvmEntries` parameter `@genericJvmArguments`
* Step 3: Edit the path to where your remora.jar situated
```xml
<jvmEntries xmi:id="JavaVirtualMachine_1183122130078" verboseModeClass="false" verboseModeGarbageCollection="false" verboseModeJNI="false" initialHeapSize="512" maximumHeapSize="2056" runHProf="false" hprofArguments="" genericJvmArguments="-javaagent:c:\remora\remora-0.1.5\remora.jar=c:\remora\remora-0.1.5\" executableJarFileName="" disableJIT="false">
<jvmEntries xmi:id="JavaVirtualMachine_1183122130078" verboseModeClass="false" verboseModeGarbageCollection="false" verboseModeJNI="false" initialHeapSize="512" maximumHeapSize="2056" runHProf="false" hprofArguments="" genericJvmArguments="-javaagent:c:\remora\remora-0.1.6-SNAPSHOT\remora.jar=c:\remora\remora-0.1.6-SNAPSHOT\" executableJarFileName="" disableJIT="false">
```

### IBM WAS Liberty
Expand All @@ -55,21 +55,21 @@ org.osgi.framework.bootdelegation=com.jkoolcloud.remora.*
* Step 1: Edit `bin\standalone.bat`
* Step 2: Add line:
```
set "JAVA_OPTS=%JAVA_OPTS% -javaagent:c:\remora\remora-0.1.4\remora.jar=c:\remora\remora-0.1.5\"
set "JAVA_OPTS=%JAVA_OPTS% -javaagent:c:\remora\remora-0.1.4\remora.jar=c:\remora\remora-0.1.6-SNAPSHOT\"
```
* Step 3: Edit the path to where your remora.jar situated
#### Domain mode
* Step 1: Edit `domain\configuration\host.xml`
* Step 2: Edit tag `<servers><jvm>`
* Step 3: Add `<option value="-javaagent:c:\remora\remora-0.1.4\remora.jar=c:\remora\remora-0.1.5\"/>`
* Step 3: Add `<option value="-javaagent:c:\remora\remora-0.1.4\remora.jar=c:\remora\remora-0.1.6-SNAPSHOT\"/>`
```xml
<jvm name="default">
<jvm-options>
</jvm-options>
<option value="-agentlib:jdwp=transport=dt_socket,address=5007,server=y,suspend=n"/>
<option value="-javaagent:c:\remora\remora-0.1.5\remora.jar=c:\remora\remora-0.1.5\"/>
<option value="-javaagent:c:\remora\remora-0.1.6-SNAPSHOT\remora.jar=c:\remora\remora-0.1.6-SNAPSHOT\"/>
</jvm>
```
* Step 4: Edit the path to where your remora.jar situated
Expand All @@ -78,7 +78,7 @@ org.osgi.framework.bootdelegation=com.jkoolcloud.remora.*

* Step 1: Go to tnt4j streams config
* Step 2: Edit `tnt4j-streams.properties` and setup your access Token (`event.sink.factory.EventSinkFactory.prod.Token`)
* Step 3: (Optional) Edit tnt `remora-0.1.5\tnt4j-streams\remora-streamer\tnt-data-source.xml`
* Step 3: (Optional) Edit tnt `remora-0.1.6-SNAPSHOT\tnt4j-streams\remora-streamer\tnt-data-source.xml`
* Step 4: (Optional) Setup line ```<property name="FileName" value="..\..\queue"/>``` to point to your RemoraJ queue directory.

# Configuration
Expand Down
2 changes: 1 addition & 1 deletion newModule.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mvn archetype:generate -DarchetypeGroupId=com.jkoolcloud.remora^
-DarchetypeArtifactId=remora-archetype^
-DarchetypeVersion=1.0-SNAPSHOT^
-DgroupId=com.jkoolcloud.remora^
-Dversion=0.1.5-SNAPSHOT
-Dversion=0.1.6-SNAPSHOT
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>remora</name>
Expand Down
2 changes: 1 addition & 1 deletion remora--package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-apacheHttpClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-bank_benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions remora-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ curl -XPOST -d '{

# Available advices

As for version 0.1.5 there are such advices:
As for version 0.1.6 there are such advices:

"ApacheHttpClientAdvice",
"ApacheLegacyHttpClientAdvice",
Expand Down Expand Up @@ -78,7 +78,7 @@ Most of advices have properties:

```
{
"remoraJVersion" : "0.1.5-SNAPSHOT-2020-04-03T10:47:28Z",
"remoraJVersion" : "0.1.6-SNAPSHOT-2020-04-03T10:47:28Z",
"vmIdentification" : "null",
"advices" : [ {
"adviceName": "ApacheHttpClientAdvice",
Expand Down
2 changes: 1 addition & 1 deletion remora-control/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-ejb3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-httpUrlConnection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-javaxServlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-jboss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-simple-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion remora-weblogic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion remora-websphere/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.jkoolcloud.remora</groupId>
<artifactId>remora</artifactId>
<version>0.1.5</version>
<version>0.1.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions samples/plantsbywebsphere/src/main/liberty/config/jvm.options
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005

-javaagent:c:\workspace\build\remora\remora-0.1.5\remora.jar
-javaagent:c:\workspace\build\remora\remora-0.1.6-SNAPSHOT\remora.jar

-Dremora.path=c:\workspace\build\remora\remora-0.1.5
-Dremora.path=c:\workspace\build\remora\remora-0.1.6-SNAPSHOT

0 comments on commit 0402f17

Please # to comment.