-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from nlighten-oss/feature/restructure
restructure packages by language
- Loading branch information
Showing
345 changed files
with
77 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name: Test Java CI | ||
name: Java json-transform Test | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
paths: | ||
- '!packages/**' | ||
- java/json-transform/** | ||
pull_request: | ||
branches: [ "main" ] | ||
paths: | ||
- '!packages/**' | ||
- java/json-transform/** | ||
|
||
# cancel previous tests if new commit is pushed to PR branch | ||
concurrency: | ||
|
@@ -43,7 +43,16 @@ jobs: | |
with: | ||
# build includes tests | ||
arguments: | | ||
build | ||
:java:json-transform:build | ||
--console=plain | ||
--parallel | ||
-Dorg.gradle.parallel.intra=true | ||
- name: Run benchmarking tests with Gradle | ||
uses: gradle/[email protected] | ||
with: | ||
arguments: | | ||
:java:json-transform:jmh | ||
--console=plain | ||
--parallel | ||
-Dorg.gradle.parallel.intra=true | ||
|
@@ -52,7 +61,7 @@ jobs: | |
uses: dorny/test-reporter@v1 | ||
if: success() || failure() # run this step even if previous step failed | ||
with: | ||
name: Test Results # Name of the check run which will be created | ||
name: Java json-transform Test Results # Name of the check run which will be created | ||
path: '**/build/test-results/test/*.xml' # Path to test results | ||
reporter: java-junit # Format of test results | ||
list-suites: 'failed' # Limits which test suites are listed: (*all/failed) *default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,10 @@ | ||
# json-transform | ||
|
||
[![Maven Central Version](https://img.shields.io/maven-central/v/co.nlighten/json-transform)](https://central.sonatype.com/artifact/co.nlighten/json-transform) | ||
[![javadoc](https://javadoc.io/badge2/co.nlighten/json-transform/javadoc.svg?)](https://javadoc.io/doc/co.nlighten/json-transform) | ||
[![Build](https://github.com/nlighten-oss/json-transform/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/nlighten-oss/json-transform/actions/workflows/ci.yml) | ||
[![GitHub Release](https://img.shields.io/github/v/release/nlighten-oss/json-transform?)](https://github.com/nlighten-oss/json-transform/releases) | ||
[![License](https://img.shields.io/github/license/nlighten-oss/json-transform)](./LICENSE) | ||
- [Documentation](https://nlighten-oss.github.io/json-transform/) | ||
|
||
## Packages | ||
|
||
## Installation | ||
|
||
Maven | ||
```xml | ||
<dependency> | ||
<groupId>co.nlighten</groupId> | ||
<artifactId>json-transform</artifactId> | ||
<version>0.2.0</version> | ||
</dependency> | ||
``` | ||
|
||
Gradle | ||
```groovy | ||
implementation 'co.nlighten:json-transform:0.2.0' | ||
``` | ||
|
||
## License | ||
|
||
[Apache License 2.0](./LICENSE) | ||
|Language|Name|Description|License|Status| | ||
|---|---|---|---|---| | ||
|Java|[co.nlighten.json-transform](./java/json-transform)|Java library for transforming JSON objects|Apache License 2.0|![Maven Central Version](https://img.shields.io/maven-central/v/co.nlighten/json-transform)| | ||
|JavaScript|[@nlighten/json-transform-core](./javascript/json-transform-core)|Core types and utilities for handling JSON transformers|MIT|![npm](https://img.shields.io/npm/v/@nlighten/json-transform-core)| |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# co.nlighten.json-transform | ||
|
||
[![Maven Central Version](https://img.shields.io/maven-central/v/co.nlighten/json-transform)](https://central.sonatype.com/artifact/co.nlighten/json-transform) | ||
[![javadoc](https://javadoc.io/badge2/co.nlighten/json-transform/javadoc.svg?)](https://javadoc.io/doc/co.nlighten/json-transform) | ||
[![Build](https://github.com/nlighten-oss/json-transform/actions/workflows/java-json-transform-test.yml/badge.svg?branch=main)](https://github.com/nlighten-oss/json-transform/actions/workflows/java-json-transform-test.yml) | ||
[![GitHub Release](https://img.shields.io/github/v/release/nlighten-oss/json-transform?)](https://github.com/nlighten-oss/json-transform/releases) | ||
[![License](https://img.shields.io/github/license/nlighten-oss/json-transform)](./LICENSE) | ||
|
||
|
||
## Installation | ||
|
||
Maven | ||
```xml | ||
<dependency> | ||
<groupId>co.nlighten</groupId> | ||
<artifactId>json-transform</artifactId> | ||
<version>0.2.0</version> | ||
</dependency> | ||
``` | ||
|
||
Gradle | ||
```groovy | ||
implementation 'co.nlighten:json-transform:0.2.0' | ||
``` | ||
|
||
## License | ||
|
||
[Apache License 2.0](./LICENSE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.