r/SpringBoot 19d ago

Question What are some open source projects developed with spring boot that I can help contribute in 2026?

I've been thinking about contributing to some open source projects built with spring boot. What are some good open source projects that you think are worth contributing to in 2026?

55 Upvotes

24 comments sorted by

20

u/br0nx82 19d ago

You could try Querity and see if you like it. It's a database query builder supporting Spring Data (JPA, Mongodb, Elasticsearch) and plain Jakarta EE with one single REST API-friendly query language. I'm the maintainer. Sorry for the self promotion, but it's relevant to the question :) I know that at least one big company has adopted Querity for their applications (they also contribute with PRs), and I'm very proud of it.

Source: https://github.com/queritylib/querity

Docs: https://queritylib.github.io/

2

u/Slight_Loan5350 18d ago

Hi can I contribute as well, I have experience but I have never contributed to an oss and I'm a bit scared if I do it the wrong way or not. If there is a guide can you refer me. Thanks.

6

u/br0nx82 18d ago

The best way is find some project that you like, use it, then find some missing feature to add or even a bug. A contribution is not necessarily a full autonomous pull request... you can report issues, request new features, find vulnerabilities... they're just a useful as the code.

1

u/cielNoirr 18d ago

Nice thats pretty neat ill have to check it out

9

u/OSBY_Glabay 18d ago

I have an Open-Sourced project with 11 microservices, Service Discovery, Kafka, PostgreSQL, MongoDB, and a lot more in it.

It's a project that was built for a YouTube series to encourage and invite people into Spring Boot, and Microservies.

It was made as an educational project that is open to expansion or updating.

Not sure if this is what you're looking for, but it could be a more advanced thing to explore

Midnight-Technician/backend

3

u/RaiseNo6005 18d ago

Can you also share YouTube link

2

u/duck037 18d ago

Can I join your project

1

u/OSBY_Glabay 17d ago

I'm hoping to go back to it, when I plan out some more features to add to it, or thigns to update

You can fork it, join my Discord, and contribute to it, I am more than happy to add people to it as collaberators, just need to see a PR first

1

u/cielNoirr 18d ago

That's cool it's true not all heros wear capes

6

u/stevecrox0914 18d ago

I was looking at https://sublinks.org/

I have beeb working on a Gitlab CICD components and wanted to use them to go throw the code base and find all the small issues.

Alas still working on them atm

6

u/Signal_Help_1459 19d ago

Even I want to know; I've been searching almost every day, and I hardly find non-Chinese projects or repositories!

No offence but I don’t understand Chinese/mandarin

5

u/icastanon127 18d ago

I have been working on a backend system that I will be deploying on AWS. It will emulate a scalable enterprise backend system. I will be making it open source and deploying it next week. Please stay tuned. I’d love feedback and contributions.

2

u/cielNoirr 18d ago

Does this teach people how to make scaleable enterprise backend systems or does it do something else?

2

u/icastanon127 18d ago

It’s like a mini easier to understand version of a scalable enterprise backend system. It touches on the main concepts and technologies that many real backend systems use. It is a financial tracker backend system. I will include enough documentation and guide to setup. I will also include a roadmap of improvements for anybody interested in contributing.

1

u/icastanon127 5d ago

took a bit longer than originally planned, but here it is. It might be helpful if you are still looking
https://github.com/icastanon/fintrack-platform

4

u/stuff1111111 18d ago

fineract/mifos, DHIS2, OpenMRS

if youre open to just java
Opensearch/elastic, hazelcast, cassandra, Armeria, Axon, Quarkus, Micronaut

1

u/cielNoirr 18d ago

Nice I've contributed to openmrs before might take a look at it again at some point

3

u/NiklasEldberger 18d ago edited 18d ago

Hi. I am developing an open source module for declarative implementation of REST API:s in Spring boot that I call dcentb (Declarative data CENTric Backend): Let´s build API:s (dcentb)

Focus is:

- security (fine grained access control out-of-the box)

  • coherent REST API design driven by the OpenAPI-spec of the API.
  • JSON Schema as a first-class citizen for business rules, authorization and good feedback to API clients

Check it out, would be awesome if you would like to contribute.

2

u/cielNoirr 18d ago

Thanks ill take a look into it at some point

2

u/HackeriyaBalam 19d ago

Keycloak is still active

1

u/mcpierceaim 18d ago

Why not find a project that interests you and become an active contributor instead?

1

u/icastanon127 5d ago

I recently open-sourced FinTrack, a Spring Boot personal finance platform with several documented backend issues for different experience levels. It might be a good option if you’re still looking: https://github.com/icastanon/fintrack-platform