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

Download provider-rest-common JAR file with all dependencies


osgi.enroute.webconsole.xray.provider from group org.osgi (version 2.0.0)

A plugin for the Apache Felix Webconsole. When installed, this bundle will add a tab on the Web Console that provides a graphic overview of the OSGi framework, including services, bundles, and components. Colors are used to encode the different states. Bundles are shown to be started, stopped, starting, resolved, and installed. Services are shown to be used, looked for, or registered in the air. Components can be seen to be operating or not satisfied. Most objects have a tooltip with extra information and all objects can be clicked upon. Hovering over a bundle or service shows only the conenections to/from the component. The display updates every 5 seconds to provide a continuous view on the operations of the framework it runs on.

Group: org.osgi Artifact: osgi.enroute.webconsole.xray.provider

Download osgi.enroute.webconsole.xray.provider.jar (2.0.0)
 

2 downloads


diozero-provider-pi4j from group com.diozero (version 0.9)

Group: com.diozero Artifact: diozero-provider-pi4j

Download diozero-provider-pi4j.jar (0.9)
 

2 downloads
Artifact diozero-provider-pi4j
Group com.diozero
Version 0.9


osgi.enroute.iot.pi.provider from group org.osgi (version 2.0.0)

This bundle wraps Pi4j (http://pi4j.com) that wraps the native code Wiring Pi (http://wiringpi.com). It wraps these libraries to make them OSGi friendly and allow them to work together with the OSGi enRoute IoT circuit library (osgi.enroute.iot.circuit). The bundle will first use Pi4J to detect on what hardware it runs. If it runs on an appropriate type, it will register a component that can be configured with Metatype. The Metatype defines a full blown configuration template for all the Pi's functions. The GPIO's are registered as components for the circuit. Regardless of the success of the configuration, this bundle will also register a GpioController service, which is the main Pi4J class.

Group: org.osgi Artifact: osgi.enroute.iot.pi.provider
Show documentation Show source 
Download osgi.enroute.iot.pi.provider.jar (2.0.0)
 

2 downloads
Artifact osgi.enroute.iot.pi.provider
Group org.osgi
Version 2.0.0


streams-provider-twitter from group org.apache.streams (version 0.6.0)

Twitter Provider

Group: org.apache.streams Artifact: streams-provider-twitter

Download streams-provider-twitter.jar (0.6.0)
 

2 downloads
Artifact streams-provider-twitter
Group org.apache.streams
Version 0.6.0


jersey-test-framework-provider-jdk-http from group org.glassfish.jersey.test-framework.providers (version 2.25)

Jersey Test Framework - JDK HTTP container

Group: org.glassfish.jersey.test-framework.providers Artifact: jersey-test-framework-provider-jdk-http

Download jersey-test-framework-provider-jdk-http.jar (2.25)
 

2 downloads


resteasy-jackson2-provider from group org.jboss.resteasy (version 3.0.11.Final)

Group: org.jboss.resteasy Artifact: resteasy-jackson2-provider

Download resteasy-jackson2-provider.jar (3.0.11.Final)
 

2 downloads
Artifact resteasy-jackson2-provider
Group org.jboss.resteasy
Version 3.0.11.Final


jackson-jaxrs-json-provider from group com.fasterxml.jackson.jaxrs (version 2.3.3)

Functionality to handle JSON input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding.

Group: com.fasterxml.jackson.jaxrs Artifact: jackson-jaxrs-json-provider

Download jackson-jaxrs-json-provider.jar (2.3.3)
 

2 downloads


maven-scm-provider-svnjava from group com.google.code.maven-scm-provider-svnjava (version 2.1.2)

This provider use a non ASL license compatible library (svnkit http://svnkit.com/).

Group: com.google.code.maven-scm-provider-svnjava Artifact: maven-scm-provider-svnjava

Download maven-scm-provider-svnjava.jar (2.1.2)
 

2 downloads


wagon-provider-api from group org.apache.maven.wagon (version 2.8)

Maven Wagon API that defines the contract between different Wagon implementations

Group: org.apache.maven.wagon Artifact: wagon-provider-api

Download wagon-provider-api.jar (2.8)
 

2 downloads


streams-provider-instagram from group org.apache.streams (version 0.2-incubating)

Instagram Provider

Group: org.apache.streams Artifact: streams-provider-instagram

Download streams-provider-instagram.jar (0.2-incubating)
 

2 downloads
Artifact streams-provider-instagram
Group org.apache.streams
Version 0.2-incubating


resteasy-jettison-provider from group org.jboss.resteasy (version 3.6.1.Final)

Group: org.jboss.resteasy Artifact: resteasy-jettison-provider

Download resteasy-jettison-provider.jar (3.6.1.Final)
 

2 downloads
Artifact resteasy-jettison-provider
Group org.jboss.resteasy
Version 3.6.1.Final


maven-scm-provider-accurev from group org.apache.maven.scm (version 1.9.4)

SCM Provider implementation for AccuRev (http://www.accurev.com/).

Group: org.apache.maven.scm Artifact: maven-scm-provider-accurev
Show documentation Show source 
Download maven-scm-provider-accurev.jar (1.9.4)
 

2 downloads


jackson-jaxrs-json-provider from group com.fasterxml.jackson.jaxrs (version 2.8.0)

Functionality to handle JSON input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding.

Group: com.fasterxml.jackson.jaxrs Artifact: jackson-jaxrs-json-provider

Download jackson-jaxrs-json-provider.jar (2.8.0)
 

2 downloads


pact-jvm-provider-junit5_2.12 from group au.com.dius (version 3.5.20)

# Pact Junit 5 Extension ## Overview For writing 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 one of the pact source annotations to your test class (as per a JUnit 4 test), then add a method annotated with `@TestTemplate` and `@ExtendWith(PactVerificationInvocationContextProvider.class)` that takes a `PactVerificationContext` parameter. You will need to call `verifyInteraction()` on the context parameter in your test template method. For example: ```java @Provider("myAwesomeService") @PactFolder("pacts") public class ContractVerificationTest { @TestTemplate @ExtendWith(PactVerificationInvocationContextProvider.class) void pactVerificationTestTemplate(PactVerificationContext context) { context.verifyInteraction(); } } ``` For details on the provider and pact source annotations, refer to the [Pact junit runner](../pact-jvm-provider-junit/README.md) docs. ## Test target You can set the test target (the object that defines the target of the test, which should point to your provider) on the `PactVerificationContext`, but you need to do this in a before test method (annotated with `@BeforeEach`). There are three different test targets you can use: `HttpTestTarget`, `HttpsTestTarget` and `AmpqTestTarget`. For example: ```java @BeforeEach void before(PactVerificationContext context) { context.setTarget(HttpTestTarget.fromUrl(new URL(myProviderUrl))); // or something like // context.setTarget(new HttpTestTarget("localhost", myProviderPort, "/")); } ``` **Note for Maven users:** If you use Maven to run your tests, you will have to make sure that the Maven Surefire plugin is at least version 2.22.1 uses an isolated classpath. For example, configure it by adding the following to your POM: ```xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.1</version> <configuration> <useSystemClassLoader>false</useSystemClassLoader> </configuration> </plugin> ``` ## Provider State Methods Provider State Methods work in the same way as with JUnit 4 tests, refer to the [Pact junit runner](../pact-jvm-provider-junit/README.md) docs. ### Using multiple classes for the state change methods If you have a large number of state change methods, you can split things up by moving them to other classes. You will need to specify the additional classes on the test context in a `Before` method. Do this with the `withStateHandler` or `setStateHandlers` methods. See [StateAnnotationsOnAdditionalClassTest](pact-jvm-provider-junit5/src/test/java/au/com/dius/pact/provider/junit5/StateAnnotationsOnAdditionalClassTest.java) for an example. ## Modifying the requests before they are sent **Important Note:** You should only use this feature for things that can not be persisted in the pact file. By modifying the request, you are potentially modifying the contract from the consumer tests! Sometimes you may need to add things to the requests that can't be persisted in a pact file. Examples of these would be authentication tokens, which have a small life span. The Http and Https test targets support injecting the request that will executed into the test template method. You can then add things to the request before calling the `verifyInteraction()` method. For example to add a header: ```java @TestTemplate @ExtendWith(PactVerificationInvocationContextProvider.class) void testTemplate(PactVerificationContext context, HttpRequest request) { // This will add a header to the request request.addHeader("X-Auth-Token", "1234"); context.verifyInteraction(); } ``` ## Objects that can be injected into the test methods You can inject the following objects into your test methods (just like the `PactVerificationContext`). They will be null if injected before the supported phase. | Object | Can be injected from phase | Description | | ------ | --------------- | ----------- | | PactVerificationContext | @BeforeEach | The context to use to execute the interaction test | | Pact | any | The Pact model for the test | | Interaction | any | The Interaction model for the test | | HttpRequest | @TestTemplate | The request that is going to be executed (only for HTTP and HTTPS targets) | | ProviderVerifier | @TestTemplate | The verifier instance that is used to verify the interaction |

Group: au.com.dius Artifact: pact-jvm-provider-junit5_2.12

Download pact-jvm-provider-junit5_2.12.jar (3.5.20)
 

2 downloads
Artifact pact-jvm-provider-junit5_2.12
Group au.com.dius
Version 3.5.20


junit-platform-surefire-provider from group org.junit.platform (version 1.0.3)

Module "junit-platform-surefire-provider" of JUnit 5.

Group: org.junit.platform Artifact: junit-platform-surefire-provider

Download junit-platform-surefire-provider.jar (1.0.3)
 

2 downloads




Page 13 from 48 (items total 710)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy