io.github.chrimle:class-forge

Forge Java Classes!

https://github.com/chrimle/classforge

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary

Keywords

builder-pattern code-generation code-generator codegen java semantic-versioning semver

Keywords from Contributors

interactive java-record mesh interpretability profiles distribution sequences generic projection standardization
Last synced: 4 months ago · JSON representation ·

Repository

Forge Java Classes!

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
builder-pattern code-generation code-generator codegen java semantic-versioning semver
Created 6 months ago · Last pushed 5 months ago
Metadata Files
Readme Funding License Citation Codeowners Security

README.md

ClassForge

Java CI with Maven Maven Package pages-build-deployment

Forge Java Classes!

Imagine generating DTOs with a Builder pattern, which functions like a Database-changeset.

Only specify the changes, and a new DTO will be generated for each set of changes.

All previous versions of the DTOs could be generated, or not, for backwards-compatibility.

Semantic Versioning (MAJOR/MINOR/PATCH) can be determined automatically based on the changes. Or it can be set manually.

Where applicable, migration strategies can be provided for migrating from one DTO to another DTO. Converters may be generated based on these migration strategies.


No more copy-and-pasting entire DTOs when a field is added/removed!

Instructions

Import the dependency

xml <dependency> <groupId>io.github.chrimle</groupId> <artifactId>class-forge</artifactId> <version>0.10.1</version> </dependency>

Available on...

Example Usages

All types of classes are generated via the ClassForge-class.

JavaDocs

Refer to the JavaDocs for further explanations and examples.

Owner

  • Name: Christopher Molin
  • Login: Chrimle
  • Kind: user
  • Location: Gothenburg
  • Company: Chrimle.com

Software Engineer

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you want to reference this project, you could cite it as below."
authors:
- family-names: "Molin"
  given-names: "Christopher"
  orcid: "https://orcid.org/0009-0002-1005-3942"
title: "ClassForge"
version: 0.10.1
date-released: 2025-07-28
url: "https://github.com/Chrimle/ClassForge"

GitHub Events

Total
  • Release event: 12
  • Delete event: 65
  • Issue comment event: 1
  • Push event: 101
  • Pull request review event: 6
  • Pull request event: 118
  • Create event: 76
Last Year
  • Release event: 12
  • Delete event: 65
  • Issue comment event: 1
  • Push event: 101
  • Pull request review event: 6
  • Pull request event: 118
  • Create event: 76

Committers

Last synced: 5 months ago

All Time
  • Total Commits: 55
  • Total Committers: 2
  • Avg Commits per committer: 27.5
  • Development Distribution Score (DDS): 0.055
Past Year
  • Commits: 55
  • Committers: 2
  • Avg Commits per committer: 27.5
  • Development Distribution Score (DDS): 0.055
Top Committers
Name Email Commits
Christopher Molin 2****e 52
dependabot[bot] 4****] 3

Issues and Pull Requests

Last synced: 5 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 6 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 6 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • Chrimle (56)
  • dependabot[bot] (7)
Top Labels
Issue Labels
Pull Request Labels
feature (22) MINOR (22) dependencies (10) meta (10) PATCH (9) test (6) documentation (4) bug (4) refactor (3) javadocs (3) java (2) javadoc (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 11
repo1.maven.org: io.github.chrimle:class-forge

Forge Java Classes!

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 33.1%
Average: 40.2%
Dependent packages count: 47.4%
Last synced: 5 months ago

Dependencies

.github/workflows/maven-publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
.github/workflows/maven.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
.github/workflows/pullRequestAudit.yml actions
  • actions/github-script v6 composite
pom.xml maven