com.salesforce.servicelibs:canteen-maven-plugin

A Maven plugin for generating self-executing jars

License

License

Categories

Categories

Maven Build Tools Ant
GroupId

GroupId

com.salesforce.servicelibs
ArtifactId

ArtifactId

canteen-maven-plugin
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

A Maven plugin for generating self-executing jars

Download canteen-maven-plugin

How to add to project

<plugin>
    <groupId>com.salesforce.servicelibs</groupId>
    <artifactId>canteen-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.3.9
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven.shared : maven-shared-utils jar 3.0.0

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

Project Modules

There are no modules declared in this project.

grpc-java-contrib

Build Status codecov

Useful extensions for using the grpc-java library.

This project is broken down into multiple sub-modules, each solving a different sub-problem.

  • grpc-contrib - A collection of utility classes to work with grpc-java.
  • grpc-testing-contrib - A collection of utility classes for testing grpc-java.
  • grpc-spring - Tools for automatically wiring up and starting a grpc service using Spring.
  • jprotoc - A framework for building protoc extension plugins in Java.

Demos

A pair of demo applications are in the grpc-java-contrib-demo directory.

  • time-service-demo - Hosts a simple gRPC service that reports the current time. Demonstrates grpc-spring service hosting.
  • time-client-demo - Connects to the time service. Demonstrates StaticResolver and jProtoc.

Usage

These libraries are still fairly immature. For now, you will have to clone this repo and build it yourself. Setting up CI and deploying to Maven Central is still in our future.

See each respective module for documentation on its usage.

Contributing

We are happy to talk to you about new features or pull requests.

  • For bugfixes, submit a PR.
  • For new features, create a Github issue first, so we can discuss your plans. Then, submit a PR.
com.salesforce.servicelibs

Salesforce

A variety of vendor agnostic projects which power Salesforce

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0