Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion CONTACTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -113,6 +113,16 @@ egc:
- project: wildfly
login: bstansberry

# Lysine (ex-Block) group
- project: okhttp
login: swankjesse
- project: okio
login: swankjesse
- project: retrofit
login: swankjesse
- project: sqldelight
login: swankjesse

#--------------------------------------------------------------------------
# EGC Backup/Secondary representative (appointed by project governance process)
# name, avatarUrl, company, bio will be pulled from GitHub profile
Expand Down Expand Up @@ -171,6 +181,16 @@ egc-second:
- project: wildfly
login: tomjenkinson

# Lysine (ex-Block) group
- project: okhttp
login: JakeWharton
- project: okio
login: JakeWharton
- project: retrofit
login: JakeWharton
- project: sqldelight
login: JakeWharton

#--------------------------------------------------------------------------
# Advisory Board members (sponsor-appointed)
# name, avatarUrl, company, bio will be pulled from GitHub profile
Expand Down
60 changes: 60 additions & 0 deletions PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,63 @@ 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
# TODO: update repo once moved from Block
repo: https://github.com/square/okhttp
status: onboarding
group: lysine
display:
# TODO: update URL once moved from Block
home: https://square.github.io/okhttp/
Comment thread
ebullient marked this conversation as resolved.
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
# TODO: update repo once moved from Block
repo: https://github.com/square/okio
status: onboarding
group: lysine
display:
# TODO: update URL once moved from Block
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
# TODO: update repo once moved from Block
repo: https://github.com/square/retrofit
status: onboarding
group: lysine
display:
# TODO: update URL once moved from Block
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
# TODO: update repo once moved from Block
repo: https://github.com/sqldelight/sqldelight
Comment thread
ebullient marked this conversation as resolved.
status: onboarding
group: lysine
Comment thread
ebullient marked this conversation as resolved.
display:
# TODO: update URL once moved from Block
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.
Loading