All Projects → MicroShed → boost

MicroShed / boost

Licence: EPL-1.0 license
Boost Maven and Gradle plugins for MicroProfile development

Programming Languages

java
68154 projects - #9 most used programming language
groovy
2714 projects
HTML
75241 projects

Projects that are alternatives of or similar to boost

native-build-tools
Native-image plugins for various build tools
Stars: ✭ 168 (+522.22%)
Mutual labels:  maven-plugin, gradle-plugin
Bnd
Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
Stars: ✭ 446 (+1551.85%)
Mutual labels:  maven-plugin, gradle-plugin
poetimizely
Generate Kotlin type safe accessors for Optimizely experiments and features
Stars: ✭ 17 (-37.04%)
Mutual labels:  maven-plugin, gradle-plugin
RapidMavenPushPlugin
A Gradle plugin : Upload Artifacts to Multi Maven Repository
Stars: ✭ 21 (-22.22%)
Mutual labels:  maven-plugin, gradle-plugin
Jib
🏗 Build container images for your Java applications.
Stars: ✭ 11,370 (+42011.11%)
Mutual labels:  maven-plugin, gradle-plugin
kobby
Kobby is a codegen plugin of Kotlin DSL Client by GraphQL schema. The generated DSL supports execution of complex GraphQL queries, mutation and subscriptions in Kotlin with syntax similar to native GraphQL syntax.
Stars: ✭ 52 (+92.59%)
Mutual labels:  maven-plugin, gradle-plugin
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (+955.56%)
Mutual labels:  maven-plugin, gradle-plugin
Dependencycheck
OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
Stars: ✭ 3,571 (+13125.93%)
Mutual labels:  maven-plugin, gradle-plugin
Kotlin
The Kotlin Programming Language.
Stars: ✭ 39,664 (+146803.7%)
Mutual labels:  maven-plugin, gradle-plugin
Typescript Generator
Generates TypeScript from Java - JSON declarations, REST service client
Stars: ✭ 729 (+2600%)
Mutual labels:  maven-plugin, gradle-plugin
dmn-check
A tool which performs static analyses on Decision Model Notation (DMN) files to detect bugs
Stars: ✭ 34 (+25.93%)
Mutual labels:  maven-plugin, gradle-plugin
RocketXPlugin
🔥🔥 android 端编译加速插件🚀 自动识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
Stars: ✭ 408 (+1411.11%)
Mutual labels:  boost, gradle-plugin
microprofile.training
home of http://microprofile.training sample app
Stars: ✭ 19 (-29.63%)
Mutual labels:  microprofile, jakartaee
gradle-git-versioning-plugin
This extension will set project version, based on current Git branch or tag.
Stars: ✭ 44 (+62.96%)
Mutual labels:  maven-plugin, gradle-plugin
jakartaee-kubernetes
Effective Kubernetes for Java EE, Jakarta EE and MicroProfile Developers
Stars: ✭ 32 (+18.52%)
Mutual labels:  microprofile, jakartaee
Jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
Stars: ✭ 5,633 (+20762.96%)
Mutual labels:  maven-plugin, gradle-plugin
Maven Git Versioning Extension
This extension will virtually set project versions, based on current git branch or tag.
Stars: ✭ 178 (+559.26%)
Mutual labels:  maven-plugin, gradle-plugin
application-modernization-javaee-quarkus
Application Modernization Sample - From Java EE (2010) to Cloud-Native (2021)
Stars: ✭ 99 (+266.67%)
Mutual labels:  microprofile, jakartaee
type index
Runtime/Compile time copyable type info.
Stars: ✭ 20 (-25.93%)
Mutual labels:  boost
textTinyR
Text Processing for Small or Big Data Files in R
Stars: ✭ 32 (+18.52%)
Mutual labels:  boost

Boost

Build Status License Gitter

Boost includes a Maven and Gradle plugin to make it easier to build your MicroProfile applications.

There are two, separate active Boost projects.

  • Boost Maven Plugin, BOMs, and Boosters (boost-maven)
  • Boost Common Resources (boost-common)

with a Boost Gradle project under development.

Using the Boost Maven Plugin

Please see the boost-maven plugin documentation for details on using boost in your maven application project.

To see an example of Boost in use in a maven application project, please see our sample application project here

Developing Boost

If you are interested in contributing to Boost, read the wiki for more information.

All contributions require a DCO signoff, details of which can be found here

If you are interested in the Boost runtime adapter SPI, it is described in greater detail in the Boost Runtimes Adapter SPI page of the wiki.

Building Boost

You will need to build the boost-common project before building the boost-maven project. We provide some scripts below to simplify this process.

Boost Maven Plugin

To build the Boost Maven Plugin:

Windows:
./boost-maven.bat
Mac/Linux:
./boost-maven.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].