- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 735 for servicios (0.05 seconds)
-
architecture/README.md
Each process, or "runtime", applies different constraints to the code that runs in that process. For example, each process has different supported JVMs and a different set of services available for dependency injection. While a lot of Gradle source code runs only in the Gradle daemon, not all of it does so.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jun 12 09:50:57 GMT 2025 - 3.6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CliUtils.java
import java.util.ServiceLoader; import java.util.function.UnaryOperator; import org.apache.maven.api.annotations.Nonnull; import org.apache.maven.api.annotations.Nullable; import org.apache.maven.api.services.Interpolator; import org.apache.maven.api.services.model.RootLocator; import org.apache.maven.cling.logging.Slf4jConfiguration; import org.apache.maven.execution.MavenExecutionRequest; import org.apache.maven.impl.model.DefaultInterpolator;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Oct 13 18:30:29 GMT 2025 - 5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/CompileAll.kt
"-Porg.gradle.java.installations.auto-download=false", ).joinToString(" "), ) setArtifactRules( """$artifactRules platforms/core-runtime/base-services/build/generated-resources/build-receipt/org/gradle/build-receipt.properties """, ) }) { companion object { fun buildTypeId(model: CIBuildModel) = buildTypeId(model.projectId)Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 1.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/DefaultBuildPluginManager.java
// For Maven 4 plugins, register a service so that they can be directly injected into plugins Map<Class<? extends Service>, Supplier<? extends Service>> services = sessionV4.getAllServices(); services.forEach((itf, svc) -> scope.seed((Class<Service>) itf, (Supplier<Service>) svc)); org.apache.maven.api.plugin.Mojo mojoV4 = mavenPluginManager.getConfiguredMojo(Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 16:01:38 GMT 2025 - 11.5K bytes - Click Count (0) -
docs/pt/docs/advanced/testing-dependencies.md
### Casos de uso: serviço externo { #use-cases-external-service } Um exemplo pode ser que você possua um provedor de autenticação externo que você precisa chamar. Você envia ao serviço um *token* e ele retorna um usuário autenticado.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 2.7K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild.wrapper.gradle.kts
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Sep 17 08:58:33 GMT 2024 - 1.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/PathScopeRegistry.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.api.services; import org.apache.maven.api.PathScope;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Feb 05 09:42:51 GMT 2024 - 968 bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/PackagingRegistry.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.api.services; import org.apache.maven.api.Packaging;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Feb 05 09:42:51 GMT 2024 - 968 bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.integrationtests.tasks import gradlebuild.cleanup.services.CachesCleaner import gradlebuild.integrationtests.model.GradleDistribution import org.gradle.api.Named import org.gradle.api.Project import org.gradle.api.file.Directory import org.gradle.api.file.DirectoryProperty
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 18 18:02:41 GMT 2025 - 7.7K bytes - Click Count (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild.cleanup.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ import gradlebuild.basics.repoRoot import gradlebuild.cleanup.services.DaemonTracker gradle.sharedServices.registerIfAbsent("daemonTracker", DaemonTracker::class) { parameters.rootProjectDir = repoRoot()
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jan 20 15:24:40 GMT 2023 - 828 bytes - Click Count (0)