You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2016/06/17 12:10:54 UTC

[1/2] activemq-artemis git commit: Fix/update some links in docs

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 9b3a76630 -> 70562ad7e


Fix/update some links in docs


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/2edfab22
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2edfab22
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2edfab22

Branch: refs/heads/master
Commit: 2edfab22aa3062301f7d005c9d60ee59f0657187
Parents: 9b3a766
Author: Ville Skytt� <vi...@iki.fi>
Authored: Fri Jun 17 11:59:28 2016 +0300
Committer: Ville Skytt� <vi...@iki.fi>
Committed: Fri Jun 17 11:59:28 2016 +0300

----------------------------------------------------------------------
 artemis-website/src/main/resources/index.html                  | 2 +-
 examples/features/standard/client-kickoff/readme.html          | 2 +-
 examples/features/standard/jmx/readme.html                     | 6 +++---
 examples/features/sub-modules/aerogear/readme.html             | 2 +-
 .../src/test/java/org/objectweb/jtests/jms/admin/package.html  | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2edfab22/artemis-website/src/main/resources/index.html
----------------------------------------------------------------------
diff --git a/artemis-website/src/main/resources/index.html b/artemis-website/src/main/resources/index.html
index dceecd3..3e8ab5c 100644
--- a/artemis-website/src/main/resources/index.html
+++ b/artemis-website/src/main/resources/index.html
@@ -54,7 +54,7 @@
             <li><a target="_blank" href="user-manual/index.html">User Manual</a></li>
             <li><a target="_blank" href="hacking-guide/index.html">Hacking Guide</a></li>
             <li><a href="examples/index.html">Examples</a></li>
-            <li><a href="http://activemq.apache.org/artemis">Apache ActiveMQ Artemis Website</a></li>
+            <li><a href="http://activemq.apache.org/artemis/">Apache ActiveMQ Artemis Website</a></li>
         </ul>
         <div></div>
     </div>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2edfab22/examples/features/standard/client-kickoff/readme.html
----------------------------------------------------------------------
diff --git a/examples/features/standard/client-kickoff/readme.html b/examples/features/standard/client-kickoff/readme.html
index 8400e6a..67d17db 100644
--- a/examples/features/standard/client-kickoff/readme.html
+++ b/examples/features/standard/client-kickoff/readme.html
@@ -46,7 +46,7 @@ under the License.
              -Dcom.sun.management.jmxremote.ssl=false
              -Dcom.sun.management.jmxremote.authenticate=false</code>
         </pre>
-        <p>These properties are explained in the Java 5 <a href="http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html#remote">Management guide</a>
+        <p>These properties are explained in the Java <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html#gdenl">management guide</a>
             (please note that for this example, we will disable user authentication for simplicity).</p>
         <p>With these properties, ActiveMQ Artemis server will be manageable remotely using standard JMX URL on port <code>3000</code>.</p>
      </p>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2edfab22/examples/features/standard/jmx/readme.html
----------------------------------------------------------------------
diff --git a/examples/features/standard/jmx/readme.html b/examples/features/standard/jmx/readme.html
index 8dd4fe9..2dfc466 100644
--- a/examples/features/standard/jmx/readme.html
+++ b/examples/features/standard/jmx/readme.html
@@ -41,7 +41,7 @@ under the License.
              -Dcom.sun.management.jmxremote.ssl=false
              -Dcom.sun.management.jmxremote.authenticate=false</code>
         </pre>
-        <p>These properties are explained in the Java 5 <a href="http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html#remote">Management guide</a>
+        <p>These properties are explained in the Java <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html#gdenl">management guide</a>
             (please note that for this example, we will disable user authentication for simplicity sake).</p>
         <p>With these properties, ActiveMQ Artemis server will be manageable remotely using standard JMX URL on port <code>3000</code>.</p>
      </p>
@@ -96,7 +96,7 @@ under the License.
               <code>ObjectName on = ObjectNameBuilder.DEFAULT.getJMSQueueObjectName(queue.getQueueName());</code>
         </pre>
 
-        <li>We create a JMX Connector to connect to the server's MBeanServer using the <a href="http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html#connecting">standard JMX service URL</a></li>
+        <li>We create a JMX Connector to connect to the server's MBeanServer using the <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html#gdevg">standard JMX service URL</a></li>
         <pre class="prettyprint">
             <code>JMXConnector connector = JMXConnectorFactory.connect(new JMXServiceURL(JMX_URL), new HashMap());</code>
         </pre>
@@ -175,7 +175,7 @@ under the License.
 
      <ul>
         <li>User Manual's <a href="../../../docs/user-manual/en/html_single/index.html#management.jmx">Using Management Via JMX chapter</a></li>
-        <li><a href="http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html">Java 5 Management guide</a></li>
+        <li><a href="http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html">Java management guide</a></li>
      </ul>
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2edfab22/examples/features/sub-modules/aerogear/readme.html
----------------------------------------------------------------------
diff --git a/examples/features/sub-modules/aerogear/readme.html b/examples/features/sub-modules/aerogear/readme.html
index 3534a4c..4d0c964 100644
--- a/examples/features/sub-modules/aerogear/readme.html
+++ b/examples/features/sub-modules/aerogear/readme.html
@@ -48,7 +48,7 @@ under the License.
 
      <p>Now before we run the example we need a mobile application to receive it. Writing a mobile app is beyond the scope
      of this example but for testing purposes we have supplied an Android app you can use, simply install on your android phone.
-     It can be found <a href="http://downloads.jboss.org.apache.activemq/ActiveMQAeroGear.apk">here</a>. For a more in depth mobile
+     It can be found <a href="http://downloads.jboss.org/hornetq/HornetQAeroGear.apk">here</a>. For a more in depth mobile
          app example visit the AeroGear site.</p>
 
      <p>Once you have installed the mobile app you will need to configure the following:</p>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2edfab22/tests/joram-tests/src/test/java/org/objectweb/jtests/jms/admin/package.html
----------------------------------------------------------------------
diff --git a/tests/joram-tests/src/test/java/org/objectweb/jtests/jms/admin/package.html b/tests/joram-tests/src/test/java/org/objectweb/jtests/jms/admin/package.html
index b61e062..011facf 100644
--- a/tests/joram-tests/src/test/java/org/objectweb/jtests/jms/admin/package.html
+++ b/tests/joram-tests/src/test/java/org/objectweb/jtests/jms/admin/package.html
@@ -20,6 +20,6 @@
     <br />
     Each JMS Provider has to implement the very simple Admin interface to be able to
     use the test suite (see <a
-      href="http://www.objectweb.org/joram/current/doc/tests/index.html">documentation</a>).
+      href="http://joram.ow2.org/current/doc/TEST_SUITE.pdf">documentation</a>).
   </body>
 


[2/2] activemq-artemis git commit: This closes #582

Posted by ma...@apache.org.
This closes #582


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/70562ad7
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/70562ad7
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/70562ad7

Branch: refs/heads/master
Commit: 70562ad7ec910c682e9f704167a773537e06e214
Parents: 9b3a766 2edfab2
Author: Martyn Taylor <mt...@redhat.com>
Authored: Fri Jun 17 13:10:31 2016 +0100
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Fri Jun 17 13:10:31 2016 +0100

----------------------------------------------------------------------
 artemis-website/src/main/resources/index.html                  | 2 +-
 examples/features/standard/client-kickoff/readme.html          | 2 +-
 examples/features/standard/jmx/readme.html                     | 6 +++---
 examples/features/sub-modules/aerogear/readme.html             | 2 +-
 .../src/test/java/org/objectweb/jtests/jms/admin/package.html  | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------