- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 304 for Upgraded (0.04 seconds)
-
CHANGELOG/CHANGELOG-1.29.md
## Changelog since v1.28.0 ## Urgent Upgrade Notes ### (No, really, you MUST read this before you upgrade)
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Mar 12 00:36:01 GMT 2025 - 429.6K bytes - Click Count (1) -
CHANGELOG.md
* New: Support request bodies on HTTP/1.1 connection upgrades. * New: `EventListener.plus()` makes it easier to observe events in multiple listeners. * Fix: Don't spam logs with _‘Method isLoggable in android.util.Log not mocked.’_ when using OkHttp in Robolectric and Paparazzi tests. * Upgrade: [Kotlin 2.2.21][kotlin_2_2_21]. * Upgrade: [Okio 3.16.2][okio_3_16_2].
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 05 16:02:59 GMT 2025 - 36.2K bytes - Click Count (2) -
CHANGELOG/CHANGELOG-1.16.md
- [Server binaries](#server-binaries-2) - [Node binaries](#node-binaries-2) - [Changelog since v1.16.12](#changelog-since-v11612) - [Urgent Upgrade Notes](#urgent-upgrade-notes) - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade) - [Changes by Kind](#changes-by-kind-2) - [Bug or Regression](#bug-or-regression-2) - [Dependencies](#dependencies-2) - [Added](#added-2)Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Oct 23 20:13:20 GMT 2024 - 345.2K bytes - Click Count (0) -
cmd/testdata/xl-meta-merge.zip
restart alias/`. - For installations using Systemd MinIO service, upgrade via RPM/DEB packages **parallelly** on all servers or replace the binary lets say `/opt/bin/minio` on all nodes, apply executable permissions `chmod +x /opt/bin/minio` and process to perform `mc admin service restart alias/`. ### Upgrade Checklist - Test all upgrades in a lower environment (DEV, QA, UAT) before applying to production. Performing blind upgrades in production environments carries significant risk. - Read the release...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Mar 08 17:50:48 GMT 2024 - 30.2K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/UpgradePropertiesRuleSetup.java
*/ package gradlebuild.binarycompatibility.rules; import gradlebuild.binarycompatibility.upgrades.UpgradedProperties; import gradlebuild.binarycompatibility.upgrades.UpgradedProperty; import gradlebuild.binarycompatibility.upgrades.UpgradedProperty.ReplacedAccessor; import gradlebuild.binarycompatibility.upgrades.UpgradedProperty.AccessorKey; import me.champeau.gradle.japicmp.report.SetupRule;
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 19 15:30:48 GMT 2024 - 4.5K bytes - Click Count (0) -
buildscripts/minio-iam-ldap-upgrade-import-test.sh
Harshavardhana <******@****.***> 1731337089 -0800
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Nov 11 15:01:29 GMT 2024 - 3.4K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeStrategy.java
* </pre> */ public interface UpgradeStrategy { /** * Applies the upgrade strategy to all eligible POMs. * * @param context the upgrade context * @param pomMap map of all POM files in the project (domtrip Documents) * @return the result of the upgrade operation */ UpgradeResult apply(UpgradeContext context, Map<Path, Document> pomMap); /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 3.4K bytes - Click Count (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnup/package-info.java
* under the License. */ /** * Provides the API for the Maven Upgrade tool ({@code mvnup}). * * <p>This package contains interfaces and classes for the Maven upgrade tool, * which provides functionality for upgrading Maven projects and dependencies.</p> * * <p>Key features include:</p> * <ul> * <li>Project upgrade capabilities</li> * <li>Dependency version management</li>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Jun 07 06:22:47 GMT 2025 - 1.4K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/TestUtils.java
} /** * Creates upgrade options with only the --all flag set. * * @param all the --all option value * @return configured upgrade options */ public static UpgradeOptions createOptionsWithAll(boolean all) { return createOptions(all, null, null, null, null); } /** * Creates upgrade options with only the --model-version option set. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 8.9K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeStrategy.java
} /** * Subclasses implement the actual upgrade logic here. * * @param context the upgrade context * @param pomMap map of all POM files in the project * @return the result of the upgrade operation */ protected abstract UpgradeResult doApply(UpgradeContext context, Map<Path, Document> pomMap); /** * Gets the upgrade options from the context. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 7.1K bytes - Click Count (0)