All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download spring-webmvc.4.3.1 JAR files with dependency


spring-boot-starter-ignite-client from group org.apache.ignite (version 3.0.0)

Group: org.apache.ignite Artifact: spring-boot-starter-ignite-client
Show source 
Download spring-boot-starter-ignite-client.jar (3.0.0)
 

0 downloads


pact-jvm-provider-junit5-spring from group au.com.dius (version 4.0.10)

# Pact Spring/JUnit5 Support This module extends the base [Pact JUnit5 module](../pact-jvm-provider-junit5). See that for more details. For writing Spring Pact verification tests with JUnit 5, there is an JUnit 5 Invocation Context Provider that you can use with the `@TestTemplate` annotation. This will generate a test for each interaction found for the pact files for the provider. To use it, add the `@Provider` and `@ExtendWith(SpringExtension.class)` and one of the pact source annotations to your test class (as per a JUnit 5 test), then add a method annotated with `@TestTemplate` and `@ExtendWith(PactVerificationSpringProvider.class)` that takes a `PactVerificationContext` parameter. You will need to call `verifyInteraction()` on the context parameter in your test template method. For example: ```java @ExtendWith(SpringExtension.class) @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT) @Provider("Animal Profile Service") @PactBroker public class ContractVerificationTest { @TestTemplate @ExtendWith(PactVerificationSpringProvider.class) void pactVerificationTestTemplate(PactVerificationContext context) { context.verifyInteraction(); } } ``` You will now be able to setup all the required properties using the Spring context, e.g. creating an application YAML file in the test resources: ```yaml pactbroker: host: your.broker.host auth: username: broker-user password: broker.password ``` You can also run pact tests against `MockMvc` without need to spin up the whole application context which takes time and often requires more additional setup (e.g. database). In order to run lightweight tests just use `@WebMvcTest` from Spring and `MockMvcTestTarget` as a test target before each test. For example: ```java @WebMvcTest @Provider("myAwesomeService") @PactBroker class ContractVerificationTest { @Autowired private MockMvc mockMvc; @TestTemplate @ExtendWith(PactVerificationInvocationContextProvider.class) void pactVerificationTestTemplate(PactVerificationContext context) { context.verifyInteraction(); } @BeforeEach void before(PactVerificationContext context) { context.setTarget(new MockMvcTestTarget(mockMvc)); } } ``` You can also use `MockMvcTestTarget` for tests without spring context by providing the controllers manually. For example: ```java @Provider("myAwesomeService") @PactFolder("pacts") class MockMvcTestTargetStandaloneMockMvcTestJava { @TestTemplate @ExtendWith(PactVerificationInvocationContextProvider.class) void pactVerificationTestTemplate(PactVerificationContext context) { context.verifyInteraction(); } @BeforeEach void before(PactVerificationContext context) { MockMvcTestTarget testTarget = new MockMvcTestTarget(); testTarget.setControllers(new DataResource()); context.setTarget(testTarget); } @RestController static class DataResource { @GetMapping("/data") @ResponseStatus(HttpStatus.NO_CONTENT) void getData(@RequestParam("ticketId") String ticketId) { } } } ``` **Important:** Since `@WebMvcTest` starts only Spring MVC components you can't use `PactVerificationSpringProvider` and need to fallback to `PactVerificationInvocationContextProvider`

Group: au.com.dius Artifact: pact-jvm-provider-junit5-spring
Show documentation Show source 
Download pact-jvm-provider-junit5-spring.jar (4.0.10)
 

0 downloads
Artifact pact-jvm-provider-junit5-spring
Group au.com.dius
Version 4.0.10


spring-data-envers from group org.springframework.data (version 1.0.2.RELEASE)

Spring Data extension to work with Hibernate Envers

Group: org.springframework.data Artifact: spring-data-envers
Show documentation Show source 
Download spring-data-envers.jar (1.0.2.RELEASE)
 

0 downloads
Artifact spring-data-envers
Group org.springframework.data
Version 1.0.2.RELEASE


spring-cloud-dataflow-server-yarn-h2 from group org.springframework.cloud (version 1.0.0.RELEASE)

Data Flow H2 DB Server

Group: org.springframework.cloud Artifact: spring-cloud-dataflow-server-yarn-h2
Show documentation Show source 
Download spring-cloud-dataflow-server-yarn-h2.jar (1.0.0.RELEASE)
 

0 downloads


org.beamfoundry.bundles.spring-data-jpa.test-eclipselink24-adapter from group org.beamfoundry.bundles.spring-data-jpa.test (version 1.6.4.RELEASE_2)

Group: org.beamfoundry.bundles.spring-data-jpa.test Artifact: org.beamfoundry.bundles.spring-data-jpa.test-eclipselink24-adapter
Show documentation Show source 
Download org.beamfoundry.bundles.spring-data-jpa.test-eclipselink24-adapter.jar (1.6.4.RELEASE_2)
 

0 downloads


spring-cloud-launcher-cli from group org.springframework.cloud.launcher (version 3.1.1)

Spring Cloud Launcher CLI

Group: org.springframework.cloud.launcher Artifact: spring-cloud-launcher-cli
Show documentation Show source 
Download spring-cloud-launcher-cli.jar (3.1.1)
 

0 downloads


spring-statemachine-samples-showcase from group org.springframework.statemachine (version 4.0.0)

Spring State Machine Showcase Sample

Group: org.springframework.statemachine Artifact: spring-statemachine-samples-showcase
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads


otj-spring-archetypes from group com.opentable (version 0.0.9)

Group: com.opentable Artifact: otj-spring-archetypes
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact otj-spring-archetypes
Group com.opentable
Version 0.0.9


stormpath-sdk-examples-spring-security-spring-boot-webmvc from group com.stormpath.spring (version 2.0.4-okta)

A simple Spring Boot Web MVC application with out-of-the-box login and self-service screens!

Group: com.stormpath.spring Artifact: stormpath-sdk-examples-spring-security-spring-boot-webmvc
Show documentation Show source 
Download stormpath-sdk-examples-spring-security-spring-boot-webmvc.jar (2.0.4-okta)
 

0 downloads


hadoop-spring-utils from group org.trustedanalytics (version 0.4.17)

Group: org.trustedanalytics Artifact: hadoop-spring-utils
Show documentation Show source 
Download hadoop-spring-utils.jar (0.4.17)
 

0 downloads
Artifact hadoop-spring-utils
Group org.trustedanalytics
Version 0.4.17


jrugged-spring from group org.fishwife (version 3.2.2)

Group: org.fishwife Artifact: jrugged-spring
Show documentation Show source 
Download jrugged-spring.jar (3.2.2)
 

0 downloads
Artifact jrugged-spring
Group org.fishwife
Version 3.2.2


spring-boot-starter-aerospike from group com.aerospike (version 0.17.1)

Starter for using Aerospike Java client

Group: com.aerospike Artifact: spring-boot-starter-aerospike
Show documentation Show source 
Download spring-boot-starter-aerospike.jar (0.17.1)
 

0 downloads
Artifact spring-boot-starter-aerospike
Group com.aerospike
Version 0.17.1


spring-dbunit-servlet from group com.excilys.ebi.spring-dbunit (version 1.4.0)

Group: com.excilys.ebi.spring-dbunit Artifact: spring-dbunit-servlet
Show documentation Show source 
Download spring-dbunit-servlet.jar (1.4.0)
 

0 downloads


stormpath-spring-security from group com.stormpath.spring (version 1.1.0)

Stormpath Spring Security integration allows Spring Security applications to use Stormpath as the backend for all of their security needs.

Group: com.stormpath.spring Artifact: stormpath-spring-security
Show documentation Show source 
Download stormpath-spring-security.jar (1.1.0)
 

0 downloads


demo-spring-boot from group io.servicecomb.demo (version 0.1.0)

Group: io.servicecomb.demo Artifact: demo-spring-boot
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact demo-spring-boot
Group io.servicecomb.demo
Version 0.1.0




Page 574 from 19466 (items total 291983)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy