Modified: sites/deltaspike/documentation/scheduler.html
==============================================================================
--- sites/deltaspike/documentation/scheduler.html (original)
+++ sites/deltaspike/documentation/scheduler.html Wed Apr  9 21:20:53 2025
@@ -64,9 +64,9 @@
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay 
span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
-.CodeRay .line-numbers strong{font-weight: normal}
+.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
 
table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
-table.CodeRay td{vertical-align: top}
+table.CodeRay td{vertical-align: top;line-height:1.45}
 table.CodeRay td.line-numbers{text-align:right}
 table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
 table.CodeRay td.code{padding:0 0 0 .5em}
@@ -101,7 +101,7 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .hex{color:#058}
 .CodeRay .integer,.CodeRay .float{color:#099}
 .CodeRay .include{color:#555}
-.CodeRay .inline{color:#00}
+.CodeRay .inline{color:#000}
 .CodeRay .inline .inline{background:#ccc}
 .CodeRay .inline .inline .inline{background:#bbb}
 .CodeRay .inline .inline-delimiter{color:#d14}
@@ -206,22 +206,6 @@ table.CodeRay td.code>pre{padding:0}
 
     </style>
 
-    <script type="text/javascript">
-
-        var _gaq = _gaq || [];
-        _gaq.push(['_setAccount', 'UA-36103647-1']);
-        _gaq.push(['_trackPageview']);
-
-        (function () {
-            var ga = document.createElement('script');
-            ga.type = 'text/javascript';
-            ga.async = true;
-            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-            var s = document.getElementsByTagName('script')[0];
-            s.parentNode.insertBefore(ga, s);
-        })();
-
-    </script>
 </head>
 
 <body>
@@ -377,7 +361,7 @@ table.CodeRay td.code>pre{padding:0}
 </div>
 </div>
 <div class="sect1">
-<h2 id="__scheduled_with_org_quartz_job_or_java_lang_runnable">@Scheduled with 
org.quartz.Job or java.lang.Runnable</h2>
+<h2 id="_scheduled_with_org_quartz_job_or_java_lang_runnable">@Scheduled with 
org.quartz.Job or java.lang.Runnable</h2>
 <div class="sectionbody">
 <div class="paragraph">
 <p>Just annotate your Quartz-Jobs with <code>@Scheduled</code> and they will 
get
@@ -609,7 +593,7 @@ Such an adapter just needs to implement
 <div class="sectionbody">
 <div class="paragraph">
 <p>It is possible to replace the default integration with Quartz. Any 
scheduler that supports cron-expressions for job-classes can be used.
-For more information, see <a 
href="https://deltaspike.apache.org/javadoc/1.9.4/org/apache/deltaspike/scheduler/spi/Scheduler.html";>Scheduler
 javadoc</a>.</p>
+For more information, see <a 
href="https://deltaspike.apache.org/javadoc/2.0.0/org/apache/deltaspike/scheduler/spi/Scheduler.html";>Scheduler
 javadoc</a>.</p>
 </div>
 </div>
 </div>
@@ -652,7 +636,7 @@ For more information, see <a href="https
 <li><a href="#_3_declare_container_control_dependency">3. Declare Container 
Control dependency</a></li>
 </ul>
 </li>
-<li><a 
href="#__scheduled_with_org_quartz_job_or_java_lang_runnable">@Scheduled with 
org.quartz.Job or java.lang.Runnable</a></li>
+<li><a href="#_scheduled_with_org_quartz_job_or_java_lang_runnable">@Scheduled 
with org.quartz.Job or java.lang.Runnable</a></li>
 <li><a href="#_configurable_cron_expressions">Configurable CRON 
expressions</a></li>
 <li><a href="#_manual_scheduler_control">Manual Scheduler Control</a></li>
 <li><a href="#_manual_scheduling">Manual scheduling</a></li>
@@ -668,7 +652,7 @@ For more information, see <a href="https
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2025 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: sites/deltaspike/documentation/security.html
==============================================================================
--- sites/deltaspike/documentation/security.html (original)
+++ sites/deltaspike/documentation/security.html Wed Apr  9 21:20:53 2025
@@ -64,9 +64,9 @@
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay 
span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
-.CodeRay .line-numbers strong{font-weight: normal}
+.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
 
table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
-table.CodeRay td{vertical-align: top}
+table.CodeRay td{vertical-align: top;line-height:1.45}
 table.CodeRay td.line-numbers{text-align:right}
 table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
 table.CodeRay td.code{padding:0 0 0 .5em}
@@ -101,7 +101,7 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .hex{color:#058}
 .CodeRay .integer,.CodeRay .float{color:#099}
 .CodeRay .include{color:#555}
-.CodeRay .inline{color:#00}
+.CodeRay .inline{color:#000}
 .CodeRay .inline .inline{background:#ccc}
 .CodeRay .inline .inline .inline{background:#bbb}
 .CodeRay .inline .inline-delimiter{color:#d14}
@@ -206,22 +206,6 @@ table.CodeRay td.code>pre{padding:0}
 
     </style>
 
-    <script type="text/javascript">
-
-        var _gaq = _gaq || [];
-        _gaq.push(['_setAccount', 'UA-36103647-1']);
-        _gaq.push(['_trackPageview']);
-
-        (function () {
-            var ga = document.createElement('script');
-            ga.type = 'text/javascript';
-            ga.async = true;
-            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-            var s = document.getElementsByTagName('script')[0];
-            s.parentNode.insertBefore(ga, s);
-        })();
-
-    </script>
 </head>
 
 <body>
@@ -608,7 +592,7 @@ This is a convenience class which allows
 </div>
 </div>
 <div class="sect2">
-<h3 id="__secured_and_stereotypes_with_custom_metadata">@Secured and 
stereotypes with custom metadata</h3>
+<h3 id="_secured_and_stereotypes_with_custom_metadata">@Secured and 
stereotypes with custom metadata</h3>
 <div class="paragraph">
 <p>If there are multiple <code>AccessDecisionVoter</code> and maybe in 
different
 constellations, it is easier to provide an expressive CDI stereotypes for
@@ -797,7 +781,7 @@ available after user logs in.</p>
 <li><a href="#_accessdecisionvoter">AccessDecisionVoter</a></li>
 <li><a href="#_securityviolation">SecurityViolation</a></li>
 <li><a 
href="#_abstractaccessdecisionvoter">AbstractAccessDecisionVoter</a></li>
-<li><a href="#__secured_and_stereotypes_with_custom_metadata">@Secured and 
stereotypes with custom metadata</a></li>
+<li><a href="#_secured_and_stereotypes_with_custom_metadata">@Secured and 
stereotypes with custom metadata</a></li>
 <li><a href="#_accessdecisionvotercontext">AccessDecisionVoterContext</a></li>
 <li><a href="#_securitystrategy_spi">SecurityStrategy SPI</a></li>
 <li><a href="#_examples">Examples</a>
@@ -817,7 +801,7 @@ available after user logs in.</p>
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2025 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: sites/deltaspike/documentation/servlet.html
==============================================================================
--- sites/deltaspike/documentation/servlet.html (original)
+++ sites/deltaspike/documentation/servlet.html Wed Apr  9 21:20:53 2025
@@ -64,9 +64,9 @@
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay 
span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
-.CodeRay .line-numbers strong{font-weight: normal}
+.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
 
table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
-table.CodeRay td{vertical-align: top}
+table.CodeRay td{vertical-align: top;line-height:1.45}
 table.CodeRay td.line-numbers{text-align:right}
 table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
 table.CodeRay td.code{padding:0 0 0 .5em}
@@ -101,7 +101,7 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .hex{color:#058}
 .CodeRay .integer,.CodeRay .float{color:#099}
 .CodeRay .include{color:#555}
-.CodeRay .inline{color:#00}
+.CodeRay .inline{color:#000}
 .CodeRay .inline .inline{background:#ccc}
 .CodeRay .inline .inline .inline{background:#bbb}
 .CodeRay .inline .inline-delimiter{color:#d14}
@@ -206,22 +206,6 @@ table.CodeRay td.code>pre{padding:0}
 
     </style>
 
-    <script type="text/javascript">
-
-        var _gaq = _gaq || [];
-        _gaq.push(['_setAccount', 'UA-36103647-1']);
-        _gaq.push(['_trackPageview']);
-
-        (function () {
-            var ga = document.createElement('script');
-            ga.type = 'text/javascript';
-            ga.async = true;
-            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-            var s = document.getElementsByTagName('script')[0];
-            s.parentNode.insertBefore(ga, s);
-        })();
-
-    </script>
 </head>
 
 <body>
@@ -700,7 +684,7 @@ your <code>web.xml</code> to disable the
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2025 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: sites/deltaspike/documentation/snapshots.html
==============================================================================
--- sites/deltaspike/documentation/snapshots.html (original)
+++ sites/deltaspike/documentation/snapshots.html Wed Apr  9 21:20:53 2025
@@ -64,9 +64,9 @@
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay 
span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
-.CodeRay .line-numbers strong{font-weight: normal}
+.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
 
table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
-table.CodeRay td{vertical-align: top}
+table.CodeRay td{vertical-align: top;line-height:1.45}
 table.CodeRay td.line-numbers{text-align:right}
 table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
 table.CodeRay td.code{padding:0 0 0 .5em}
@@ -101,7 +101,7 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .hex{color:#058}
 .CodeRay .integer,.CodeRay .float{color:#099}
 .CodeRay .include{color:#555}
-.CodeRay .inline{color:#00}
+.CodeRay .inline{color:#000}
 .CodeRay .inline .inline{background:#ccc}
 .CodeRay .inline .inline .inline{background:#bbb}
 .CodeRay .inline .inline-delimiter{color:#d14}
@@ -206,22 +206,6 @@ table.CodeRay td.code>pre{padding:0}
 
     </style>
 
-    <script type="text/javascript">
-
-        var _gaq = _gaq || [];
-        _gaq.push(['_setAccount', 'UA-36103647-1']);
-        _gaq.push(['_trackPageview']);
-
-        (function () {
-            var ga = document.createElement('script');
-            ga.type = 'text/javascript';
-            ga.async = true;
-            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-            var s = document.getElementsByTagName('script')[0];
-            s.parentNode.insertBefore(ga, s);
-        })();
-
-    </script>
 </head>
 
 <body>
@@ -343,7 +327,7 @@ Snapshots provide previews of DeltaSpike
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="xml"><span 
class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;deltaspike.version&gt;</span>1.9.5-SNAPSHOT<span 
class="tag">&lt;/deltaspike.version&gt;</span>
+    <span class="tag">&lt;deltaspike.version&gt;</span>2.0.1-SNAPSHOT<span 
class="tag">&lt;/deltaspike.version&gt;</span>
 <span class="tag">&lt;/properties&gt;</span></code></pre>
 </div>
 </div>
@@ -384,7 +368,7 @@ Snapshots provide previews of DeltaSpike
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2025 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: sites/deltaspike/documentation/spi.html
==============================================================================
--- sites/deltaspike/documentation/spi.html (original)
+++ sites/deltaspike/documentation/spi.html Wed Apr  9 21:20:53 2025
@@ -64,9 +64,9 @@
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay 
span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
-.CodeRay .line-numbers strong{font-weight: normal}
+.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
 
table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
-table.CodeRay td{vertical-align: top}
+table.CodeRay td{vertical-align: top;line-height:1.45}
 table.CodeRay td.line-numbers{text-align:right}
 table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
 table.CodeRay td.code{padding:0 0 0 .5em}
@@ -101,7 +101,7 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .hex{color:#058}
 .CodeRay .integer,.CodeRay .float{color:#099}
 .CodeRay .include{color:#555}
-.CodeRay .inline{color:#00}
+.CodeRay .inline{color:#000}
 .CodeRay .inline .inline{background:#ccc}
 .CodeRay .inline .inline .inline{background:#bbb}
 .CodeRay .inline .inline-delimiter{color:#d14}
@@ -206,22 +206,6 @@ table.CodeRay td.code>pre{padding:0}
 
     </style>
 
-    <script type="text/javascript">
-
-        var _gaq = _gaq || [];
-        _gaq.push(['_setAccount', 'UA-36103647-1']);
-        _gaq.push(['_trackPageview']);
-
-        (function () {
-            var ga = document.createElement('script');
-            ga.type = 'text/javascript';
-            ga.async = true;
-            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-            var s = document.getElementsByTagName('script')[0];
-            s.parentNode.insertBefore(ga, s);
-        })();
-
-    </script>
 </head>
 
 <body>
@@ -282,7 +266,7 @@ table.CodeRay td.code>pre{padding:0}
 <h2 id="_deactivatable">Deactivatable</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>This mechanism is only used for artifacts <strong>like</strong> 
implementations of (<code>javax.enterprise.inject.spi.Extension</code>) which
+<p>This mechanism is only used for artifacts <strong>like</strong> 
implementations of (<code>jakarta.enterprise.inject.spi.Extension</code>) which
 <strong>can not</strong> be deactivated with standard CDI mechanisms.</p>
 </div>
 <div class="paragraph">
@@ -443,7 +427,7 @@ a too strict interpretation or a broken
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2025 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Modified: sites/deltaspike/documentation/test-control.html
==============================================================================
--- sites/deltaspike/documentation/test-control.html (original)
+++ sites/deltaspike/documentation/test-control.html Wed Apr  9 21:20:53 2025
@@ -64,9 +64,9 @@
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay 
span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
-.CodeRay .line-numbers strong{font-weight: normal}
+.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
 
table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
-table.CodeRay td{vertical-align: top}
+table.CodeRay td{vertical-align: top;line-height:1.45}
 table.CodeRay td.line-numbers{text-align:right}
 table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
 table.CodeRay td.code{padding:0 0 0 .5em}
@@ -101,7 +101,7 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .hex{color:#058}
 .CodeRay .integer,.CodeRay .float{color:#099}
 .CodeRay .include{color:#555}
-.CodeRay .inline{color:#00}
+.CodeRay .inline{color:#000}
 .CodeRay .inline .inline{background:#ccc}
 .CodeRay .inline .inline .inline{background:#bbb}
 .CodeRay .inline .inline-delimiter{color:#d14}
@@ -206,22 +206,6 @@ table.CodeRay td.code>pre{padding:0}
 
     </style>
 
-    <script type="text/javascript">
-
-        var _gaq = _gaq || [];
-        _gaq.push(['_setAccount', 'UA-36103647-1']);
-        _gaq.push(['_trackPageview']);
-
-        (function () {
-            var ga = document.createElement('script');
-            ga.type = 'text/javascript';
-            ga.async = true;
-            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-            var s = document.getElementsByTagName('script')[0];
-            s.parentNode.insertBefore(ga, s);
-        })();
-
-    </script>
 </head>
 
 <body>
@@ -462,7 +446,7 @@ This also starts and stops one request a
 <h2 id="_test_customization">Test Customization</h2>
 <div class="sectionbody">
 <div class="sect2">
-<h3 id="__testcontrol">@TestControl</h3>
+<h3 id="_testcontrol">@TestControl</h3>
 <div class="paragraph">
 <p>Customize the default behavior of CdiTestRunner with @TestControl. In the 
following
 case only one session for all test-methods (of the test-class) will be
@@ -743,7 +727,7 @@ literal-instance(s) as additional parame
 </div>
 </div>
 <div class="paragraph">
-<p>In some cases it is necessary to use 
<code>@javax.enterprise.inject.Typed</code>.
+<p>In some cases it is necessary to use 
<code>@jakarta.enterprise.inject.Typed</code>.
 Mocking such typed beans can result in an
 <code>AmbiguousResolutionException</code>. Therefore it is necessary to 
exclude the
 mocked implementation via <code>@Exclude</code> or <code>@Typed()</code> (or a 
parametrized
@@ -1053,7 +1037,7 @@ Currently DeltaSpike provides:</p>
 </li>
 <li><a href="#_test_customization">Test Customization</a>
 <ul class="sectlevel2">
-<li><a href="#__testcontrol">@TestControl</a></li>
+<li><a href="#_testcontrol">@TestControl</a></li>
 <li><a href="#_projectstage_control">ProjectStage Control</a></li>
 </ul>
 </li>
@@ -1092,7 +1076,7 @@ Currently DeltaSpike provides:</p>
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2025 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>


Reply via email to