jenkinsci / categorized-view-plugin

This is a plugin to create a new view named Categorized Jobs View, where jobs are grouped dynamically by regular expressions
https://plugins.jenkins.io/categorized-view/
GNU General Public License v3.0
11 stars 23 forks source link

Migrate from `hudson.util.CaseInsensitiveComparator` to Java `String.CASE_INSENSITIVE_ORDER` #27

Closed basil closed 2 years ago

basil commented 3 years ago

See jenkinsci/jenkins#5569. Migrates from hudson.util.CaseInsensitiveComparator to Java's native String.CASE_INSENSITIVE_ORDER.

basil commented 2 years ago

CC @taksan