Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
mysql-connector-java
reproducible-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reproducible-build.patch of Package mysql-connector-java
--- a/src/main/core-api/java/com/mysql/cj/conf/PropertyDefinitions.java +++ b/src/main/core-api/java/com/mysql/cj/conf/PropertyDefinitions.java @@ -21,7 +21,7 @@ package com.mysql.cj.conf; import java.util.Collections; -import java.util.HashMap; +import java.util.TreeMap; import java.util.Map; import com.mysql.cj.Messages; @@ -894,7 +894,7 @@ public class PropertyDefinitions { // }; - HashMap<PropertyKey, PropertyDefinition<?>> propertyKeyToPropertyDefinitionMap = new HashMap<>(); + TreeMap<PropertyKey, PropertyDefinition<?>> propertyKeyToPropertyDefinitionMap = new TreeMap<>(); for (PropertyDefinition<?> pdef : pdefs) { propertyKeyToPropertyDefinitionMap.put(pdef.getPropertyKey(), pdef); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor