From bb10cd1816fcef24a12a5dd5f153e4d5386cbc01 Mon Sep 17 00:00:00 2001 From: Manik Surtani Date: Fri, 8 May 2026 15:50:15 +1000 Subject: [PATCH 1/2] Draft submission --- CONTACTS.yaml | 22 +++++++++++++++++++++- PROJECTS.yaml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/CONTACTS.yaml b/CONTACTS.yaml index f417157..080edfd 100644 --- a/CONTACTS.yaml +++ b/CONTACTS.yaml @@ -61,7 +61,7 @@ egc: login: evanchooly - project: jackson login: cowtowncoder - avatarAlt: >- + avatarAlt: >- https://raw.githubusercontent.com/FasterXML/jackson/master/images/cowtowncoder-2013-06-19.jpg - project: hibernate login: gavinking @@ -113,6 +113,16 @@ egc: - project: wildfly login: bstansberry + # Block Open Source group + - project: okhttp + login: swankjesse + - project: okio + login: swankjesse + - project: retrofit + login: JakeWharton + - project: sqldelight + login: AlecKazakova + #-------------------------------------------------------------------------- # EGC Backup/Secondary representative (appointed by project governance process) # name, avatarUrl, company, bio will be pulled from GitHub profile @@ -171,6 +181,16 @@ egc-second: - project: wildfly login: tomjenkinson + # Block Open Source group + - project: okhttp + login: JakeWharton + - project: okio + login: JakeWharton + - project: retrofit + login: swankjesse + - project: sqldelight + login: swankjesse + #-------------------------------------------------------------------------- # Advisory Board members (sponsor-appointed) # name, avatarUrl, company, bio will be pulled from GitHub profile diff --git a/PROJECTS.yaml b/PROJECTS.yaml index e3e0815..9d01cfe 100644 --- a/PROJECTS.yaml +++ b/PROJECTS.yaml @@ -353,3 +353,55 @@ xnio: logo-dark: https://github.com/commonhaus/artwork/blob/main/projects/xnio/featured/xnio-logo-darkbkg.svg description: > XNIO is a framework based on Java NIO that supports both blocking and non-blocking IO. + +okhttp: + name: OkHttp + repo: https://github.com/square/okhttp + status: onboarding + group: block + display: + home: https://square.github.io/okhttp/ + logo: + description: > + OkHttp is a meticulous HTTP client for the JVM, Android, and GraalVM. It supports HTTP/2, + connection pooling, transparent GZIP, response caching, WebSockets, server-sent events, and + modern TLS — and is one of the most widely deployed HTTP libraries on Android and the JVM. + +okio: + name: Okio + repo: https://github.com/square/okio + status: onboarding + group: block + display: + home: https://square.github.io/okio/ + logo: + description: > + Okio is a modern I/O library for the JVM, Android, and Kotlin Multiplatform. It complements + java.io and java.nio with fast, ergonomic primitives — ByteString and Buffer — for accessing, + storing, and processing data, with file system support across JVM, Native, Node.js, and WASI. + +retrofit: + name: Retrofit + repo: https://github.com/square/retrofit + status: onboarding + group: block + display: + home: https://square.github.io/retrofit/ + logo: + description: > + Retrofit is a type-safe HTTP client for Android and the JVM. Describe a REST API as a Kotlin + or Java interface and Retrofit generates the implementation, with pluggable converters for + Gson, Moshi, kotlinx.serialization, Jackson, Protobuf, JAXB, and more. + +sqldelight: + name: SQLDelight + repo: https://github.com/sqldelight/sqldelight + status: onboarding + group: block + display: + home: https://sqldelight.github.io/sqldelight/ + logo: + description: > + SQLDelight generates type-safe Kotlin APIs from SQL statements. It validates schemas, queries, + and migrations at compile-time and supports SQLite across Android, iOS, JVM, JS, Native, and + Multiplatform — plus MySQL, PostgreSQL, and H2 on the JVM. From a076297a43137431ba09349d8e5840e18d1ce2df Mon Sep 17 00:00:00 2001 From: Manik Surtani Date: Mon, 11 May 2026 08:54:07 +1000 Subject: [PATCH 2/2] Update contacts, group name, add todos --- CONTACTS.yaml | 12 ++++++------ PROJECTS.yaml | 16 ++++++++++++---- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CONTACTS.yaml b/CONTACTS.yaml index 080edfd..5b35f14 100644 --- a/CONTACTS.yaml +++ b/CONTACTS.yaml @@ -113,15 +113,15 @@ egc: - project: wildfly login: bstansberry - # Block Open Source group + # Lysine (ex-Block) group - project: okhttp login: swankjesse - project: okio login: swankjesse - project: retrofit - login: JakeWharton + login: swankjesse - project: sqldelight - login: AlecKazakova + login: swankjesse #-------------------------------------------------------------------------- # EGC Backup/Secondary representative (appointed by project governance process) @@ -181,15 +181,15 @@ egc-second: - project: wildfly login: tomjenkinson - # Block Open Source group + # Lysine (ex-Block) group - project: okhttp login: JakeWharton - project: okio login: JakeWharton - project: retrofit - login: swankjesse + login: JakeWharton - project: sqldelight - login: swankjesse + login: JakeWharton #-------------------------------------------------------------------------- # Advisory Board members (sponsor-appointed) diff --git a/PROJECTS.yaml b/PROJECTS.yaml index 9d01cfe..6982c88 100644 --- a/PROJECTS.yaml +++ b/PROJECTS.yaml @@ -356,10 +356,12 @@ xnio: okhttp: name: OkHttp + # TODO: update repo once moved from Block repo: https://github.com/square/okhttp status: onboarding - group: block + group: lysine display: + # TODO: update URL once moved from Block home: https://square.github.io/okhttp/ logo: description: > @@ -369,10 +371,12 @@ okhttp: okio: name: Okio + # TODO: update repo once moved from Block repo: https://github.com/square/okio status: onboarding - group: block + group: lysine display: + # TODO: update URL once moved from Block home: https://square.github.io/okio/ logo: description: > @@ -382,10 +386,12 @@ okio: retrofit: name: Retrofit + # TODO: update repo once moved from Block repo: https://github.com/square/retrofit status: onboarding - group: block + group: lysine display: + # TODO: update URL once moved from Block home: https://square.github.io/retrofit/ logo: description: > @@ -395,10 +401,12 @@ retrofit: sqldelight: name: SQLDelight + # TODO: update repo once moved from Block repo: https://github.com/sqldelight/sqldelight status: onboarding - group: block + group: lysine display: + # TODO: update URL once moved from Block home: https://sqldelight.github.io/sqldelight/ logo: description: >