- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for Applicability (0.05 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/StrategyOrchestrator.java
this.strategies = strategies; } /** * Executes all applicable upgrade strategies in priority order. * Each strategy is checked for applicability before execution. * * @param context the upgrade context * @param pomMap map of all POM files in the project * @return the overall result of all strategy executions */Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 7K bytes - Click Count (0) -
internal/bucket/versioning/versioning_test.go
for i, prefix := range testPrefixes { if v.PrefixEnabled(prefix) || !v.PrefixSuspended(prefix) { t.Fatalf("Test %d: Expected versioning to be excluded for %s", i+1, prefix) } } // Test applicability for regular objects if prefix := "prefix-1/obj-1"; !v.PrefixEnabled(prefix) || v.PrefixSuspended(prefix) { t.Fatalf("Expected versioning to be enabled for %s", prefix) } // Test when ExcludeFolders is disabledCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun May 08 05:06:44 GMT 2022 - 8.8K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeWorkflowIntegrationTest.java
// Verify success assertEquals(0, result, "Apply should succeed"); // Verify POM was potentially modified (depending on strategy applicability) String pomContent = Files.readString(pomFile); assertTrue( pomContent.contains("<groupId>com.example</groupId>"),Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 9.3K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategyTest.java
return TestUtils.createMockContext(options); } private UpgradeOptions createDefaultOptions() { return TestUtils.createDefaultOptions(); } @Nested @DisplayName("Applicability") class ApplicabilityTests { @Test @DisplayName("should be applicable when --model option is true") void shouldBeApplicableWhenModelOptionTrue() {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 12.6K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java
return TestUtils.createMockContext(options); } @Nested @DisplayName("Applicability") class ApplicabilityTests { @ParameterizedTest @MethodSource("provideApplicabilityScenarios") @DisplayName("should determine applicability based on options") void shouldDetermineApplicabilityBasedOnOptions(
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 38.8K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/MethodMap.java
} return list; } /** * Returns true if the supplied method is applicable to actual * argument types. * * @param method The method to check for applicability * @param classes The arguments * @return true if the method applies to the parameter types */ private static boolean isApplicable(Method method, Class<?>... classes) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 14.2K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategyTest.java
return TestUtils.createMockContext(options); } private UpgradeOptions createDefaultOptions() { return TestUtils.createDefaultOptions(); } @Nested @DisplayName("Applicability") class ApplicabilityTests { @Test @DisplayName("should be applicable when --plugins option is true") void shouldBeApplicableWhenPluginsOptionTrue() {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 27.8K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategyTest.java
return TestUtils.createMockContext(options); } private UpgradeOptions createDefaultOptions() { return TestUtils.createDefaultOptions(); } @Nested @DisplayName("Applicability") class ApplicabilityTests { @Test @DisplayName("should be applicable when --infer option is true") void shouldBeApplicableWhenInferOptionTrue() {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 35.2K bytes - Click Count (0) -
docs/en/docs/deployment/docker.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Sep 20 12:58:04 GMT 2025 - 29.5K bytes - Click Count (1)