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

Download provider-swagger JAR file with all dependencies


osgi.enroute.gogo.shell.provider from group org.osgi (version 2.0.0)

An adaption of the famous Apache Felix Gogo shell that uses JLine to provide command history and line editing features. Since the Eclipse terminal does not support line editing, it works there as usual.It was adapted by Neil Bartlett.

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

1 downloads
Artifact osgi.enroute.gogo.shell.provider
Group org.osgi
Version 2.0.0


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

Group: org.jboss.resteasy Artifact: resteasy-jackson2-provider
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact resteasy-jackson2-provider
Group org.jboss.resteasy
Version 3.0.6.Final


pact-jvm-provider-junit5_2.11 from group au.com.dius (version 3.5.16)

# 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, "/")); } ``` ## 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. ## 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.11
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact pact-jvm-provider-junit5_2.11
Group au.com.dius
Version 3.5.16


resteasy-hibernatevalidator-provider from group org.jboss.resteasy (version 3.0.8.Final)

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

Download resteasy-hibernatevalidator-provider.jar (3.0.8.Final)
 

1 downloads


org.wso2.carbon.data.provider from group org.wso2.carbon.analytics-common (version 6.0.17)

Used to provide data for different clients from different sources according to the requirement

Group: org.wso2.carbon.analytics-common Artifact: org.wso2.carbon.data.provider
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads


resteasy-json-p-provider from group org.jboss.resteasy (version 3.6.0.Final)

Group: org.jboss.resteasy Artifact: resteasy-json-p-provider
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact resteasy-json-p-provider
Group org.jboss.resteasy
Version 3.6.0.Final


resteasy-jackson-provider from group org.jboss.resteasy (version 2.3.2.Final)

Group: org.jboss.resteasy Artifact: resteasy-jackson-provider
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact resteasy-jackson-provider
Group org.jboss.resteasy
Version 2.3.2.Final


jkniv-sap-provider from group net.sf.jkniv (version 2.19.0)

SAP Java Connector standalone 3.0 for logical address of an ABAP system allow individual class loaders for webapps provider isolation destination configuration for DestinationDataProvider interface.

Group: net.sf.jkniv Artifact: jkniv-sap-provider
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact jkniv-sap-provider
Group net.sf.jkniv
Version 2.19.0


resteasy-json-p-provider from group org.jboss.resteasy (version 3.0.9.Final)

Group: org.jboss.resteasy Artifact: resteasy-json-p-provider
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact resteasy-json-p-provider
Group org.jboss.resteasy
Version 3.0.9.Final


hawkular-inventory-impl-tinkerpop-sql-provider from group org.hawkular.inventory (version 0.16.0.Final)

Group: org.hawkular.inventory Artifact: hawkular-inventory-impl-tinkerpop-sql-provider
Show documentation Show source 
Download hawkular-inventory-impl-tinkerpop-sql-provider.jar (0.16.0.Final)
 

0 downloads


maven-scm-provider-clearcase from group org.apache.maven.scm (version 1.9.5)

SCM Provider implementation for Clearcase (http://www-306.ibm.com/software/awdtools/clearcase/).

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

0 downloads


hawkular-inventory-impl-tinkerpop-titan-provider from group org.hawkular.inventory (version 0.16.0.Final)

Group: org.hawkular.inventory Artifact: hawkular-inventory-impl-tinkerpop-titan-provider
Show documentation Show source 
Download hawkular-inventory-impl-tinkerpop-titan-provider.jar (0.16.0.Final)
 

0 downloads


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

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.5)
 

0 downloads


gateway-provider-rewrite-step-encrypt-uri from group org.apache.knox (version 0.9.0)

An extension of the gateway that supports securing request/response content.

Group: org.apache.knox Artifact: gateway-provider-rewrite-step-encrypt-uri
Show documentation Show source 
Download gateway-provider-rewrite-step-encrypt-uri.jar (0.9.0)
 

0 downloads


easybeans-jacc-provider from group org.ow2.easybeans (version 3.0.0-M1)

Implementation of JACC provider

Group: org.ow2.easybeans Artifact: easybeans-jacc-provider
Show documentation Show source 
Download easybeans-jacc-provider.jar (3.0.0-M1)
 

0 downloads
Artifact easybeans-jacc-provider
Group org.ow2.easybeans
Version 3.0.0-M1




Page 29 from 50 (items total 749)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy