Hi ASF Infra have upgrade confluence recently and I think some migration is needed on our end to make it work.
eg Dan Kulp did this for CXF and Camel sites. And he posted some details here: http://camel.465427.n5.nabble.com/Web-site-more-or-less-ready-for-new-confluence-tp5734450.html On Wed, Jul 10, 2013 at 11:37 PM, Christian Posta <[email protected]> wrote: > All, > > I've recently updated two pages: > > websites/production/activemq/content/message-redelivery- > and-dlq-handling.html > websites/production/activemq/content/stomp.html > > The site generator seems to remove all the code snippets: > > http://activemq.apache.org/stomp.html > > http://activemq.apache.org/message-redelivery-and-dlq-handling.html > > The wiki itself shows just fine: > https://cwiki.apache.org/confluence/display/ACTIVEMQ/Stomp > https://cwiki.apache.org/confluence/display/ACTIVEMQ/Message+Redelivery+and+DLQ+Handling > > In one of the pages, it seems the script highlighting stuff changed a > little, and preformatted sections are removed: > > -<pre class="code-java"> > +<script class="theme: Default; brush: java; gutter: false" > type="syntaxhighlighter"><![CDATA[ > RedeliveryPolicy policy = connection.getRedeliveryPolicy(); > policy.setInitialRedeliveryDelay(500); > policy.setBackOffMultiplier(2); > -policy.setUseExponentialBackOff(<span class="code-keyword">true</span>); > +policy.setUseExponentialBackOff(true); > policy.setMaximumRedeliveries(2); > -</pre> > +]]></script> > > Where does one go to fix this? > > Thanks, > Christian > > -- > *Christian Posta* > http://www.christianposta.com/blog > twitter: @christianposta -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
