Update commons.version from 3.0.2 to 3.0.3 (#596)
| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Portions Copyright 2013-2015 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.server.backends.pluggable; |
| | | |
| | |
| | | { |
| | | public static void assertIdsEquals(Iterator<EntryID> actual, long... expected) |
| | | { |
| | | assertThat(actual).containsAll(asList(expected)); |
| | | assertThat(actual).toIterable().containsAll(asList(expected)); |
| | | } |
| | | |
| | | public static void assertIsEmpty(EntryIDSet actual) |
| | |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014-2016 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.server.controls; |
| | | |
| | |
| | | import java.util.Map; |
| | | import java.util.Set; |
| | | |
| | | import org.assertj.core.api.Assertions; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.forgerock.opendj.io.ASN1; |
| | | import org.forgerock.opendj.io.ASN1Writer; |
| | |
| | | } |
| | | } |
| | | |
| | | private void fail() { |
| | | Assertions.fail(); |
| | | } |
| | | |
| | | /** |
| | | * Test int to type. |
| | | */ |
| | |
| | | <product.locales>ca_ES,es,de,fr,ja,ko,pl,zh_CN,zh_TW</product.locales> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <localized.jars.classifier>i18n</localized.jars.classifier> |
| | | <commons.version>3.0.2</commons.version> |
| | | <commons.version>3.0.3</commons.version> |
| | | <freemarker.version>2.3.34</freemarker.version> |
| | | <metrics-core.version>4.2.30</metrics-core.version> |
| | | <bc.fips.version>2.1.2</bc.fips.version> |