- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 127 for backwards (0.07 seconds)
-
compat/maven-compat/src/main/java/org/apache/maven/project/artifact/DefaultMetadataSource.java
import org.apache.maven.bridge.MavenRepositorySystem; import org.apache.maven.plugin.LegacySupport; import org.apache.maven.project.ProjectBuilder; /** * This realizes the metadata source via the default hint to provide backward-compat with Maven 2.x whose Plexus version * registered component descriptors twice: once keyed by role+roleHint and once keyed by role only. This effectively
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.1K bytes - Click Count (0) -
src/main/resources/fess_job.xml
<component name="pingJob" class="org.codelibs.fess.job.PingSearchEngineJob" instance="prototype"> </component> <component name="pythonJob" class="org.codelibs.fess.job.PythonJob" instance="prototype"> </component> <!-- Backward Compatibility --> <component name="pingEsJob" class="org.codelibs.fess.job.PingSearchEngineJob" instance="prototype"> </component>
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jun 12 22:21:45 GMT 2025 - 1.5K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuildingResultWithProblemMessageAssert.java
problemMessage, actualMessages); assertTrue(false, message); } return this; } // Helper method for backward compatibility static ProjectBuildingResultWithProblemMessageAssert projectBuildingResultWithProblemMessage(String message) { return new ProjectBuildingResultWithProblemMessageAssert(null).hasProblemMessage(message);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 2.6K bytes - Click Count (0) -
src/main/java/org/codelibs/core/misc/Base64Util.java
* <p> * This class now uses the standard {@link java.util.Base64} implementation * instead of a custom implementation, providing better security and performance. * The API remains backward compatible with previous versions. * </p> * * @author higa */ public abstract class Base64Util { /** * Do not instantiate. */ protected Base64Util() { } /**Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 2.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/LegacySupport.java
* under the License. */ package org.apache.maven.plugin; import org.apache.maven.execution.MavenSession; import org.eclipse.aether.RepositorySystemSession; /** * Helps to provide backward-compatibility with plugins that use legacy components. <strong>Warning:</strong> This is an * internal utility interface that is only public for technical reasons, it is not part of the public API. In
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.1K bytes - Click Count (0) -
cmd/data-usage-utils.go
// - total size of the bucket // - total objects in a bucket // - object size histogram per bucket type BucketUsageInfo struct { Size uint64 `json:"size"` // Following five fields suffixed with V1 are here for backward compatibility // Total Size for objects that have not yet been replicated ReplicationPendingSizeV1 uint64 `json:"objectsPendingReplicationTotalSize"`Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Mar 10 09:15:15 GMT 2024 - 6.4K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java
} } RemoteRepository remoteRepo = RepositoryUtils.toRepo(deploymentRepository); /* * NOTE: This provides backward-compat with maven-deploy-plugin:2.4 which bypasses the repository factory when * using an alternative deployment location. */ if (deploymentRepository instanceof DefaultArtifactRepositoryCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 6.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.14.md
* reflector_list_duration_seconds * reflector_lists_total * reflector_short_watches_total * reflector_watch_duration_seconds * reflector_watches_total * While this is a backwards-incompatible change, it would have been impossible to setup reliable monitoring around these metrics since the labels were not stable.Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Mon Jun 14 22:06:39 GMT 2021 - 271.5K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuildingResultWithLocationAssert.java
return this; } private String formatLocation(int columnNumber, int lineNumber) { return String.format("line %d, column %d", lineNumber, columnNumber); } // Helper method for backward compatibility static ProjectBuildingResultWithLocationAssert projectBuildingResultWithLocation(int columnNumber, int lineNumber) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 2.7K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/normalization/DefaultModelNormalizer.java
if (plugins.size() != normalized.size()) { build.setPlugins(new ArrayList<>(normalized.values())); } } /* * NOTE: This is primarily to keep backward-compat with Maven 2.x which did not validate that dependencies are * unique within a single POM. Upon multiple declarations, 2.x just kept the last one but retained the order ofCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 4.5K bytes - Click Count (0)