v1.0.1 is out — and I'd like to hear how you're using openapi-generics #20
Pinned
bsayli
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Category: Announcements
Tags:
release,v1.0.1,feedback,byoe,byocHi everyone 👋
Quick update on where the platform stands and an honest ask for feedback.
📦 What just shipped
v1.0.1 was released on May 1, 2026 — a patch for the 1.0.x GA line.
Focus: build hygiene, dependency alignment, release reproducibility. Spring Boot baseline → 3.5.14, OpenAPI Generator → 7.22.0.
Full notes: v1.0.1 Release
🧭 Where the 1.0.x line stands
What this stabilizes:
ServiceResponse<T>,ServiceResponse<Page<T>>The principle hasn't changed since Sep 2025:
What changed is that the platform now actually delivers on it across the full pipeline.
💬 The honest part — I'd like to hear from you
openapi-generics has been on Maven Central for a few weeks. I can see it's being pulled into builds. What I can't see is who's using it, how, or what's painful.
So I'm asking directly. Even one or two sentences are useful.
If you're starting fresh (default envelope)
ServiceResponse<T>andServiceResponse<Page<T>>enough for your use cases?Page<T>fit your pagination needs, or do you have your own model?If you brought your own envelope (BYOE)
If you have a shared contract module (BYOC)
Cross-cutting questions
ProblemDetail(Pattern A) or envelope-based errors (Pattern B)?There is no wrong answer. Critical feedback is more useful than positive — it shows me what's actually broken.
📨 How to share
👍 If you're evaluating or using this in a company setup, even a simple reaction (👍) on this discussion is very helpful — it helps me understand real usage without requiring public details.
Anonymous or company-redacted feedback is completely fine. The goal is to learn, not to publish a customer list.
🧭 What this shapes
Real input affects:
The roadmap is open. Real usage signals weigh more than abstract design.
🙏 Thank you
If you're building with this — even quietly, even just evaluating — thank you. Every bit of real-world signal helps the platform stay grounded in actual use rather than theoretical architecture.
— Barış
📦 Repository: https://github.com/blueprint-platform/openapi-generics
📚 Adoption Guides: https://blueprint-platform.github.io/openapi-generics/
🔗 Maven Central (Group):
io.github.blueprint-platformBeta Was this translation helpful? Give feedback.
All reactions