Home
last modified time | relevance | path

Searched full:spring (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/external/opencensus-java/contrib/spring_sleuth_v1x/
DREADME.md1 # OpenCensus Spring Sleuth
6 The *OpenCensus Spring Sleuth for Java* is a library for automatically
7 propagating the OpenCensus trace context when working with [Spring Sleuth][spring-sleuth-url].
11 sleuth channel https://gitter.im/spring-cloud/spring-cloud-sleuth.
13 This version is compatible with [Spring Boot 1.5.x][spring-boot-1.5-url].
24 <artifactId>opencensus-contrib-spring-sleuth</artifactId>
29 <artifactId>spring-cloud-build</artifactId>
33 <artifactId>spring-cloud-starter-sleuth</artifactId>
42 compile 'io.opencensus:opencensus-contrib-spring-sleuth:0.28.3'
49 …//maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-spring-sleuth/badge.svg
[all …]
/external/opencensus-java/contrib/spring_starter/
DREADME.md1 # OpenCensus Spring Starter
6 The *OpenCensus Spring Starter for Java* is a starter package that includes
7 packages required to enable tracing using opencensus when working with [Spring Web][spring-web-url].
9 This version is compatible with [Spring Boot 2.0][spring-boot-2.0-url].
13 …d AysncRestTemplate (client side) by simply including opencensus-contrib-spring-starter in your de…
27 <artifactId>opencensus-contrib-spring-starter</artifactId>
38 mavenBom "io.opencensus:opencensus-contrib-spring-starter:0.23.0"
42 compile 'io.opencensus:opencensus-contrib-spring:0.23.0'
58 opencensus.spring.trace.publicEndpoint = true
63 opencensus.spring.trace.propagation = TRACE_PROPAGATION_B3
[all …]
/external/opencensus-java/contrib/spring/
DREADME.md1 # spring chapter
6 Provides annotation support for projects that use Spring.
12 Replace `SPRING_VERSION` with the version of spring you're using.
25 <artifactId>opencensus-contrib-spring</artifactId>
35 <!-- spring aspects -->
38 <artifactId>spring-aspects</artifactId>
49 compile 'io.opencensus:opencensus-contrib-spring:0.28.3'
51 runtime 'org.springframework:spring-aspects:SPRING_VERSION'
58 The `opencensus-contrib-spring` package provides support for a `@Traced` annotation
69 <bean id="censusAspect" class="io.opencensus.contrib.spring.aop.CensusSpringAspect">
[all …]
/external/apache-velocity-engine/spring-velocity-support/src/main/java/org/apache/velocity/spring/
DSpringResourceLoader.java17 package org.apache.velocity.spring;
34 * Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
42 * <p>Expects "spring.resource.loader" and "spring.resource.loader.path"
55 public static final String NAME = "spring";
57 public static final String SPRING_RESOURCE_LOADER_CLASS = "spring.resource.loader.class";
59 public static final String SPRING_RESOURCE_LOADER_CACHE = "spring.resource.loader.cache";
61 public static final String SPRING_RESOURCE_LOADER = "spring.resource.loader";
63 public static final String SPRING_RESOURCE_LOADER_PATH = "spring.resource.loader.path";
127 "Could not find resource [" + source + "] in Spring resource loader path"); in getResourceReader()
DVelocityEngineFactory.java17 package org.apache.velocity.spring;
42 …* <a href="https://docs.spring.io/spring-framework/docs/4.3.29.RELEASE/javadoc-api/org/springframe…
51 * resource loader path via Spring's Resource abstraction, possibly relative
52 * to the Spring application context.
66 …* @see <a href="https://docs.spring.io/spring-framework/docs/4.3.29.RELEASE/javadoc-api/org/spring…
101 * Spring resource location via the "resourceLoaderPath" property.
124 * Set the Velocity resource loader path via a Spring resource location.
131 * a generic SpringResourceLoader will be used under the name "spring", without
155 * Set the Spring ResourceLoader to use for loading Velocity template files.
166 * Return the Spring ResourceLoader to use for loading Velocity template files.
/external/jazzer-api/examples/junit-spring-web/
Dpom.xml23 <artifactId>spring-boot-starter-parent</artifactId>
29 <artifactId>junit-spring-web</artifactId>
31 <name>junit-spring-web</name>
32 <description>Demo project for Spring Boot</description>
39 <artifactId>spring-boot-starter-web</artifactId>
43 <artifactId>spring-boot-starter-actuator</artifactId>
47 <artifactId>spring-boot-starter-test</artifactId>
68 <artifactId>spring-boot-maven-plugin</artifactId>
/external/opencensus-java/examples/spring/servlet/
Dbuild.gradle1 description = 'OpenCensus Examples Spring Servlet'
12 classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE'
77 classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE'
83 apply plugin: 'io.spring.dependency-management'
87 baseName = 'opencensus-examples-spring-servlet'
96 mavenBom "io.opencensus:opencensus-contrib-spring-starter:${opencensusVersion}"
101 compile("io.opencensus:opencensus-contrib-spring-starter:${opencensusVersion}")
/external/opencensus-java/contrib/spring/src/main/java/io/opencensus/contrib/spring/instrument/web/
DHttpServletFilter.java17 package io.opencensus.contrib.spring.instrument.web;
21 import io.opencensus.contrib.spring.autoconfig.OpenCensusAutoConfiguration;
22 import io.opencensus.contrib.spring.autoconfig.OpenCensusProperties.Trace;
23 import io.opencensus.contrib.spring.autoconfig.OpenCensusProperties.Trace.Propagation;
39 @Value("${opencensus.spring.trace.propagation:TRACE_PROPAGATION_TRACE_CONTEXT}")
42 @Value("${opencensus.spring.trace.publicEndpoint:false}")
/external/opencensus-java/contrib/spring/src/test/resources/
Dspring.xml4 …ork.org/schema/beans/spring-beans-3.2.xsd http://www.springframework.org/schema/aop http://www.spr…
7 <bean id="sample" class="io.opencensus.contrib.spring.aop.Sample"/>
12 <bean id="censusAspect" class="io.opencensus.contrib.spring.aop.CensusSpringAspect">
17 <bean id="censusSQLAspect" class="io.opencensus.contrib.spring.aop.CensusSpringSqlAspect">
/external/zxing/zxingorg/
Dpom.xml51 <artifactId>spring-test</artifactId>
52 <version>${spring.version}</version>
57 <artifactId>spring-web</artifactId>
58 <version>${spring.version}</version>
70 <spring.version>6.0.11</spring.version>
/external/opencensus-java/examples/
DREADME.md15 To build Spring Servlet example
17 cd spring/servlet
173 ## To run Spring HTTP Server and Client
175 `SpringServletApplication` is a web service application using Spring framework. The application
176 is instrumented with opencensus simply by incuding opencensus-contrib-spring-starter package.
191 cd spring/servlet
197 cd spring/servlet
/external/apache-velocity-engine/spring-velocity-support/
DREADME.md1 Title: Apache Velocity Spring Support
3 # Apache Velocity Spring Support
5 This module is an adaptation of the engine support initially hosted by the Spring project in its 4.…
11 class="org.apache.velocity.spring.VelocityEngineFactoryBean">
Dpom.xml29 <artifactId>spring-velocity-support</artifactId>
30 <name>Spring framework Velocity support</name>
31 <description>Velocity Engine factory bean for Spring framework</description>
43 <artifactId>spring-core</artifactId>
48 <artifactId>spring-beans</artifactId>
53 <artifactId>spring-context</artifactId>
/external/opencensus-java/contrib/spring/src/main/java/io/opencensus/contrib/spring/autoconfig/
DTraceWebAsyncClientAutoConfiguration.java17 package io.opencensus.contrib.spring.autoconfig;
21 import io.opencensus.contrib.spring.autoconfig.OpenCensusProperties.Trace;
22 import io.opencensus.contrib.spring.autoconfig.OpenCensusProperties.Trace.Propagation;
23 import io.opencensus.contrib.spring.instrument.web.client.TracingAsyncClientHttpRequestInterceptor;
51 @ConditionalOnProperty(value = "opencensus.spring.enabled", matchIfMissing = true)
63 @Value("${opencensus.spring.trace.propagation:TRACE_PROPAGATION_TRACE_CONTEXT}")
/external/guice/extensions/spring/src/com/google/inject/spring/
DSpringIntegration.java17 package com.google.inject.spring;
29 * Integrates Guice with Spring.
37 * Creates a provider which looks up objects from Spring using the given name. Expects a binding
50 * Binds all Spring beans from the given factory by name. For a Spring bean named "foo", this
98 "Spring bean named '" + name + "' does not implement " + type.getName() + "."); in initialize()
Dpackage-info.java17 /** Spring integration; this extension requires {@code guice-spring.jar}. */
18 package com.google.inject.spring;
/external/opencensus-java/
Dsettings.gradle38 include ":opencensus-contrib-spring"
39 include ":opencensus-contrib-spring-sleuth-v1x"
40 include ":opencensus-contrib-spring-starter"
68 project(':opencensus-contrib-spring').projectDir = "$rootDir/contrib/spring" as File
69 project(':opencensus-contrib-spring-sleuth-v1x').projectDir =
71 project(':opencensus-contrib-spring-starter').projectDir = "$rootDir/contrib/spring_starter" as File
Dbuild.gradle11 classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE")
212 spring_aspects: "org.springframework:spring-aspects:${springVersion}",
213 … spring_boot_starter_web: "org.springframework.boot:spring-boot-starter-web:${springBootVersion}",
214 …spring_boot_starter_web2: "org.springframework.boot:spring-boot-starter-web:${springBoot2Version}",
215 … spring_cloud_build: "org.springframework.cloud:spring-cloud-build:${springCloudVersion}",
216 …spring_cloud_starter_sleuth: "org.springframework.cloud:spring-cloud-starter-sleuth:${springCloudV…
217 spring_context: "org.springframework:spring-context:${springVersion}",
218 … spring_context_support: "org.springframework:spring-context-support:${springVersion}",
229 spring_test: "org.springframework:spring-test:${springVersion}",
231 … spring_boot_test: "org.springframework.boot:spring-boot-starter-test:${springBootTestVersion}",
[all …]
/external/python/enum34/enum/
Dtest.py158 SPRING = 1 variable in TestEnum.setUp.Season
197 'SPRING', 'SUMMER', 'AUTUMN', 'WINTER']),
259 Season.SPRING > 4
261 self.assertNotEqual(Season.SPRING, 1)
265 SPRING = 1 variable in TestEnum.test_comparisons.Part
269 self.assertNotEqual(Season.SPRING, Part.SPRING)
271 Season.SPRING < Part.CLIP
280 self.assertEqual(Season.SPRING.value, 1)
291 [Season.SPRING, Season.SUMMER, Season.AUTUMN, Season.WINTER], lst)
293 for i, season in enumerate('SPRING SUMMER AUTUMN WINTER'.split()):
[all …]
/external/guice/extensions/spring/
Dpom.xml12 <artifactId>guice-spring</artifactId>
14 <name>Google Guice - Extensions - Spring</name>
19 <artifactId>spring-beans</artifactId>
32 <Automatic-Module-Name>com.google.guice.extensions.spring</Automatic-Module-Name>
/external/opencensus-java/all/
Dbuild.gradle23 project(':opencensus-contrib-spring'),
24 project(':opencensus-contrib-spring-sleuth-v1x'),
25 project(':opencensus-contrib-spring-starter'),
58 project(':opencensus-contrib-spring'),
59 project(':opencensus-contrib-spring-sleuth-v1x'),
60 project(':opencensus-contrib-spring-starter'),
/external/opencensus-java/contrib/spring/src/test/java/io/opencensus/contrib/spring/aop/
DCensusSpringAspectTest.java17 package io.opencensus.contrib.spring.aop;
39 * CensusSpringAspectTest verifies the weaving and application of the spring aop annotations.
44 * <li>Configure a simple bean, Sample, via spring.xml
45 * <li>Include spring annotation support in spring.xml
46 * <li>Use spring to load the Sample bean which will weave the census aspects into the bean.
54 ApplicationContext context = new ClassPathXmlApplicationContext("spring.xml");
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dfakeftpserver-getting-started.apt33 {{{http://www.springframework.org/}Spring Framework}} or other dependency-injection container.
35 …<<<FakeFtpServer>>>. Alternatively, the {{{#Spring}Configuration}} section later on illustrates ho…
36 the <Spring Framework> to configure a <<<FakeFtpServer>>> instance.
177 * {Spring} Configuration
181 …{{{http://www.springframework.org/}Spring Framework}} or another, similar dependency-injection con…
183 ** Simple Spring Configuration Example
186 …The following example shows a <Spring> configuration file for a simple <<<FakeFtpServer>>> instanc…
194 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
241 And here is the Java code to load the above <Spring> configuration file and start the
251 ** Spring Configuration Example With File and Directory Permissions
[all …]
/external/apache-velocity-engine/spring-velocity-support/src/test/java/org/apache/velocity/spring/test/
DVelocityEngineFactoryBeanTests.java17 package org.apache.velocity.spring.test;
20 import org.apache.velocity.spring.SpringResourceLoader;
21 import org.apache.velocity.spring.VelocityEngineFactoryBean;
22 import org.apache.velocity.spring.VelocityEngineUtils;
/external/google-cloud-java/java-recaptchaenterprise/
DCHANGELOG.md96 * Update dependency org.springframework.boot:spring-boot-starter-test to v2.7.4 ([#892](https://git…
97 * Update dependency org.springframework.boot:spring-boot-starter-thymeleaf to v2.7.4 ([#893](https:…
98 * Update dependency org.springframework.boot:spring-boot-starter-web to v2.7.4 ([#894](https://gith…
153 * update dependency org.springframework.boot:spring-boot-starter-test to v2.7.2 ([#845](https://git…
154 * update dependency org.springframework.boot:spring-boot-starter-thymeleaf to v2.7.2 ([#846](https:…
155 * update dependency org.springframework.boot:spring-boot-starter-web to v2.7.2 ([#847](https://gith…
194 * update dependency org.springframework.boot:spring-boot-starter-test to v2.7.1 ([#822](https://git…
195 * update dependency org.springframework.boot:spring-boot-starter-thymeleaf to v2.7.1 ([#823](https:…
196 * update dependency org.springframework.boot:spring-boot-starter-web to v2.7.1 ([#824](https://gith…
229 * update dependency org.springframework.boot:spring-boot-starter-test to v2.7.0 ([#796](https://git…
[all …]

12345678910>>...24