|
| 1 | +# |
| 2 | +# Summary about Commonhaus Foundation projects |
| 3 | +# |
| 4 | +# name: Project Name |
| 5 | +# home: preferred landing page |
| 6 | +# repo: gitlab/github/... organization or project repository |
| 7 | +# logo: Link to preferred logo to use on commonhaus.org website |
| 8 | +# wordmark: true if the above logo also contains the project name |
| 9 | +# description: a short-ish description of the project |
| 10 | +# |
| 11 | +# Unpublished (or early stage), use draft: true |
| 12 | + |
| 13 | +hibernate: |
| 14 | + name: Hibernate |
| 15 | + home: https://hibernate.org/ |
| 16 | + repo: https://github.com/hibernate/ |
| 17 | + logo: https://github.com/hibernate/hibernate.org/blob/production/images/hibernate-logo.svg?raw=true |
| 18 | + wordmark: true |
| 19 | + description: > |
| 20 | + A powerful ORM framework for Java. Hibernate abstracts complex database interactions, |
| 21 | + simplifying data management and persistence in enterprise Java applications. |
| 22 | + draft: true |
| 23 | + |
| 24 | +jackson: |
| 25 | + name: Jackson |
| 26 | + home: https://github.com/FasterXML/jackson |
| 27 | + repo: https://github.com/FasterXML/jackson |
| 28 | + logo: https://avatars.githubusercontent.com/u/382692?s=200&v=4 |
| 29 | + wordmark: false |
| 30 | + description: > |
| 31 | + The go-to library for JSON processing in Java. Jackson offers fast and flexible parsing/generation |
| 32 | + of JSON for Java applications, enabling seamless data interchange. |
| 33 | +
|
| 34 | +jbang: |
| 35 | + name: JBang |
| 36 | + home: https://www.jbang.dev/ |
| 37 | + repo: https://github.com/jbangdev |
| 38 | + logo: https://www.jbang.dev/assets/images/logo.png |
| 39 | + wordmark: true |
| 40 | + description: > |
| 41 | + Unlock Java's scripting potential. JBang makes it easy to run Java applications as scripts |
| 42 | + without the need for a project setup or build configuration. Ideal for quick experiments, |
| 43 | + prototypes, or utility scripts. |
| 44 | +
|
| 45 | +jreleaser: |
| 46 | + name: JReleaser |
| 47 | + home: https://jreleaser.org/ |
| 48 | + repo: https://github.com/jreleaser |
| 49 | + logo: https://jreleaser.org/images/jreleaser-duke.png |
| 50 | + wordmark: false |
| 51 | + description: > |
| 52 | + Automate your Java project releases with ease. JReleaser streamlines packaging and distribution |
| 53 | + to multiple platforms, integrating with Maven, Gradle, and more. Simplify your release process, |
| 54 | + from changelogs to deployment. |
| 55 | +
|
| 56 | +morphia: |
| 57 | + name: Morphia |
| 58 | + home: https://morphia.dev/ |
| 59 | + repo: https://github.com/MorphiaOrg/ |
| 60 | + logo: https://github.com/MorphiaOrg/morphia-docs/blob/master/supplemental-ui/img/logo.png?raw=true |
| 61 | + wordmark: false |
| 62 | + description: > |
| 63 | + Bridge the gap between Java and MongoDB. Morphia provides a lightweight type-safe mapping library |
| 64 | + to simplify working with MongoDB documents using Java. |
| 65 | +
|
| 66 | +openrewrite: |
| 67 | + name: OpenRewrite |
| 68 | + home: https://docs.openrewrite.org/ |
| 69 | + repo: https://github.com/openrewrite |
| 70 | + logo: https://avatars.githubusercontent.com/u/61478321?s=200&v=4 |
| 71 | + wordmark: false |
| 72 | + description: > |
| 73 | + Automate the refactoring of your Java codebase. OpenRewrite offers scalable, safe, and idempotent |
| 74 | + code transformations to modernize and maintain your applications. |
| 75 | + draft: true |
0 commit comments