IDE

RoboPods Google APIs Parent

com.mobidevelop.robovm : robopods-google-apis-parent

RoboPods provides bindings to popular 3rd party libraries.

Last Version: 2.2.3

Release Date:

Overture IDE core plugins GUI

org.overturetool.ide : org.overture.ide.plugins

Providing GUI for all integrated core plugins

Last Version: 3.0.2

Release Date:

Last Version: 3.0.2

Release Date:

Selenium on Steroids

com.insidecoding : sos

Making automation testing dead simple.

Last Version: 1.3.2

Release Date:

SouthernQuiet

me.insidezhou.southernquiet : southern-quiet-job-spring-boot-starter-jdbc

这是一个基于Spring Boot,为了复用一些公共代码而存在的库。

Last Version: 4.0.5

Release Date:

safe-scheduling-provider-redis

io.github.nortthon : safe-scheduling-provider-redis

it's a simple way to use the native Spring Framework Scheduling into your spring-boot application keeping the tasks locked during the executions process avoiding multiples executions.

Last Version: 0.2.0

Release Date:

Last Version: 1.7.3.1

Release Date:

pact-jvm-provider-junit5_2.11

au.com.dius : pact-jvm-provider-junit5_2.11

# 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 |

Last Version: 3.5.24

Release Date:

Ikasan Enterprise Integration Reference Guide

org.ikasan : reference-guide

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.8.4

Release Date:

Curity Authentication Action Archetype

io.curity : identityserver.plugins.archetypes.authentication-action

Archetypes that can generate code for the various kinds of plug-ins supported by the Curity Identity Server

Last Version: 2.5.0

Release Date:

openinsider4j

com.github.sixro : openinsider4j

A library to get openinsider.com content

Last Version: 0.6.0

Release Date:

Last Version: 0.1.2

Release Date:

FlaUI Bridge

io.testb4.bdd : test-video-recorder

Chrome extension for recording video of automated test scenario

Last Version: 1.2.0

Release Date:

Identifier Parent

de.vinado.library : identifier-parent

Parent POM providing dependency management for strong typed identifiers

Last Version: 1.0.1

Release Date:

Last Version: 0.1.6

Release Date:

Last Version: 5.17.218.1

Release Date:

BugVM IDEA

com.bugvm : bugvm-idea

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 1.1.5

Release Date:

Last Version: 2.0.0

Release Date:

Last Version: 1.4.4.9

Release Date:

WSO2 Carbon - Entitlement Aggregator Module

org.wso2.carbon.identity : entitlement

This is a Carbon bundle that represent the Entitlement Aggregator module.

Last Version: 5.5.0-m4

Release Date:

Last Version: 20100527_1

Release Date:

Metro User Guide

org.glassfish.metro : guide

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. Metro consists of JAX-WS Reference Implementation project and Web Services Interoperability Technology project. JAX-WS Reference Implementation (JAX-WS RI) provides core web servicing support and the base framework for extensions provided by the WSIT layer. Web Services Interoperability Technologies (WSIT) (previously known as Project Tango) includes implementations of: - SOAP over TCP - WS-AtomicTransactions/Coordination - WS-MetadataExchange - WS-Policy (github.com/eclipse-ee4j/metro-policy) - WS-ReliableMessaging - WS-SecureConversation - WS-Security - WS-SecurityPolicy - WS-Trust Note: - WS-Policy (github.com/eclipse-ee4j/metro-policy) has its own codebase however WS-Policy related issues can be submitted into the Metro (WSIT) Issue tracker

Last Version: 4.0.0

Release Date:

Last Version: 0.9.8

Release Date:

Last Version: 1.3-rc4

Release Date:

WSO2 Carbon Extension - Bitly Pom

org.wso2.carbon.extension.identity.authenticator : org.wso2.carbon.extension.identity.authenticator.bitly

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

Last Version: 1.0.0

Release Date:

Spring Boot Identifier Starter

de.vinado.boot : identifier-spring-boot-starter

Starter for using strong typed identifiers, an optional Jackson and converter integration

Last Version: 1.0.1

Release Date:

Last Version: 0.2.0

Release Date:

Last Version: 5.17.218.1

Release Date:

Last Version: 1.0.0

Release Date:

cognito-identity

com.cognitect.aws : cognito-identity

cognito-identity resources for com.cognitect.aws/api

Last Version: 821.2.1107.0

Release Date:

sso

com.jpardus.spider : sso

分布式框架spider子组件之一,提供多平台间统一登陆功能。

Last Version: 1.0.0

Release Date:

WSO2 Carbon - Configuration Management Feature Aggregator Module

org.wso2.carbon.identity.framework : configuration-mgt-feature

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

Last Version: 5.20.324

Release Date:

KMM Mersey library

io.github.merseyside : kmp-clean-mvvm-arch-android

Contains arch stuff and useful utils and features

Last Version: 1.3.5

Release Date:

Annotated Service Provider

io.github.emilyy-dev : annotated-service-provider-processor

Define service providers in META-INF/services by annotating them directly

Last Version: 2.0.0

Release Date:

tabitha-delimited

com.widen.oss : tabitha-delimited

Tabitha plugins for delimiter-based formats.

Last Version: 0.5.1

Release Date: