Merge branch 'master' into update-jdk-12
| | |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-impl</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- BC FIPS Provider libs --> |
| | | <dependency> |
| | |
| | | ~ information: "Portions Copyright [year] [name of copyright owner]". |
| | | ~ |
| | | ~ Copyright 2016 ForgeRock AS. |
| | | ~ Portions Copyright 2024 3A Systems LLC. |
| | | ~ Portions Copyright 2024-2025 3A Systems LLC. |
| | | --> |
| | | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | |
| | | * |
| | | * Copyright 2007-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013-2016 ForgeRock AS. |
| | | * Portions Copyright 2025 3A Systems, LLC |
| | | */ |
| | | package org.opends.server.backends.pluggable; |
| | | |
| | |
| | | .getCoreConfigManager().getServerErrorResultCode(), ((LocalizableException) e).getMessageObject()); |
| | | } |
| | | return new DirectoryException(serverContext |
| | | .getCoreConfigManager().getServerErrorResultCode(), LocalizableMessage.raw(e.getMessage()), e); |
| | | .getCoreConfigManager().getServerErrorResultCode(), LocalizableMessage.raw(e.getMessage()==null?e.toString():e.getMessage()), e); |
| | | } |
| | | |
| | | private RootContainer newRootContainer(AccessMode accessMode) |
| | |
| | | * |
| | | * Portions Copyright 2014 The Apache Software Foundation |
| | | * Copyright 2015-2016 ForgeRock AS. |
| | | * Portions Copyright 2023-2024 3A Systems, LLC |
| | | * Portions Copyright 2023-2025 3A Systems, LLC |
| | | */ |
| | | package org.opends.server.backends.pluggable; |
| | | |
| | |
| | | @Override |
| | | public boolean update(TreeName treeName, ByteSequence key, UpdateFunction f) |
| | | { |
| | | throw new UnsupportedOperationException(); |
| | | put(treeName,key,f.computeNewValue(null)); |
| | | return true; |
| | | } |
| | | |
| | | @Override |
| | |
| | | private static final PlatformIMPL IMPL; |
| | | |
| | | /** The minimum java supported version. */ |
| | | public static final String JAVA_MINIMUM_VERSION_NUMBER = "7.0"; |
| | | public static final String JAVA_MINIMUM_VERSION_NUMBER = "8"; |
| | | |
| | | static |
| | | { |