Skip to content

Commit

Permalink
feat: add org.reactivestreams
Browse files Browse the repository at this point in the history
- chore: add `org.reactivestreams` submodule
- chore: pin to reactive-streams/reactive-streams-jvm#556
- chore: sync repository
- chore: add to version catalog

Relates-To: #1
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 13, 2024
1 parent e21ef7f commit c28ae21
Show file tree
Hide file tree
Showing 217 changed files with 2,099 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "guava"]
path = com.google.guava
url = git@github.com:sgammon/guava.git
[submodule "reactive-streams"]
path = org.reactivestreams
url = git@github.com:sgammon/reactive-streams-jvm.git
20 changes: 19 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ ifeq ($(SNAPSHOT),yes)
export CHECKER_FRAMEWORK_VERSION ?= 3.43.0-SNAPSHOT
export GUAVA_VERSION ?= 1.0-HEAD-jre-SNAPSHOT
export GUAVA_FAILUREACCESS_VERSION ?= 1.0.3-jpms
export REACTIVE_STREAMS_VERSION ?= 1.0.5-SNAPSHOT
else
export CHECKER_FRAMEWORK_VERSION ?= 3.43.0-SNAPSHOT
export GUAVA_VERSION ?= 33.0.0-jre-jpms
export GUAVA_FAILUREACCESS_VERSION ?= 1.0.3-jpms
export REACTIVE_STREAMS_VERSION ?= 1.0.5-jpms
endif

export PROJECT ?= $(shell pwd)
export LIBS ?= $(PROJECT)/libs

DEPS ?= com.google.guava com.google.errorprone com.google.j2objc org.checkerframework
DEPS ?= com.google.guava com.google.errorprone com.google.j2objc org.checkerframework org.reactivestreams
POSIX_FLAGS ?=

ifeq ($(VERBOSE),yes)
Expand Down Expand Up @@ -140,6 +142,19 @@ com.google.guava/guava/futures/failureaccess/target:
&& $(GIT) checkout . \
&& echo "Guava Failure Access ready."

reactivestreams: org.reactivestreams ## Build Reactive Streams.
org.reactivestreams: org.reactivestreams/api/build/libs
org.reactivestreams/api/build/libs:
$(info Building Reactive Streams...)
$(RULE)cd org.reactivestreams \
&& $(GRADLE) \
-Pversion=$(REACTIVE_STREAMS_VERSION) \
-PreleaseVersion=$(REACTIVE_STREAMS_VERSION) \
$(GRADLE_GOAL) \
publishToMavenLocal \
publishAllPublicationsToMavenLocalRepository \
&& echo "Reactive Streams ready."

#
# Top-level commands
#
Expand Down Expand Up @@ -171,6 +186,7 @@ $(LIBS):
com.google.errorprone/annotations/target/*.jar \
com.google.j2objc/annotations/target/*.jar \
org.checkerframework/checker-qual/build/libs/*.jar \
org.reactivestreams/api/build/libs/*.jar \
com.google.guava/guava/target/*.jar \
$(LIBS)

Expand All @@ -192,6 +208,7 @@ git-add:
repository/com/google/j2objc \
repository/com/google/errorprone \
repository/org/checkerframework \
repository/org/reactivestreams \
repository/dev/javamodules
$(GIT) status -sb

Expand All @@ -205,6 +222,7 @@ clean: ## Clean all built targets.
com.google.guava/futures/failureaccess/target \
org.checkerframework/build \
org.checkerframework/*/build \
org.reactivestreams/*/build \
samples/gradle-platform/app/build \
samples/modular-guava/app/build \
samples/modular-guava-repo/app/build \
Expand Down
1 change: 1 addition & 0 deletions org.reactivestreams
Submodule org.reactivestreams added at a973c9
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-examples</artifactId>
<versioning>
<lastUpdated>20240313040851</lastUpdated>
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<snapshotVersions>
<snapshotVersion>
<extension>module</extension>
<value>1.0.5-SNAPSHOT</value>
<updated>20240313040851</updated>
</snapshotVersion>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.5-SNAPSHOT</value>
<updated>20240313040851</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.5-SNAPSHOT</value>
<updated>20240313040851</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
<version>1.0.5-SNAPSHOT</version>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-examples</artifactId>
<versioning>
<lastUpdated>20240313040846</lastUpdated>
<snapshot>
<timestamp>20240313.040846</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<snapshotVersions>
<snapshotVersion>
<extension>module</extension>
<value>1.0.5-20240313.040846-1</value>
<updated>20240313040846</updated>
</snapshotVersion>
<snapshotVersion>
<extension>jar</extension>
<value>1.0.5-20240313.040846-1</value>
<updated>20240313040846</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0.5-20240313.040846-1</value>
<updated>20240313040846</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
<version>1.0.5-SNAPSHOT</version>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1fefc6b4b9de3b14c2272ebb90a0c313
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
17232b73cf8ff5a04299ada18185212c6465c4c7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1cd74a2ff200512d804deb3c2516aa1372ff8297dcc65e76bb5bcd81b20069ab
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a69b344a6516a7e8b6ddd6dd41e95c0b26a0eb6d90a54e2d4c20c72d79dbbaa3db170e59d74e9e44caf54c84419112de5d368c365c2c366b0c00d4737d3cb9d4
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3073c232ad16215911beba1c88577e50
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c5ce178dae90225e902b96609aa410d54be35af9
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"formatVersion": "1.1",
"component": {
"group": "org.reactivestreams",
"module": "reactive-streams-examples",
"version": "1.0.5-SNAPSHOT",
"attributes": {
"org.gradle.status": "integration"
}
},
"createdBy": {
"gradle": {
"version": "8.6"
}
},
"variants": [
{
"name": "apiElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 6,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "reactive-streams-examples-1.0.5-SNAPSHOT.jar",
"url": "reactive-streams-examples-1.0.5-SNAPSHOT.jar",
"size": 25361,
"sha512": "1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6",
"sha256": "9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d",
"sha1": "c5ce178dae90225e902b96609aa410d54be35af9",
"md5": "3073c232ad16215911beba1c88577e50"
}
]
},
{
"name": "runtimeElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 6,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "org.reactivestreams",
"module": "reactive-streams",
"version": {
"requires": "1.0.5-SNAPSHOT"
}
}
],
"files": [
{
"name": "reactive-streams-examples-1.0.5-SNAPSHOT.jar",
"url": "reactive-streams-examples-1.0.5-SNAPSHOT.jar",
"size": 25361,
"sha512": "1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6",
"sha256": "9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d",
"sha1": "c5ce178dae90225e902b96609aa410d54be35af9",
"md5": "3073c232ad16215911beba1c88577e50"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
53a5c48b612c6056029cdbd3983e4f68
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b15fa4019d157ea1fd6e6ec2968b9ce233a5bfc6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
95b1991cf3257322f3ccdcf2a0abdf83230f25078a05d99c39e633497c6324b7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5d9cf2ebcb2a0682b98bc793170c0d3cb8929c9816e40ecfca4c04b0896f757434ce0938ff9ce52aee9f6187ed824a62c7ccd8dcb698944ff7105ed10f2ca193
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-examples</artifactId>
<version>1.0.5-SNAPSHOT</version>
<name>reactive-streams</name>
<description>A Protocol for Asynchronous Non-Blocking Data Sequence</description>
<url>https://www.reactive-streams.org/</url>
<inceptionYear>2014</inceptionYear>
<licenses>
<license>
<name>MIT-0</name>
<url>https://spdx.org/licenses/MIT-0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>reactive-streams-sig</id>
<name>Reactive Streams SIG</name>
<url>https://www.reactive-streams.org/</url>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:reactive-streams/reactive-streams.git</connection>
<url>git@github.com:reactive-streams/reactive-streams.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0f6ea8220bd0042a2095eb46a71fce52
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0d2d697f52d9bcd1114f19f19cec0e910ea34814
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42ab46b18e4822b13282bbdec64f56e73ef0429c144672359a559e22882f1a84
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ad30d2b434a9691b649894479cf6d2c2d19458aaa7dca667cab44d50a713dd8bad715ef36c4c0360f0397538bcf29cd4643a68edc733b693f0bf233c51d60da6
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"formatVersion": "1.1",
"component": {
"group": "org.reactivestreams",
"module": "reactive-streams-examples",
"version": "1.0.5-SNAPSHOT",
"attributes": {
"org.gradle.status": "integration"
}
},
"createdBy": {
"gradle": {
"version": "8.6"
}
},
"variants": [
{
"name": "apiElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 6,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "reactive-streams-examples-1.0.5-SNAPSHOT.jar",
"url": "reactive-streams-examples-1.0.5-SNAPSHOT.jar",
"size": 25361,
"sha512": "1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6",
"sha256": "9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d",
"sha1": "c5ce178dae90225e902b96609aa410d54be35af9",
"md5": "3073c232ad16215911beba1c88577e50"
}
]
},
{
"name": "runtimeElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 6,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "org.reactivestreams",
"module": "reactive-streams",
"version": {
"requires": "1.0.5-SNAPSHOT"
}
}
],
"files": [
{
"name": "reactive-streams-examples-1.0.5-SNAPSHOT.jar",
"url": "reactive-streams-examples-1.0.5-SNAPSHOT.jar",
"size": 25361,
"sha512": "1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6",
"sha256": "9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d",
"sha1": "c5ce178dae90225e902b96609aa410d54be35af9",
"md5": "3073c232ad16215911beba1c88577e50"
}
]
}
]
}

0 comments on commit c28ae21

Please sign in to comment.