- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 158 for injecting (0.05 seconds)
-
docs/en/docs/tutorial/background-tasks.md
* Any keyword arguments that should be passed to the task function (`message="some notification"`). ## Dependency Injection { #dependency-injection } Using `BackgroundTasks` also works with the dependency injection system, you can declare a parameter of type `BackgroundTasks` at multiple levels: in a *path operation function*, in a dependency (dependable), in a sub-dependency, etc.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 4.8K bytes - Click Count (0) -
docs/de/docs/tutorial/background-tasks.md
* Alle Schlüsselwort-Argumente, die an die Taskfunktion übergeben werden sollen (`message="some notification"`). ## Dependency Injection { #dependency-injection }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 5.8K bytes - Click Count (0) -
impl/maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/module-a/pom.xml
<project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>lifecycle-participant-reactor-dependency-injection</groupId> <artifactId>parent</artifactId> <version>1.0</version> </parent> <artifactId>module-a</artifactId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 257 bytes - Click Count (0) -
impl/maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 305 bytes - Click Count (0) -
fess-crawler-opensearch/src/test/resources/lasta_di.properties
#smart.deploy.mode.location = maihama_env.properties: lasta_di.smart.deploy.mode # package for smart deploy target e.g. org.docksidestage.app smart.package1 = org.codelibs.fess.crawler
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 07 04:44:10 GMT 2024 - 479 bytes - Click Count (0) -
compat/maven-model-builder/src/site/apt/index.apt
** plugin management injection: <<<PluginManagementInjector>>> ({{{./apidocs/org/apache/maven/model/management/PluginManagementInjector.html}javadoc}}), with its <<<DefaultPluginManagementInjector>>> implementation ({{{./xref/org/apache/maven/model/management/DefaultPluginManagementInjector.html}source}})
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 03 08:42:52 GMT 2025 - 13.2K bytes - Click Count (0) -
impl/maven-core/src/site/apt/getting-to-container-configured-mojos.apt
simply returns the expression itself as the resolved value, which adds very little value to the container. Things like ${project.build.resources} are not resolved, and result in a type mismatch for the member injection. We need a replacement for DefaultExpressionEvaluator that is capable of traversing an object graph and extracting Object values, not just Strings. * ComponentConfiguratorCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.1K bytes - Click Count (0) -
guava/src/com/google/common/eventbus/package-info.java
* or implied. See the License for the specific language governing permissions and limitations under * the License. */ /** * {@linkplain EventBus Discouraged} in favor of dependency injection and concurrency frameworks, * EventBus allows publish-subscribe-style communication. * * <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/EventBusExplained">{@code EventBus}</a>. */Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Jan 03 19:02:39 GMT 2025 - 1K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PlexusContainerCapsuleFactory.java
} catch (Throwable e) { failures.add(new IllegalStateException( "Injection failure in " + extension.coreExtension().getId(), e)); } }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jul 03 14:18:26 GMT 2025 - 14.3K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenRepositorySystemUtils.java
* assist those clients that employ the repository system outside of an IoC container, Maven plugins should instead * always use regular dependency injection to acquire the repository system. * * @deprecated See {@link MavenSessionBuilderSupplier} */ @Deprecated public final class MavenRepositorySystemUtils { private MavenRepositorySystemUtils() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.4K bytes - Click Count (0)