Modified: 
websites/production/commons/content/proper/commons-beanutils/apidocs/stylesheet.css
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/apidocs/stylesheet.css
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/apidocs/stylesheet.css
 Thu Feb 13 12:58:15 2025
@@ -5,72 +5,17 @@
 @import url('resources/fonts/dejavu.css');
 
 /*
- * These CSS custom properties (variables) define the core color and font
- * properties used in this stylesheet.
- */
-:root {
-    /* body, block and code fonts */
-    --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
-    --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, 
serif;
-    --code-font-family: 'DejaVu Sans Mono', monospace;
-    /* Base font sizes for body and code elements */
-    --body-font-size: 14px;
-    --code-font-size: 14px;
-    /* Text colors for body and block elements */
-    --body-text-color: #353833;
-    --block-text-color: #474747;
-    /* Background colors for various structural elements */
-    --body-background-color: #ffffff;
-    --section-background-color: #f8f8f8;
-    --detail-background-color: #ffffff;
-    /* Colors for navigation bar and table captions */
-    --navbar-background-color: #4D7A97;
-    --navbar-text-color: #ffffff;
-    /* Background color for subnavigation and various headers */
-    --subnav-background-color: #dee3e9;
-    /* Background and text colors for selected tabs and navigation items */
-    --selected-background-color: #f8981d;
-    --selected-text-color: #253441;
-    --selected-link-color: #1f389c;
-    /* Background colors for generated tables */
-    --even-row-color: #ffffff;
-    --odd-row-color: #eeeeef;
-    /* Text color for page title */
-    --title-color: #2c4557;
-    /* Text colors for links */
-    --link-color: #4A6782;
-    --link-color-active: #bb7a2a;
-    /* Snippet colors */
-    --snippet-background-color: #ebecee;
-    --snippet-text-color: var(--block-text-color);
-    --snippet-highlight-color: #f7c590;
-    /* Border colors for structural elements and user defined tables */
-    --border-color: #ededed;
-    --table-border-color: #000000;
-    /* Search input colors */
-    --search-input-background-color: #ffffff;
-    --search-input-text-color: #000000;
-    --search-input-placeholder-color: #909090;
-    /* Highlight color for active search tag target */
-    --search-tag-highlight-color: #ffff00;
-    /* Adjustments for icon and active background colors of copy-to-clipboard 
buttons */
-    --copy-icon-brightness: 100%;
-    --copy-button-background-color-active: rgba(168, 168, 176, 0.3);
-    /* Colors for invalid tag notifications */
-    --invalid-tag-background-color: #ffe6e6;
-    --invalid-tag-text-color: #000000;
-}
-/*
  * Styles for individual HTML elements.
  *
  * These are styles that are specific to individual HTML elements. Changing 
them affects the style of a particular
  * HTML element throughout the page.
  */
+
 body {
-    background-color:var(--body-background-color);
-    color:var(--body-text-color);
-    font-family:var(--body-font-family);
-    font-size:var(--body-font-size);
+    background-color:#ffffff;
+    color:#353833;
+    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+    font-size:14px;
     margin:0;
     padding:0;
     height:100%;
@@ -86,59 +31,58 @@ iframe {
 }
 a:link, a:visited {
     text-decoration:none;
-    color:var(--link-color);
+    color:#4A6782;
 }
 a[href]:hover, a[href]:focus {
     text-decoration:none;
-    color:var(--link-color-active);
+    color:#bb7a2a;
+}
+a[name] {
+    color:#353833;
 }
 pre {
-    font-family:var(--code-font-family);
-    font-size:1em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
 }
 h1 {
-    font-size:1.428em;
+    font-size:20px;
 }
 h2 {
-    font-size:1.285em;
+    font-size:18px;
 }
 h3 {
-    font-size:1.14em;
+    font-size:16px;
 }
 h4 {
-    font-size:1.072em;
+    font-size:15px;
 }
 h5 {
-    font-size:1.001em;
+    font-size:14px;
 }
 h6 {
-    font-size:0.93em;
-}
-/* Disable font boosting for selected elements */
-h1, h2, h3, h4, h5, h6, div.member-signature {
-    max-height: 1000em;
+    font-size:13px;
 }
 ul {
     list-style-type:disc;
 }
 code, tt {
-    font-family:var(--code-font-family);
+    font-family:'DejaVu Sans Mono', monospace;
 }
 :not(h1, h2, h3, h4, h5, h6) > code,
 :not(h1, h2, h3, h4, h5, h6) > tt {
-    font-size:var(--code-font-size);
+    font-size:14px;
     padding-top:4px;
     margin-top:8px;
     line-height:1.4em;
 }
 dt code {
-    font-family:var(--code-font-family);
-    font-size:1em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
     padding-top:4px;
 }
 .summary-table dt code {
-    font-family:var(--code-font-family);
-    font-size:1em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
     vertical-align:top;
     padding-top:4px;
 }
@@ -146,8 +90,8 @@ sup {
     font-size:8px;
 }
 button {
-    font-family: var(--body-font-family);
-    font-size: 1em;
+    font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+    font-size: 14px;
 }
 /*
  * Styles for HTML generated by javadoc.
@@ -158,67 +102,74 @@ button {
 /*
  * Styles for document title and copyright.
  */
+.clear {
+    clear:both;
+    height:0;
+    overflow:hidden;
+}
 .about-language {
     float:right;
     padding:0 21px 8px 8px;
-    font-size:0.915em;
+    font-size:11px;
     margin-top:-9px;
     height:2.9em;
 }
 .legal-copy {
     margin-left:.5em;
 }
+.tab {
+    background-color:#0066FF;
+    color:#ffffff;
+    padding:8px;
+    width:5em;
+    font-weight:bold;
+}
 /*
  * Styles for navigation bar.
  */
 @media screen {
-    div.flex-box {
+    .flex-box {
         position:fixed;
         display:flex;
         flex-direction:column;
         height: 100%;
         width: 100%;
     }
-    header.flex-header {
+    .flex-header {
         flex: 0 0 auto;
     }
-    div.flex-content {
+    .flex-content {
         flex: 1 1 auto;
         overflow-y: auto;
     }
 }
 .top-nav {
-    background-color:var(--navbar-background-color);
-    color:var(--navbar-text-color);
+    background-color:#4D7A97;
+    color:#FFFFFF;
     float:left;
+    padding:0;
     width:100%;
     clear:right;
     min-height:2.8em;
-    padding:10px 0 0 0;
+    padding-top:10px;
     overflow:hidden;
-    font-size:0.857em;
-}
-button#navbar-toggle-button {
-    display:none;
-}
-ul.sub-nav-list-small {
-    display: none;
+    font-size:12px;
 }
 .sub-nav {
-    background-color:var(--subnav-background-color);
+    background-color:#dee3e9;
     float:left;
     width:100%;
     overflow:hidden;
-    font-size:0.857em;
+    font-size:12px;
 }
 .sub-nav div {
     clear:left;
     float:left;
-    padding:6px;
+    padding:0 0 5px 6px;
     text-transform:uppercase;
 }
-.sub-nav .sub-nav-list {
-    padding-top:4px;
+.sub-nav .nav-list {
+    padding-top:5px;
 }
 ul.nav-list {
     display:block;
@@ -238,27 +189,32 @@ ul.nav-list li {
 }
 .sub-nav .nav-list-search {
     float:right;
-    margin:0;
-    padding:6px;
+    margin:0 0 0 0;
+    padding:5px 6px;
     clear:none;
-    text-align:right;
+}
+.nav-list-search label {
     position:relative;
+    right:-16px;
 }
 ul.sub-nav-list li {
     list-style:none;
     float:left;
+    padding-top:10px;
 }
 .top-nav a:link, .top-nav a:active, .top-nav a:visited {
-    color:var(--navbar-text-color);
+    color:#FFFFFF;
     text-decoration:none;
     text-transform:uppercase;
 }
 .top-nav a:hover {
-    color:var(--link-color-active);
+    text-decoration:none;
+    color:#bb7a2a;
+    text-transform:uppercase;
 }
 .nav-bar-cell1-rev {
-    background-color:var(--selected-background-color);
-    color:var(--selected-text-color);
+    background-color:#F8981D;
+    color:#253441;
     margin: auto 5px;
 }
 .skip-nav {
@@ -276,30 +232,30 @@ ul.sub-nav-list li {
     }
 }
 /*
- * Styles for page header.
+ * Styles for page header and footer.
  */
 .title {
-    color:var(--title-color);
+    color:#2c4557;
     margin:10px 0;
 }
 .sub-title {
     margin:5px 0 0 0;
 }
-ul.contents-list {
-    margin: 0 0 15px 0;
-    padding: 0;
-    list-style: none;
+.header ul {
+    margin:0 0 15px 0;
+    padding:0;
 }
-ul.contents-list li {
-    font-size:0.93em;
+.header ul li, .footer ul li {
+    list-style:none;
+    font-size:13px;
 }
 /*
  * Styles for headings.
  */
 body.class-declaration-page .summary h2,
 body.class-declaration-page .details h2,
-body.class-use-page h2,
-body.module-declaration-page .block-list h2 {
+body.class-use-page  h2,
+body.module-declaration-page  .block-list h2 {
     font-style: italic;
     padding:0;
     margin:15px 0;
@@ -307,8 +263,8 @@ body.module-declaration-page .block-list
 body.class-declaration-page .summary h3,
 body.class-declaration-page .details h3,
 body.class-declaration-page .summary .inherited-list h2 {
-    background-color:var(--subnav-background-color);
-    border:1px solid var(--border-color);
+    background-color:#dee3e9;
+    border:1px solid #d0d9e0;
     margin:0 0 6px -8px;
     padding:7px 5px;
 }
@@ -321,16 +277,16 @@ main {
     position:relative;
 }
 dl.notes > dt {
-    font-family: var(--body-font-family);
-    font-size:0.856em;
+    font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+    font-size:12px;
     font-weight:bold;
     margin:10px 0 0 0;
-    color:var(--body-text-color);
+    color:#4E4E4E;
 }
 dl.notes > dd {
     margin:5px 10px 10px 0;
-    font-size:1em;
-    font-family:var(--block-font-family)
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
 }
 dl.name-value > dt {
     margin-left:1px;
@@ -375,160 +331,121 @@ ul.summary-list > li {
     margin-bottom:15px;
     line-height:1.4;
 }
-ul.ref-list {
-  padding:0;
-  margin:0;
-}
-ul.ref-list > li {
-    list-style:none;
-}
 .summary-table dl, .summary-table dl dt, .summary-table dl dd {
     margin-top:0;
     margin-bottom:1px;
 }
-ul.tag-list, ul.tag-list-long {
+ul.see-list, ul.see-list-long {
     padding-left: 0;
     list-style: none;
 }
-ul.tag-list li {
+ul.see-list li {
     display: inline;
 }
-ul.tag-list li:not(:last-child):after,
-ul.tag-list-long li:not(:last-child):after
-{
+ul.see-list li:not(:last-child):after,
+ul.see-list-long li:not(:last-child):after {
     content: ", ";
     white-space: pre-wrap;
 }
-ul.preview-feature-list {
-    list-style: none;
-    margin:0;
-    padding:0.1em;
-    line-height: 1.6em;
-}
 /*
  * Styles for tables.
  */
 .summary-table, .details-table {
     width:100%;
     border-spacing:0;
-    border:1px solid var(--border-color);
-    border-top:0;
+    border-left:1px solid #EEE;
+    border-right:1px solid #EEE;
+    border-bottom:1px solid #EEE;
     padding:0;
 }
 .caption {
     position:relative;
     text-align:left;
     background-repeat:no-repeat;
-    color:var(--selected-text-color);
+    color:#253441;
+    font-weight:bold;
     clear:none;
     overflow:hidden;
-    padding: 10px 0 0 1px;
+    padding:0;
+    padding-top:10px;
+    padding-left:1px;
     margin:0;
+    white-space:pre;
 }
 .caption a:link, .caption a:visited {
-    color:var(--selected-link-color);
+    color:#1f389c;
 }
 .caption a:hover,
 .caption a:active {
-    color:var(--navbar-text-color);
+    color:#FFFFFF;
 }
 .caption span {
-    font-weight:bold;
     white-space:nowrap;
-    padding:5px 12px 7px 12px;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    padding-bottom:7px;
     display:inline-block;
     float:left;
-    background-color:var(--selected-background-color);
+    background-color:#F8981D;
     border: none;
     height:16px;
 }
 div.table-tabs {
     padding:10px 0 0 1px;
-    margin:10px 0 0 0;
+    margin:0;
 }
 div.table-tabs > button {
-    border: none;
-    cursor: pointer;
-    padding: 5px 12px 7px 12px;
-    font-weight: bold;
-    margin-right: 8px;
-}
-div.table-tabs > .active-table-tab {
-    background: var(--selected-background-color);
-    color: var(--selected-text-color);
+   border: none;
+   cursor: pointer;
+   padding: 5px 12px 7px 12px;
+   font-weight: bold;
+   margin-right: 3px;
+}
+div.table-tabs > button.active-table-tab {
+   background: #F8981D;
+   color: #253441;
 }
 div.table-tabs > button.table-tab {
-    background: var(--navbar-background-color);
-    color: var(--navbar-text-color);
-}
-.two-column-search-results {
-    display: grid;
-    grid-template-columns: minmax(400px, max-content) minmax(400px, auto);
-}
-div.checkboxes {
-    line-height: 2em;
-}
-div.checkboxes > span {
-    margin-left: 10px;
-}
-div.checkboxes > label {
-    margin-left: 8px;
-    white-space: nowrap;
-}
-div.checkboxes > label > input {
-    margin: 0 2px;
+   background: #4D7A97;
+   color: #FFFFFF;
 }
 .two-column-summary {
     display: grid;
-    grid-template-columns: minmax(25%, max-content) minmax(25%, auto);
+    grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
 }
 .three-column-summary {
     display: grid;
-    grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) 
minmax(20%, auto);
-}
-.three-column-release-summary {
-    display: grid;
-    grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) 
minmax(40%, auto);
+    grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) 
minmax(15%, auto);
 }
 .four-column-summary {
     display: grid;
-    grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) 
minmax(15%, max-content) minmax(15%, auto);
+    grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) 
minmax(10%, max-content) minmax(10%, auto);
 }
-@media screen and (max-width: 1000px) {
-    .four-column-summary {
+@media screen and (max-width: 600px) {
+    .two-column-summary {
         display: grid;
-        grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
+        grid-template-columns: 1fr;
     }
 }
 @media screen and (max-width: 800px) {
-    .two-column-search-results {
-        display: grid;
-        grid-template-columns: minmax(40%, max-content) minmax(40%, auto);
-    }
     .three-column-summary {
         display: grid;
         grid-template-columns: minmax(10%, max-content) minmax(25%, auto);
     }
-    .three-column-release-summary {
-        display: grid;
-        grid-template-columns: minmax(70%, max-content) minmax(30%, 
max-content)
-    }
-    .three-column-summary .col-last,
-    .three-column-release-summary .col-last{
+    .three-column-summary .col-last {
         grid-column-end: span 2;
     }
 }
-@media screen and (max-width: 600px) {
-    .two-column-summary {
+@media screen and (max-width: 1000px) {
+    .four-column-summary {
         display: grid;
-        grid-template-columns: 1fr;
+        grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
     }
 }
 .summary-table > div, .details-table > div {
     text-align:left;
     padding: 8px 3px 3px 7px;
-    overflow-x: auto;
-    scrollbar-width: thin;
 }
 .col-first, .col-second, .col-last, .col-constructor-name, 
.col-summary-item-name {
     vertical-align:top;
@@ -537,43 +454,14 @@ div.checkboxes > label > input {
     padding-bottom:3px;
 }
 .table-header {
-    background:var(--subnav-background-color);
+    background:#dee3e9;
     font-weight: bold;
 }
-/* Sortable table columns */
-.table-header[onclick] {
-    cursor: pointer;
-}
-.table-header[onclick]::after {
-    content:"";
-    display:inline-block;
-    background-image:url('data:image/svg+xml; utf8, \
-    <svg xmlns="http://www.w3.org/2000/svg"; width="125" height="170"> \
-    <path d="M10.101 57.059L63.019 4.142l52.917 52.917M10.101 86.392l52.917 
52.917 52.917-52.917" style="opacity:.35;"/></svg>');
-    background-size:100% 100%;
-    width:9px;
-    height:14px;
-    margin-left:4px;
-    margin-bottom:-3px;
-}
-.table-header[onclick].sort-asc::after {
-    background-image:url('data:image/svg+xml; utf8, \
-    <svg xmlns="http://www.w3.org/2000/svg"; width="125" height="170"> \
-    <path d="M10.101 57.059L63.019 4.142l52.917 52.917" style="opacity:.75;"/> 
\
-    <path d="M10.101 86.392l52.917 52.917 52.917-52.917" 
style="opacity:.35;"/></svg>');
-
-}
-.table-header[onclick].sort-desc::after {
-    background-image:url('data:image/svg+xml; utf8, \
-    <svg xmlns="http://www.w3.org/2000/svg"; width="125" height="170"> \
-    <path d="M10.101 57.059L63.019 4.142l52.917 52.917" style="opacity:.35;"/> 
\
-    <path d="M10.101 86.392l52.917 52.917 52.917-52.917" 
style="opacity:.75;"/></svg>');
-}
 .col-first, .col-first {
-    font-size:0.93em;
+    font-size:13px;
 }
 .col-second, .col-second, .col-last, .col-constructor-name, 
.col-summary-item-name, .col-last {
-    font-size:0.93em;
+    font-size:13px;
 }
 .col-first, .col-second, .col-constructor-name {
     vertical-align:top;
@@ -587,21 +475,31 @@ div.checkboxes > label > input {
 .col-first a:link, .col-first a:visited,
 .col-second a:link, .col-second a:visited,
 .col-constructor-name a:link, .col-constructor-name a:visited,
-.col-summary-item-name a:link, .col-summary-item-name a:visited {
+.col-summary-item-name a:link, .col-summary-item-name a:visited,
+.constant-values-container a:link, .constant-values-container a:visited,
+.all-classes-container a:link, .all-classes-container a:visited,
+.all-packages-container a:link, .all-packages-container a:visited {
     font-weight:bold;
 }
+.table-sub-heading-color {
+    background-color:#EEEEFF;
+}
 .even-row-color, .even-row-color .table-header {
-    background-color:var(--even-row-color);
+    background-color:#FFFFFF;
 }
 .odd-row-color, .odd-row-color .table-header {
-    background-color:var(--odd-row-color);
+    background-color:#EEEEEF;
 }
 /*
  * Styles for contents.
  */
+.deprecated-content {
+    margin:0;
+    padding:10px 0;
+}
 div.block {
-    font-size:var(--body-font-size);
-    font-family:var(--block-font-family);
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
 }
 .col-last div {
     padding-top:0;
@@ -613,8 +511,8 @@ div.block {
 .package-signature,
 .type-signature,
 .member-signature {
-    font-family:var(--code-font-family);
-    font-size:1em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
     margin:14px 0;
     white-space: pre-wrap;
 }
@@ -637,17 +535,21 @@ div.block {
  * Styles for formatting effect.
  */
 .source-line-no {
-    /* Color of line numbers in source pages can be set via custom property 
below */
-    color:var(--source-linenumber-color, green);
+    color:green;
     padding:0 30px 0 0;
 }
+h1.hidden {
+    visibility:hidden;
+    overflow:hidden;
+    font-size:10px;
+}
 .block {
     display:block;
     margin:0 10px 5px 0;
-    color:var(--block-text-color);
+    color:#474747;
 }
-.deprecated-label, .description-from-type-label, .implementation-label, 
.member-name-link,
-.module-label-in-package, .module-label-in-type, .package-label-in-type,
+.deprecated-label, .descfrm-type-label, .implementation-label, 
.member-name-label, .member-name-link,
+.module-label-in-package, .module-label-in-type, .override-specify-label, 
.package-label-in-type,
 .package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, 
.preview-label {
     font-weight:bold;
 }
@@ -655,8 +557,8 @@ div.block {
     font-style:italic;
 }
 .deprecation-block {
-    font-size:1em;
-    font-family:var(--block-font-family);
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
     border-style:solid;
     border-width:thin;
     border-radius:10px;
@@ -666,8 +568,8 @@ div.block {
     display:inline-block;
 }
 .preview-block {
-    font-size:1em;
-    font-family:var(--block-font-family);
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
     border-style:solid;
     border-width:thin;
     border-radius:10px;
@@ -679,19 +581,6 @@ div.block {
 div.block div.deprecation-comment {
     font-style:normal;
 }
-details.invalid-tag, span.invalid-tag {
-    font-size:1em;
-    font-family:var(--block-font-family);
-    color: var(--invalid-tag-text-color);
-    background: var(--invalid-tag-background-color);
-    border: thin solid var(--table-border-color);
-    border-radius:2px;
-    padding: 2px 4px;
-    display:inline-block;
-}
-details summary {
-    cursor: pointer;
-}
 /*
  * Styles specific to HTML5 elements.
  */
@@ -701,93 +590,66 @@ main, nav, header, footer, section {
 /*
  * Styles for javadoc search.
  */
-.ui-state-active {
-    /* Overrides the color of selection used in jQuery UI */
-    background: var(--selected-background-color);
-    border: 1px solid var(--selected-background-color);
-    color: var(--selected-text-color);
-}
 .ui-autocomplete-category {
     font-weight:bold;
     font-size:15px;
     padding:7px 0 7px 3px;
-    background-color:var(--navbar-background-color);
-    color:var(--navbar-text-color);
+    background-color:#4D7A97;
+    color:#FFFFFF;
+}
+.result-item {
+    font-size:13px;
 }
 .ui-autocomplete {
     max-height:85%;
     max-width:65%;
-    overflow-y:auto;
-    overflow-x:auto;
-    scrollbar-width: thin;
+    overflow-y:scroll;
+    overflow-x:scroll;
     white-space:nowrap;
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
 }
 ul.ui-autocomplete {
     position:fixed;
-    z-index:1;
-    background-color: var(--body-background-color);
+    z-index:999999;
+    background-color: #FFFFFF;
 }
-ul.ui-autocomplete li {
+ul.ui-autocomplete  li {
     float:left;
     clear:both;
-    min-width:100%;
-}
-ul.ui-autocomplete li.ui-static-link {
-    position:sticky;
-    bottom:0;
-    left:0;
-    background: var(--subnav-background-color);
-    padding: 5px 0;
-    font-family: var(--body-font-family);
-    font-size: 0.93em;
-    font-weight: bolder;
-    z-index: 2;
+    width:100%;
 }
-li.ui-static-link a, li.ui-static-link a:visited {
-    text-decoration:none;
-    color:var(--link-color);
-    float:right;
-    margin-right:20px;
+.result-highlight {
+    font-weight:bold;
 }
 .ui-autocomplete .result-item {
     font-size: inherit;
 }
-.ui-autocomplete .result-highlight {
-    font-weight:bold;
-}
-#search-input, #page-search-input {
+#search-input {
     background-image:url('resources/glass.png');
     background-size:13px;
     background-repeat:no-repeat;
     background-position:2px 3px;
-    background-color: var(--search-input-background-color);
-    color: var(--search-input-text-color);
-    border-color: var(--border-color);
     padding-left:20px;
-    width: 250px;
-    margin: 0;
-}
-#search-input {
-    margin-left: 4px;
+    position:relative;
+    right:-18px;
+    width:400px;
 }
 #reset-button {
-    background-color: transparent;
+    background-color: rgb(255,255,255);
     background-image:url('resources/x.png');
+    background-position:center;
     background-repeat:no-repeat;
-    background-size:contain;
-    border:0;
-    border-radius:0;
-    width:12px;
-    height:12px;
-    position:absolute;
-    right:12px;
-    top:10px;
-    font-size:0;
-}
-::placeholder {
-    color:var(--search-input-placeholder-color);
-    opacity: 1;
+    background-size:12px;
+    border:0 none;
+    width:16px;
+    height:16px;
+    position:relative;
+    left:-4px;
+    top:-4px;
+    font-size:0px;
+}
+.watermark {
+    color:#545454;
 }
 .search-tag-desc-result {
     font-style:italic;
@@ -798,55 +660,13 @@ li.ui-static-link a, li.ui-static-link a
     font-size:12px;
 }
 .search-tag-result:target {
-    background-color:var(--search-tag-highlight-color);
-}
-details.page-search-details {
-    display: inline-block;
+    background-color:yellow;
 }
-div#result-container {
-    font-size: 1em;
-}
-div#result-container a.search-result-link {
-    padding: 0;
-    margin: 4px 0;
-    width: 100%;
-}
-#result-container .result-highlight {
-    font-weight:bolder;
-}
-.page-search-info {
-    background-color: var(--subnav-background-color);
-    border-radius: 3px;
-    border: 0 solid var(--border-color);
-    padding: 0 8px;
-    overflow: hidden;
-    height: 0;
-    transition: all 0.2s ease;
-}
-div.table-tabs > button.table-tab {
-    background: var(--navbar-background-color);
-    color: var(--navbar-text-color);
-}
-.page-search-header {
-    padding: 5px 12px 7px 12px;
-    font-weight: bold;
-    margin-right: 3px;
-    background-color:var(--navbar-background-color);
-    color:var(--navbar-text-color);
-    display: inline-block;
-}
-button.page-search-header {
-    border: none;
-    cursor: pointer;
-}
-span#page-search-link {
-    text-decoration: underline;
-}
-.module-graph span, .sealed-graph span {
+.module-graph span {
     display:none;
     position:absolute;
 }
-.module-graph:hover span, .sealed-graph:hover span {
+.module-graph:hover span {
     display:block;
     margin: -100px 0 0 100px;
     z-index: 1;
@@ -859,13 +679,13 @@ section.class-description {
 }
 .summary section[class$="-summary"], .details section[class$="-details"],
 .class-uses .detail, .serialized-class-details {
-    padding: 0 20px 5px 10px;
-    border: 1px solid var(--border-color);
-    background-color: var(--section-background-color);
+    padding: 0px 20px 5px 10px;
+    border: 1px solid #ededed;
+    background-color: #f8f8f8;
 }
 .inherited-list, section[class$="-details"] .detail {
     padding:0 0 5px 8px;
-    background-color:var(--detail-background-color);
+    background-color:#ffffff;
     border:none;
 }
 .vertical-separator {
@@ -883,7 +703,7 @@ ul.help-subtoc > li::before {
   content: "\2022" ;
   padding-right:2px;
 }
-.help-note {
+span.help-note {
     font-style: italic;
 }
 /*
@@ -911,111 +731,7 @@ main a[href*="://"]:focus::after {
         132-240 240 120 120 240-240 132 132V0z" fill="%23bb7a2a"/>\
       </svg>');
 }
-/*
- * Styles for header/section anchor links
- */
-a.anchor-link {
-    opacity: 0;
-    transition: opacity 0.1s;
-}
-:hover > a.anchor-link {
-    opacity: 80%;
-}
-a.anchor-link:hover,
-a.anchor-link:focus-visible,
-a.anchor-link.visible {
-    opacity: 100%;
-}
-a.anchor-link > img {
-    width: 0.9em;
-    height: 0.9em;
-}
-/*
- * Styles for copy-to-clipboard buttons
- */
-button.copy {
-    opacity: 70%;
-    border: none;
-    border-radius: 3px;
-    position: relative;
-    background:none;
-    transition: opacity 0.3s;
-    cursor: pointer;
-}
-:hover > button.copy {
-    opacity: 80%;
-}
-button.copy:hover,
-button.copy:active,
-button.copy:focus-visible,
-button.copy.visible {
-    opacity: 100%;
-}
-button.copy img {
-    position: relative;
-    background: none;
-    filter: brightness(var(--copy-icon-brightness));
-}
-button.copy:active {
-    background-color: var(--copy-button-background-color-active);
-}
-button.copy span {
-    color: var(--body-text-color);
-    position: relative;
-    top: -0.1em;
-    transition: all 0.1s;
-    font-size: 0.76rem;
-    line-height: 1.2em;
-    opacity: 0;
-}
-button.copy:hover span,
-button.copy:focus-visible span,
-button.copy.visible span {
-    opacity: 100%;
-}
-/* search page copy button */
-button#page-search-copy {
-    margin-left: 0.4em;
-    padding:0.3em;
-    top:0.13em;
-}
-button#page-search-copy img {
-    width: 1.2em;
-    height: 1.2em;
-    padding: 0.01em 0;
-    top: 0.15em;
-}
-button#page-search-copy span {
-    color: var(--body-text-color);
-    line-height: 1.2em;
-    padding: 0.2em;
-    top: -0.18em;
-}
-div.page-search-info:hover button#page-search-copy span {
-    opacity: 100%;
-}
-/* snippet copy button */
-button.snippet-copy {
-    position: absolute;
-    top: 6px;
-    right: 6px;
-    height: 1.7em;
-    padding: 2px;
-}
-button.snippet-copy img {
-    width: 18px;
-    height: 18px;
-    padding: 0.05em 0;
-}
-button.snippet-copy span {
-    line-height: 1.2em;
-    padding: 0.2em;
-    position: relative;
-    top: -0.5em;
-}
-div.snippet-container:hover button.snippet-copy span {
-    opacity: 100%;
-}
+
 /*
  * Styles for user-provided tables.
  *
@@ -1062,146 +778,67 @@ table.borderless > thead > tr, table.bor
 }
 table.plain {
     border-collapse: collapse;
-    border: 1px solid var(--table-border-color);
+    border: 1px solid black;
 }
 table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
     background-color: transparent;
 }
 table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr 
> th,
 table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr 
> td {
-    border: 1px solid var(--table-border-color);
+    border: 1px solid black;
 }
 table.striped {
     border-collapse: collapse;
-    border: 1px solid var(--table-border-color);
+    border: 1px solid black;
 }
 table.striped > thead {
-    background-color: var(--subnav-background-color);
+    background-color: #E3E3E3;
 }
 table.striped > thead > tr > th, table.striped > thead > tr > td {
-    border: 1px solid var(--table-border-color);
+    border: 1px solid black;
 }
 table.striped > tbody > tr:nth-child(even) {
-    background-color: var(--odd-row-color)
+    background-color: #EEE
 }
 table.striped > tbody > tr:nth-child(odd) {
-    background-color: var(--even-row-color)
+    background-color: #FFF
 }
 table.striped > tbody > tr > th, table.striped > tbody > tr > td {
-    border-left: 1px solid var(--table-border-color);
-    border-right: 1px solid var(--table-border-color);
+    border-left: 1px solid black;
+    border-right: 1px solid black;
 }
 table.striped > tbody > tr > th {
     font-weight: normal;
 }
 /**
- * Tweak style for small screens.
+ * Tweak font sizes and paddings for small screens.
  */
-@media screen and (max-width: 920px) {
-    header.flex-header {
-        max-height: 100vh;
-        overflow-y: auto;
-    }
-    div#navbar-top {
-        height: 2.8em;
-        transition: height 0.35s ease;
-    }
-    ul.nav-list {
-        display: block;
-        width: 40%;
-        float:left;
-        clear: left;
-        margin: 10px 0 0 0;
-        padding: 0;
+@media screen and (max-width: 1050px) {
+    #search-input {
+        width: 300px;
     }
-    ul.nav-list li {
-        float: none;
-        padding: 6px;
-        margin-left: 10px;
-        margin-top: 2px;
-    }
-    ul.sub-nav-list-small {
-        display:block;
-        height: 100%;
-        width: 50%;
-        float: right;
-        clear: right;
-        background-color: var(--subnav-background-color);
-        color: var(--body-text-color);
-        margin: 6px 0 0 0;
-        padding: 0;
-    }
-    ul.sub-nav-list-small ul {
-        padding-left: 20px;
-    }
-    ul.sub-nav-list-small a:link, ul.sub-nav-list-small a:visited {
-        color:var(--link-color);
-    }
-    ul.sub-nav-list-small a:hover {
-        color:var(--link-color-active);
-    }
-    ul.sub-nav-list-small li {
-        list-style:none;
-        float:none;
-        padding: 6px;
-        margin-top: 1px;
-        text-transform:uppercase;
-    }
-    ul.sub-nav-list-small > li {
-        margin-left: 10px;
+}
+@media screen and (max-width: 800px) {
+    #search-input {
+        width: 200px;
     }
-    ul.sub-nav-list-small li p {
-        margin: 5px 0;
+    .top-nav,
+    .bottom-nav {
+        font-size: 11px;
+        padding-top: 6px;
     }
-    div#navbar-sub-list {
-        display: none;
-    }
-    .top-nav a:link, .top-nav a:active, .top-nav a:visited {
-        display: block;
-    }
-    button#navbar-toggle-button {
-        width: 3.4em;
-        height: 2.8em;
-        background-color: transparent;
-        display: block;
-        float: left;
-        border: 0;
-        margin: 0 10px;
-        cursor: pointer;
-        font-size: 10px;
+    .sub-nav {
+        font-size: 11px;
     }
-    button#navbar-toggle-button .nav-bar-toggle-icon {
-        display: block;
-        width: 24px;
-        height: 3px;
-        margin: 1px 0 4px 0;
-        border-radius: 2px;
-        transition: all 0.1s;
-        background-color: var(--navbar-text-color);
-    }
-    button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) 
{
-        transform: rotate(45deg);
-        transform-origin: 10% 10%;
-        width: 26px;
-    }
-    button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) 
{
-        opacity: 0;
-    }
-    button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) 
{
-        transform: rotate(-45deg);
-        transform-origin: 10% 90%;
-        width: 26px;
-    }
-}
-@media screen and (max-width: 800px) {
     .about-language {
         padding-right: 16px;
     }
-    ul.nav-list li {
-        margin-left: 5px;
+    ul.nav-list li,
+    .sub-nav .nav-list-search {
+        padding: 6px;
     }
-    ul.sub-nav-list-small > li {
-        margin-left: 5px;
+    ul.sub-nav-list li {
+        padding-top: 5px;
     }
     main {
         padding: 10px;
@@ -1214,59 +851,19 @@ table.striped > tbody > tr > th {
         -webkit-text-size-adjust: none;
     }
 }
-@media screen and (max-width: 400px) {
-    .about-language {
-        font-size: 10px;
-        padding-right: 12px;
-    }
-}
-@media screen and (max-width: 400px) {
-    .nav-list-search {
-        width: 94%;
-    }
-    #search-input, #page-search-input {
-        width: 70%;
+@media screen and (max-width: 500px) {
+    #search-input {
+        width: 150px;
     }
-}
-@media screen and (max-width: 320px) {
-    .nav-list-search > label {
-        display: none;
-    }
-    .nav-list-search {
-        width: 90%;
-    }
-    #search-input, #page-search-input {
-        width: 80%;
+    .top-nav,
+    .bottom-nav {
+        font-size: 10px;
     }
-}
-
-pre.snippet {
-    background-color: var(--snippet-background-color);
-    color: var(--snippet-text-color);
-    padding: 10px;
-    margin: 12px 0;
-    overflow: auto;
-    white-space: pre;
-}
-div.snippet-container {
-    position: relative;
-}
-@media screen and (max-width: 800px) {
-    pre.snippet {
-        padding-top: 26px;
+    .sub-nav {
+        font-size: 10px;
     }
-    button.snippet-copy {
-        top: 4px;
-        right: 4px;
+    .about-language {
+        font-size: 10px;
+        padding-right: 12px;
     }
-}
-pre.snippet .italic {
-    font-style: italic;
-}
-pre.snippet .bold {
-    font-weight: bold;
-}
-pre.snippet .highlighted {
-    background-color: var(--snippet-highlight-color);
-    border-radius: 10%;
 }
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-beanutils/apidocs/tag-search-index.js
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/apidocs/tag-search-index.js
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/apidocs/tag-search-index.js
 Thu Feb 13 12:58:15 2025
@@ -1 +1 @@
-tagSearchIndex = [{"l":"1.1 Background","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#1-1-background-heading"},{"l":"1.2
 External Dependencies","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#1-2-external-dependencies-heading"},{"l":"1.
 Overview","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#1-overview-heading"},{"l":"2.1
 Background","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#2-1-background-heading"},{"l":"2.2
 Basic Property Access","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#2-2-basic-property-access-heading"},{"l":"2.3
 Nested Property Access","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-su
 mmary.html#2-3-nested-property-access-heading"},{"l":"2.4 Customizing 
Introspection","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#2-4-customizing-introspection-heading"},{"l":"2.5
 Suppressing Properties","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#2-5-suppressing-properties-heading"},{"l":"2.
 Standard JavaBeans","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#2-standard-javabeans-heading"},{"l":"3.1
 Background","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#3-1-background-heading"},{"l":"3.2
 BasicDynaBean</code> and <code>BasicDynaClass","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#3-2-basicdynabean-code-and-code-basicdynaclass-heading"},{"l":"3.3
 
 ResultSetDynaClass (Wraps ResultSet in DynaBeans)","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#3-3-resultsetdynaclass-wraps-resultset-in-dynabeans--heading"},{"l":"3.4
 RowSetDynaClass (Disconnected ResultSet as DynaBeans)","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#3-4-rowsetdynaclass-disconnected-resultset-as-dynabeans--heading"},{"l":"3.5
 WrapDynaBean</code> and <code>WrapDynaClass","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#3-5-wrapdynabean-code-and-code-wrapdynaclass-heading"},{"l":"3.6
 Lazy DynaBeans","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#3-6-lazy-dynabeans-heading"},{"l":"3.
 Dynamic Beans (DynaBeans)","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/p
 ackage-summary.html#3-dynamic-beans-dynabeans--heading"},{"l":"4.1 
Background","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#4-1-background-heading"},{"l":"4.2
 BeanUtils</code> and <code>ConvertUtils Conversions","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#4-2-beanutils-code-and-code-convertutils-conversions-heading"},{"l":"4.3
 Defining Your Own Converters","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#4-3-defining-your-own-converters-heading"},{"l":"4.4
 Locale Aware Conversions","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#4-4-locale-aware-conversions-heading"},{"l":"4.
 Data Type Conversions","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#4-data-
 type-conversions-heading"},{"l":"5. Utility Objects And Static Utility 
Classes","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#5-utility-objects-and-static-utility-classes-heading"},{"l":"6.1
 Comparing Beans","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#6-1-comparing-beans-heading"},{"l":"6.2
 Operating On Collections Of Beans","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#6-2-operating-on-collections-of-beans-heading"},{"l":"6.3
 Querying Or Filtering Collections Of Beans","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#6-3-querying-or-filtering-collections-of-beans-heading"},{"l":"6.4
 Transforming Collections Of Beans","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package
 -summary.html#6-4-transforming-collections-of-beans-heading"},{"l":"6. 
Collections","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#6-collections-heading"},{"l":"7.
 Frequently Asked Questions","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#7-frequently-asked-questions-heading"},{"l":"Accessing
 Public Constructors In A Default Access Superclass","h":"class 
org.apache.commons.beanutils2.ConstructorUtils","d":"Section","u":"org/apache/commons/beanutils2/ConstructorUtils.html#accessing-public-constructors-in-a-default-access-superclass-heading"},{"l":"Accessing
 Public Methods In A Default Access Superclass","h":"class 
org.apache.commons.beanutils2.MethodUtils","d":"Section","u":"org/apache/commons/beanutils2/MethodUtils.html#accessing-public-methods-in-a-default-access-superclass-heading"},{"l":"Background","h":"package
 org.apache.commons.beanutils2","d":"
 
Section","u":"org/apache/commons/beanutils2/package-summary.html#background-heading"},{"l":"Constant
 Field Values","h":"","u":"constant-values.html"},{"l":"Example 1","h":"class 
org.apache.commons.beanutils2.LazyDynaList","d":"Section","u":"org/apache/commons/beanutils2/LazyDynaList.html#example-1-heading"},{"l":"Example
 2","h":"class 
org.apache.commons.beanutils2.LazyDynaList","d":"Section","u":"org/apache/commons/beanutils2/LazyDynaList.html#example-2-heading"},{"l":"Example
 3","h":"class 
org.apache.commons.beanutils2.LazyDynaList","d":"Section","u":"org/apache/commons/beanutils2/LazyDynaList.html#example-3-heading"},{"l":"Example
 4","h":"class 
org.apache.commons.beanutils2.LazyDynaList","d":"Section","u":"org/apache/commons/beanutils2/LazyDynaList.html#example-4-heading"},{"l":"How
 Do I Set The BeanComparator Order To Be Ascending/Descending?","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#how-do-i-set-the-beancom
 parator-order-to-be-ascending-descending--heading"},{"l":"Known 
Limitations","h":"class 
org.apache.commons.beanutils2.ConstructorUtils","d":"Section","u":"org/apache/commons/beanutils2/ConstructorUtils.html#known-limitations-heading"},{"l":"Known
 Limitations","h":"class 
org.apache.commons.beanutils2.MethodUtils","d":"Section","u":"org/apache/commons/beanutils2/MethodUtils.html#known-limitations-heading"},{"l":"Lazy
 DynaBean List.","h":"class 
org.apache.commons.beanutils2.LazyDynaList","d":"Section","u":"org/apache/commons/beanutils2/LazyDynaList.html#lazy-dynabean-list--heading"},{"l":"Limitations","h":"class
 
org.apache.commons.beanutils2.DynaBeanPropertyMapDecorator","d":"Section","u":"org/apache/commons/beanutils2/DynaBeanPropertyMapDecorator.html#limitations-heading"},{"l":"Multi
 Dimensional Arrays","h":"class 
org.apache.commons.beanutils2.converters.ArrayConverter","d":"Section","u":"org/apache/commons/beanutils2/converters/ArrayConverter.html#multi-dimensional-arrays-heading"},
 {"l":"Parsing Delimited Lists","h":"class 
org.apache.commons.beanutils2.converters.ArrayConverter","d":"Section","u":"org/apache/commons/beanutils2/converters/ArrayConverter.html#parsing-delimited-lists-heading"},{"l":"Serialized
 Form","h":"","u":"serialized-form.html"},{"l":"String Conversions (to and 
from)","h":"class 
org.apache.commons.beanutils2.converters.DateTimeConverter","d":"Section","u":"org/apache/commons/beanutils2/converters/DateTimeConverter.html#string-conversions-to-and-from--heading"},{"l":"String
 Conversions (to and from)","h":"class 
org.apache.commons.beanutils2.converters.NumberConverter","d":"Section","u":"org/apache/commons/beanutils2/converters/NumberConverter.html#string-conversions-to-and-from--heading"},{"l":"Table
 of Contents","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#table-of-contents-heading"},{"l":"toArray()","h":"class
 org.apache.commons.beanutils2.LazyDynaList","d":"Section","u":"
 
org/apache/commons/beanutils2/LazyDynaList.html#toarray--heading"},{"l":"toDynaBeanArray()","h":"class
 
org.apache.commons.beanutils2.LazyDynaList","d":"Section","u":"org/apache/commons/beanutils2/LazyDynaList.html#todynabeanarray--heading"},{"l":"Usage","h":"class
 
org.apache.commons.beanutils2.DynaBeanPropertyMapDecorator","d":"Section","u":"org/apache/commons/beanutils2/DynaBeanPropertyMapDecorator.html#usage-heading"},{"l":"Why
 Can't BeanUtils Find My Method?","h":"package 
org.apache.commons.beanutils2","d":"Section","u":"org/apache/commons/beanutils2/package-summary.html#why-can-t-beanutils-find-my-method--heading"}];updateSearchResults();
\ No newline at end of file
+tagSearchIndex = [{"l":"Constant Field 
Values","h":"","u":"constant-values.html"},{"l":"Serialized 
Form","h":"","u":"serialized-form.html"}];updateSearchResults();
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-beanutils/bean-collections.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/bean-collections.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/bean-collections.html
 Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/bean-collections.xml at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/bean-collections.xml at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -137,8 +137,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/building.html
==============================================================================
--- websites/production/commons/content/proper/commons-beanutils/building.html 
(original)
+++ websites/production/commons/content/proper/commons-beanutils/building.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/building.xml at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/building.xml at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -137,8 +137,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/changes.html
==============================================================================
--- websites/production/commons/content/proper/commons-beanutils/changes.html 
(original)
+++ websites/production/commons/content/proper/commons-beanutils/changes.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-changes-plugin:3.0.0-M2:changes-report at 01 Feb 
2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-changes-plugin:3.0.0-M2:changes-report at 13 Feb 
2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">
@@ -334,86 +334,90 @@
 <td>2024-12-27</td>
 <td>This is a major release and requires Java 8</td></tr>
 <tr class="b">
+<td><a href="#a1.10.1">1.10.1</a></td>
+<td>2025-01-31</td>
+<td>This is a maintenance release and requires Java 8.</td></tr>
+<tr class="a">
 <td><a href="#a1.10.0">1.10.0</a></td>
 <td>2024-12-26</td>
-<td>This is a maintenance release, requires Java 8.</td></tr>
-<tr class="a">
+<td>This is a maintenance release and requires Java 8.</td></tr>
+<tr class="b">
 <td><a href="#a1.9.4">1.9.4</a></td>
 <td>2019-08-13</td>
 <td>The primary reason for this release is a bugfix for CVE-2014-0114. More 
specifically, our goal with BEANUTILS-520 is to set the default behavior of the 
BeanUtilsBean to not allow class level access. The goal in doing this now is to 
bring 1.9.X into alignment with the same behavior of the 2.X version line in 
regards to security. If one would like to opt out of the default behavior, one 
could follow the example set out in the test class available in 
src/test/java/org/apache/commons/beanutils/bugs/Jira520TestCase.java.</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.9.3">1.9.3</a></td>
 <td>2016-09-21</td>
 <td>Bug fix release, now builds with Java 8</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.9.2">1.9.2</a></td>
 <td>2014-05-29</td>
 <td>Added a new BeanIntrospector for addressing a potential class loader 
vulnerability</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.9.1">1.9.1</a></td>
 <td>2014-01-11</td>
 <td>Bug fix for 1.9.0</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.9.0">1.9.0</a></td>
 <td>2013-12-11</td>
 <td>Upgrade to Java 5 including generics where possible</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.8.3">1.8.3</a></td>
 <td>2010-03-28</td>
 <td>Bug fix for 1.8.2</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.8.2">1.8.2</a></td>
 <td>2009-11-13</td>
 <td>Bug fix for 1.8.1</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.8.1">1.8.1</a></td>
 <td>2009-10-20</td>
 <td>Bug fixes for 1.8.0</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.8.0">1.8.0</a></td>
 <td>2008-09-01</td>
 <td>Converter improvements, Plugable expression Resolver and bug fixes for 
1.7.0</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.8.0-BETA">1.8.0-BETA</a></td>
 <td>2007-08-04</td>
 <td>Trial Beta release</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.7.0">1.7.0</a></td>
 <td>2004-08-02</td>
 <td>&#160;</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.6.1">1.6.1</a></td>
 <td>2003-02-18</td>
 <td>&#160;</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.6">1.6</a></td>
 <td>2003-01-21</td>
 <td>&#160;</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.5">1.5</a></td>
 <td>2002-10-23</td>
 <td>&#160;</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.4.1">1.4.1</a></td>
 <td>2002-08-28</td>
 <td>&#160;</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.4">1.4</a></td>
 <td>2002-08-13</td>
 <td>&#160;</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.3">1.3</a></td>
 <td>2002-04-29</td>
 <td>&#160;</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.2">1.2</a></td>
 <td>2001-12-24</td>
 <td>&#160;</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.1">1.1</a></td>
 <td>2001-09-22</td>
 <td>&#160;</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.0">1.0</a></td>
 <td>2001-07-14</td>
 <td>Initial Release</td></tr></table></section><section><a id="a2.0.0-M2"></a>
@@ -494,6 +498,10 @@
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Bump org.apache.commons:commons-parent from 78 to 81. Thanks to Gary 
Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Bump commons-logging:commons-logging from 1.3.4 to 1.3.5. Thanks to Gary 
Gregory.</td>
 <td><a 
href="team.html#ggregory">ggregory</a></td></tr></table></section><section><a 
id="a2.0.0-M1"></a>
 <h2>Release 2.0.0-M1 &#x2013; 2024-12-27</h2>
 <table class="bodyTable">
@@ -766,6 +774,56 @@
 <tr class="a">
 <td><img src="images/remove.gif" alt="Remove" title="Remove" /></td>
 <td>Do not implement Serializable. Thanks to Gary Gregory.</td>
+<td><a 
href="team.html#ggregory">ggregory</a></td></tr></table></section><section><a 
id="a1.10.1"></a>
+<h2>Release 1.10.1 &#x2013; 2025-01-31</h2>
+<table class="bodyTable">
+<tr class="a">
+<th>Type</th>
+<th>Changes</th>
+<th>By</th></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>FluentPropertyBeanIntrospector concurrency issue (backport to 1.X) #325. 
Fixes <a class="externalLink" 
href="https://issues.apache.org/jira/browse/BEANUTILS-541";>BEANUTILS-541</a>. 
Thanks to Sergey Chernov.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Javadoc is missing its Overview page. Thanks to Gary Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Remove -nouses directive from maven-bundle-plugin. OSGi package imports 
now state 'uses' definitions for package imports, this doesn't affect JPMS 
(from org.apache.commons:commons-parent:80). Thanks to Gary Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Deprecate BeanUtils.BeanUtils(). Thanks to Gary Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Deprecate ConstructorUtils.ConstructorUtils(). Thanks to Gary Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Deprecate LocaleBeanUtils.LocaleBeanUtils(). Thanks to Gary Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Deprecate LocaleConvertUtils.LocaleConvertUtils(). Thanks to Gary 
Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Deprecate ConvertUtils.ConvertUtils(). Thanks to Gary Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Deprecate MethodUtils.MethodUtils(). Thanks to Gary Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Deprecate PropertyUtils.PropertyUtils(). Thanks to Gary Gregory.</td>
+<td><a href="team.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Bump org.apache.commons:commons-parent from 78 to 81. Thanks to Gary 
Gregory.</td>
 <td><a 
href="team.html#ggregory">ggregory</a></td></tr></table></section><section><a 
id="a1.10.0"></a>
 <h2>Release 1.10.0 &#x2013; 2024-12-26</h2>
 <table class="bodyTable">
@@ -775,7 +833,7 @@
 <th>By</th></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>FluentPropertyBeanIntrospector caches corrupted writeMethod (1.x backport) 
#69. Fixes <a class="externalLink" 
href="https://issues.apache.org/jira/browse/BEANUTILS-541";>BEANUTILS-541</a>. 
Thanks to Sergey Chernov.</td>
+<td>FluentPropertyBeanIntrospector caches corrupted writeMethod (backport to 
1.x) #69. Fixes <a class="externalLink" 
href="https://issues.apache.org/jira/browse/BEANUTILS-541";>BEANUTILS-541</a>. 
Thanks to Sergey Chernov.</td>
 <td><a href="team.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>

Modified: 
websites/production/commons/content/proper/commons-beanutils/checkstyle.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/checkstyle.html 
(original)
+++ 
websites/production/commons/content/proper/commons-beanutils/checkstyle.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-checkstyle-plugin:3.6.0:checkstyle at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-checkstyle-plugin:3.6.0:checkstyle at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/ci-management.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/ci-management.html 
(original)
+++ 
websites/production/commons/content/proper/commons-beanutils/ci-management.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:ci-management 
at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:ci-management 
at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/dependencies.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/dependencies.html 
(original)
+++ 
websites/production/commons/content/proper/commons-beanutils/dependencies.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependencies 
at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependencies 
at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">
@@ -335,7 +335,7 @@
 <tr class="b">
 <td>commons-logging</td>
 <td><a class="externalLink" 
href="https://commons.apache.org/proper/commons-logging/";>commons-logging</a></td>
-<td>1.3.4</td>
+<td>1.3.5</td>
 <td>jar</td>
 <td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache-2.0</a></td></tr>
 <tr class="a">
@@ -461,7 +461,7 @@
 <p><b>URL: </b><a class="externalLink" 
href="https://commons.apache.org/proper/commons-beanutils/";>https://commons.apache.org/proper/commons-beanutils/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache-2.0</a></p></td></tr></table></div>
 <ul>
-<li>commons-logging:commons-logging:jar:1.3.4 (compile) <img id="_img3" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; 
vertical-align: text-bottom;" /><div id="_dep2" style="display:none">
+<li>commons-logging:commons-logging:jar:1.3.5 (compile) <img id="_img3" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; 
vertical-align: text-bottom;" /><div id="_dep2" style="display:none">
 <table class="bodyTable">
 <tr class="a">
 <th>Apache Commons Logging</th></tr>
@@ -596,7 +596,7 @@
 <th>Java Version</th>
 <th title="Indicates whether these dependencies have been compiled with debug 
information.">Debug Information</th></tr>
 <tr class="b">
-<td style="text-align: left;">commons-logging-1.3.4.jar</td>
+<td style="text-align: left;">commons-logging-1.3.5.jar</td>
 <td style="text-align: right;">73.7 kB</td>
 <td style="text-align: right;">42</td>
 <td style="text-align: right;">-</td>

Modified: 
websites/production/commons/content/proper/commons-beanutils/dependency-convergence.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/dependency-convergence.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/dependency-convergence.html
 Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependency-convergence
 at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependency-convergence
 at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/dependency-info.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/dependency-info.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/dependency-info.html
 Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependency-info
 at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependency-info
 at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/dependency-management.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/dependency-management.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/dependency-management.html
 Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependency-management
 at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:dependency-management
 at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/distribution-management.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/distribution-management.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/distribution-management.html
 Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:distribution-management
 at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:distribution-management
 at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/download_beanutils.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/download_beanutils.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/download_beanutils.html
 Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/download_beanutils.xml at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/download_beanutils.xml at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -137,8 +137,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-beanutils/index.html 
(original)
+++ websites/production/commons/content/proper/commons-beanutils/index.html Thu 
Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/index.xml at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/index.xml at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -165,19 +165,19 @@
                    </ul>
               </li>
                                                                                
                                          <li class="expanded active">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     <ul>
                               <li class="none">
                   <a 
href="https://dlcdn.apache.org/commons/beanutils/RELEASE-NOTES.txt"; 
class="externalLink" title="Release Notes">
     Release Notes</a>
           </li>
                                  <li class="none">
-                  <a 
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/org/apache/commons/beanutils/package-summary.html";
 class="externalLink" title="User Guide">
+                  <a 
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.1/org/apache/commons/beanutils/package-summary.html";
 class="externalLink" title="User Guide">
     User Guide</a>
           </li>
                                  <li class="none">
-                  <a 
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/index.html";
 class="externalLink" title="API">
+                  <a 
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.1/index.html";
 class="externalLink" title="API">
     API</a>
           </li>
                    </ul>

Modified: 
websites/production/commons/content/proper/commons-beanutils/issue-management.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/issue-management.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/issue-management.html
 Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:issue-management
 at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:issue-management
 at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/issue-tracking.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/issue-tracking.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/issue-tracking.html
 Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/issue-tracking.xml at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/issue-tracking.xml at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -137,8 +137,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/jacoco/jacoco-sessions.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/jacoco/jacoco-sessions.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/jacoco/jacoco-sessions.html
 Thu Feb 13 12:58:15 2025
@@ -1 +1 @@

[... 5 lines stripped ...]
Modified: 
websites/production/commons/content/proper/commons-beanutils/jacoco/jacoco.xml
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/jacoco/jacoco.xml 
(original)
+++ 
websites/production/commons/content/proper/commons-beanutils/jacoco/jacoco.xml 
Thu Feb 13 12:58:15 2025
@@ -1 +1 @@

[... 5 lines stripped ...]
Modified: 
websites/production/commons/content/proper/commons-beanutils/jacoco/org.apache.commons.beanutils2.locale/BaseLocaleConverter.java.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/jacoco/org.apache.commons.beanutils2.locale/BaseLocaleConverter.java.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/jacoco/org.apache.commons.beanutils2.locale/BaseLocaleConverter.java.html
 Thu Feb 13 12:58:15 2025
@@ -292,6 +292,6 @@ public abstract class BaseLocaleConverte
      * @return The converted value
      * @throws ParseException if conversion cannot be performed successfully
      */
-    abstract protected T parse(Object value, String pattern) throws 
ParseException;
+    protected abstract T parse(Object value, String pattern) throws 
ParseException;
 }
 </pre><div class="footer"><span class="right">Created with <a 
href="http://www.jacoco.org/jacoco";>JaCoCo</a> 
0.8.12.202403310830</span></div></body></html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-beanutils/jira-changes.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/jira-changes.html 
(original)
+++ 
websites/production/commons/content/proper/commons-beanutils/jira-changes.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-changes-plugin:3.0.0-M2:jira-changes at 01 Feb 
2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-changes-plugin:3.0.0-M2:jira-changes at 13 Feb 
2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/mail-lists.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/mail-lists.html 
(original)
+++ 
websites/production/commons/content/proper/commons-beanutils/mail-lists.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/mail-lists.xml at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/mail-lists.xml at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -137,8 +137,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/mailing-lists.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/mailing-lists.html 
(original)
+++ 
websites/production/commons/content/proper/commons-beanutils/mailing-lists.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:mailing-lists 
at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:mailing-lists 
at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/org.apache.commons_commons-beanutils2-2.0.0-M2-SNAPSHOT.spdx.json
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/org.apache.commons_commons-beanutils2-2.0.0-M2-SNAPSHOT.spdx.json
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/org.apache.commons_commons-beanutils2-2.0.0-M2-SNAPSHOT.spdx.json
 Thu Feb 13 12:58:15 2025
@@ -2,7 +2,7 @@
   "SPDXID" : "SPDXRef-DOCUMENT",
   "spdxVersion" : "SPDX-2.3",
   "creationInfo" : {
-    "created" : "2025-02-01T20:16:15Z",
+    "created" : "2025-02-13T12:57:13Z",
     "creators" : [ "Tool: spdx-maven-plugin" ],
     "licenseListVersion" : "3.26.0"
   },
@@ -13,7 +13,7 @@
     "SPDXID" : "SPDXRef-gnrtd0",
     "checksums" : [ {
       "algorithm" : "SHA1",
-      "checksumValue" : "eb0f7e0e0466775f775b82d72ff89c8b9746b51e"
+      "checksumValue" : "43c9bb3b57838ce3b0194a3794effc32684a4ff5"
     } ],
     "copyrightText" : "NOASSERTION",
     "description" : "Apache Commons BeanUtils provides an easy-to-use but 
flexible wrapper around reflection and introspection.",
@@ -32,7 +32,7 @@
     "originator" : "Organization:The Apache Software Foundation",
     "packageFileName" : "commons-beanutils2-2.0.0-M2-SNAPSHOT.jar",
     "packageVerificationCode" : {
-      "packageVerificationCodeValue" : 
"de8a3ac6209069c2f75eb07c37e7a3a498f89ab7"
+      "packageVerificationCodeValue" : 
"2ed586aab8615b9ba24cd59fb4bfc9d1973a9ddb"
     },
     "primaryPackagePurpose" : "LIBRARY",
     "summary" : "Apache Commons BeanUtils provides an easy-to-use but flexible 
wrapper around reflection and introspection.",
@@ -45,7 +45,7 @@
     "downloadLocation" : "NOASSERTION",
     "externalRefs" : [ {
       "referenceCategory" : "PACKAGE-MANAGER",
-      "referenceLocator" : "pkg:maven/commons-logging/[email protected]",
+      "referenceLocator" : "pkg:maven/commons-logging/[email protected]",
       "referenceType" : "purl"
     } ],
     "filesAnalyzed" : false,
@@ -55,7 +55,7 @@
     "name" : "Apache Commons Logging",
     "originator" : "Organization:The Apache Software Foundation",
     "summary" : "Apache Commons Logging is a thin adapter allowing 
configurable bridging to other,\n    well-known logging systems.",
-    "versionInfo" : "1.3.4"
+    "versionInfo" : "1.3.5"
   }, {
     "SPDXID" : "SPDXRef-gnrtd295",
     "copyrightText" : "UNSPECIFIED",
@@ -482,7 +482,7 @@
     "SPDXID" : "SPDXRef-gnrtd22",
     "checksums" : [ {
       "algorithm" : "SHA1",
-      "checksumValue" : "4ae1ab6be6e7f0de173839ffdcb2ab1618bd038a"
+      "checksumValue" : "31957a55c39469c22175fd6477ec8e1d5ee2c88b"
     } ],
     "copyrightText" : "NOASSERTION",
     "fileName" : 
"./src/main/java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java",
@@ -3243,7 +3243,7 @@
     "SPDXID" : "SPDXRef-gnrtd273",
     "checksums" : [ {
       "algorithm" : "SHA1",
-      "checksumValue" : "96b9c389bed1792013c6bf1d9918a3c072a17d07"
+      "checksumValue" : "b062a4ac8b53f9d6a6d5a20ffaa9140fe76a3b0c"
     } ],
     "copyrightText" : "NOASSERTION",
     "fileName" : 
"./src/test/java/org/apache/commons/beanutils2/BasicDynaBeanTest.java",
@@ -3386,7 +3386,7 @@
     "SPDXID" : "SPDXRef-gnrtd286",
     "checksums" : [ {
       "algorithm" : "SHA1",
-      "checksumValue" : "52e590a9fc81bdacc487148e4f7f8172ea1144c4"
+      "checksumValue" : "15cd9151e02af73ff797f2e239c3541132f1aaa7"
     } ],
     "copyrightText" : "NOASSERTION",
     "fileName" : 
"./src/test/java/org/apache/commons/beanutils2/PropertyUtilsTest.java",

Modified: websites/production/commons/content/proper/commons-beanutils/pmd.html
==============================================================================
--- websites/production/commons/content/proper/commons-beanutils/pmd.html 
(original)
+++ websites/production/commons/content/proper/commons-beanutils/pmd.html Thu 
Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-pmd-plugin:3.26.0:pmd at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-pmd-plugin:3.26.0:pmd at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/project-info.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/project-info.html 
(original)
+++ 
websites/production/commons/content/proper/commons-beanutils/project-info.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-site-plugin:3.21.0:project-info at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-site-plugin:3.21.0:project-info at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/project-reports.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-beanutils/project-reports.html
 (original)
+++ 
websites/production/commons/content/proper/commons-beanutils/project-reports.html
 Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-site-plugin:3.21.0:project-reports at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-site-plugin:3.21.0:project-reports at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">

Modified: 
websites/production/commons/content/proper/commons-beanutils/proposal.html
==============================================================================
--- websites/production/commons/content/proper/commons-beanutils/proposal.html 
(original)
+++ websites/production/commons/content/proper/commons-beanutils/proposal.html 
Thu Feb 13 12:58:15 2025
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/proposal.xml at 01 Feb 2025
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/proposal.xml at 13 Feb 2025
  | Rendered using Apache Commons Skin
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -136,8 +136,8 @@
     2.0.0-M1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
-                  <a href="index.html" title="1.10.0">
-    1.10.0</a>
+                  <a href="index.html" title="1.10.1">
+    1.10.1</a>
                     </li>
                                                                                
                                    <li class="collapsed">
                   <a href="index.html" title="1.9.3">



Reply via email to