Skip to content

Commit

Permalink
Merge branch 'master' into board
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jan 8, 2025
2 parents eda6c94 + 8f07f23 commit b1daf4d
Show file tree
Hide file tree
Showing 18 changed files with 393 additions and 293 deletions.
84 changes: 18 additions & 66 deletions AMBASSADORS_MEMBERS.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,72 +287,6 @@
}
]
},
{
"name": "Jesse Menning",
"github": "jessemenning",
"twitter": "JesseMenning",
"bio": "Jesse Menning teams with companies and government agencies to design event-driven architecture and microservices at scale. To guide those discussions, I draw upon more than 15 years of integration architecture and implementation experience, particularly with IBM and Solace platforms. I've been involved with AsyncAPI since 2020, along with other open-source initiatives such as CloudEvents and OpenTelemetry.",
"linkedin": "jesse-menning",
"company": "Solace",
"title": "Architect, Office of the CTO at Solace",
"img": "https://avatars.githubusercontent.com/u/62108913?v=4",
"contributions": [
{
"type": "article",
"title": "AsyncAPI 2.3 Adds Solace Bindings to Unlock Full Power of PubSub+",
"date": {
"year": 2022,
"month": "January"
},
"link": "https://solace.com/blog/asyncapi-adds-solace-bindings/"
},
{
"type": "article",
"title": "Align Production Reality and Event Documentation with the AsyncAPI Discovery Tool",
"date": {
"year": 2021,
"month": "November"
},
"link": "https://solace.com/blog/asyncapi-discovery-tool/"
},
{
"type": "article",
"title": "AsyncAPI vs. OpenAPI: Answers to Your Burning Questions About the Two Leading API Specs",
"date": {
"year": 2021,
"month": "June"
},
"link": "https://solace.com/blog/asyncapi-vs-openapi/"
},
{
"type": "article",
"title": "AsyncAPI, CloudEvents, OpenTelemetry: Which Event-Driven Specs Should Your DevOps Include?",
"date": {
"year": 2021,
"month": "March"
},
"link": "https://solace.com/blog/asyncapi-cloudevents-opentelemetry-event-driven-specs-devops/"
},
{
"type": "presentation",
"title": "Future of AsyncAPI, Panel discussion, AsyncAPI Conference",
"date": {
"year": 2021,
"month": "November"
},
"link": "https://www.youtube.com/watch?v=3EeMHhbwyOQ"
},
{
"type": "presentation",
"title": "Thinking Out Loud #4 — with Jesse Menning",
"date": {
"year": 2021,
"month": "August"
},
"link": "https://www.youtube.com/watch?v=eJewFUR-OaM"
}
]
},
{
"name": "Ludovic Dussart",
"github": "M3lkior",
Expand Down Expand Up @@ -608,6 +542,24 @@
"month": "June"
},
"link": "https://confengine.com/conferences/selenium-conf-2024/proposal/20021/unshackling-your-system-under-test-shift-left-testing-through-dependency-isolation"
},
{
"type": "talk",
"title": "Using API spec as an Executable Contract To Mock and Test Microservices",
"date": {
"year": 2024,
"month": "October"
},
"link": "https://www.youtube.com/watch?v=wiM20HTCerM"
},
{
"type": "talk",
"title": "Contract-Driven Development for Event-Driven Architectures",
"date": {
"year": 2024,
"month": "December"
},
"link": "https://conference.asyncapi.com/venue/Paris"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion AMBASSADOR_ORGANIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Examples:

### Become an AsyncAPI Ambassador

The process of becoming an ambassador is very simple. Go to the **community** repository and open a PR to edit the `ambassadors.json` file. The TSC will then evaluate your candidacy!
The process of becoming an ambassador is very simple. Go to the **community** repository and open a PR to edit the `AMBASSADORS_MEMBERS.json` file. The TSC will then evaluate your candidacy!

That PR doesn't have to be created by the ambassador candidate; any community member may open a PR to submit someone's application to the AsyncAPI Ambassador Program.

Expand Down
12 changes: 9 additions & 3 deletions Emeritus.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file lists individuals who were previously TSC members but are no longer active.
emeritus:
# This file lists individuals who were previously TSC members and Ambassadors but are no longer active.

emeritus_tsc:
- jotamusik
- LouisXhaferi
- aeworxet
Expand All @@ -14,4 +15,9 @@ emeritus:
- kieranm1999
- jefflufc
- lewis-relph
- emilianozublena
- emilianozublena
- NektariosFifes
- M3lkior

emeritus_ambassadors:
- jessemenning
26 changes: 2 additions & 24 deletions MAINTAINERS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
twitter: ldussart
availableForHire: false
company: zatsit
isTscMember: true
isTscMember: false
repos:
- avro-schema-parser
githubID: 5501911
Expand Down Expand Up @@ -281,7 +281,7 @@
linkedin: nektarios-fifes-372740220
slack: U01SE93Q48N
availableForHire: true
isTscMember: true
isTscMember: false
repos:
- simulator
githubID: 61620751
Expand Down Expand Up @@ -701,22 +701,6 @@
repos:
- modelina
githubID: 743192
- name: Vinit Shahdeo
github: vinitshahdeo
twitter: Vinit_Shahdeo
availableForHire: true
isTscMember: false
repos:
- diff
githubID: 20594326
- name: Anubhav Vats
github: onbit-uchenik
twitter: postmanlabs
availableForHire: true
isTscMember: false
repos:
- diff
githubID: 46771418
- name: Akshaya Gurlhosur
github: AGurlhosur
isTscMember: false
Expand Down Expand Up @@ -747,12 +731,6 @@
repos:
- kotlin-asyncapi
githubID: 39913716
- name: Jonas Süskind
github: sueskind
isTscMember: false
repos:
- kotlin-asyncapi
githubID: 52210599
- name: Andrei
github: gimlet2
twitter: gimlet2
Expand Down
Loading

0 comments on commit b1daf4d

Please sign in to comment.