Menu

Tree [c5341d] main /
 History

HTTPS access


File Date Author Commit
 .github 2022-01-08 Jeen Broekstra Jeen Broekstra [3d6ab7] GH-3533 bump pull-request action to be compatib...
 .mvn 2019-03-12 Jeen Broekstra Jeen Broekstra [0cfc1d] GH-822 check if non-empty maven.config makes a ...
 assembly 2021-11-13 Jeen Broekstra Jeen Broekstra [02d337] next development iteration: 3.7.5-SNAPSHOT
 assembly-descriptors 2021-11-13 Jeen Broekstra Jeen Broekstra [02d337] next development iteration: 3.7.5-SNAPSHOT
 bom 2021-11-13 Jeen Broekstra Jeen Broekstra [02d337] next development iteration: 3.7.5-SNAPSHOT
 compliance 2021-12-30 Bart Hanssens Bart Hanssens [596a77] GH-3504: upgrade log4j dependency to 2.17.1 (#3...
 core 2021-12-14 Bart Hanssens Bart Hanssens [780382] GH-3504: use 2.16.0 for ES compliance and exclu...
 eclipse-settings 2020-07-03 Jeen Broekstra Jeen Broekstra [8e7fce] GH-2303 formatting rules relaxed (#2308)
 examples 2021-11-13 Jeen Broekstra Jeen Broekstra [02d337] next development iteration: 3.7.5-SNAPSHOT
 scripts 2021-11-13 Jeen Broekstra Jeen Broekstra [722139] news item and release-notes if relevant for 3.7.4
 site 2022-01-23 Jeen Broekstra Jeen Broekstra [3ff888] fix typo in link for release notes
 testsuites 2021-11-13 Jeen Broekstra Jeen Broekstra [02d337] next development iteration: 3.7.5-SNAPSHOT
 tools 2022-01-28 Diana Ivanova Diana Ivanova [109aab] GH-3624 Sending an empty SPARQL update with app...
 .gitattributes 2016-01-14 Jeen Broekstra Jeen Broekstra [6a4648] new orphan branch for rdf4j contribution to ecl...
 .gitignore 2021-04-11 Jerven bolleman Jerven bolleman [1101a7] GH-2988 Add eclipse annotation processor files ...
 .gitmodules 2020-05-10 Jeen Broekstra Jeen Broekstra [9fffe0] eclipse/rdf4j#2201 eclipse/rdf4j#1902 Theme imp...
 LICENSE 2020-01-04 Jeen Broekstra Jeen Broekstra [5360e1] Revert "Merge branch 'master' into master"
 README.md 2021-07-18 Jeen Broekstra Jeen Broekstra [bc4cd4] GH-3178 added link to discussion forum in README
 SECURITY.md 2021-05-26 Jeen Broekstra Jeen Broekstra [217685] release notes, news item and download for new r...
 about.md 2016-07-18 Jeen Broekstra Jeen Broekstra [56e827] #245 added notice, converted to markdown and tx...
 edl-v1.0.txt 2016-07-19 Jeen Broekstra Jeen Broekstra [ecb41d] #245 fixed linebreaks
 notice.md 2016-07-18 Jeen Broekstra Jeen Broekstra [56e827] #245 added notice, converted to markdown and tx...
 pom.xml 2022-01-11 Bart Hanssens Bart Hanssens [10b8c6] GH-3603: upgrade spring version (#3604)

Read Me

Welcome to the Eclipse RDF4J repository

RDF4J

This is the main code repository for the Eclipse RDF4J project.

main status
develop status Join the chat at https://gitter.im/eclipse/rdf4j

Visit the project website for news, documentation, and downloadable releases. For support questions, comments, and any ideas for improvements you'd like to discuss, please use our discussion forum. If you have found a bug or have a very specific feature/improvement request, you can also use our issue tracker to report it.

Installation and usage

For installation and usage instructions of the RDF4J Workbench and Server applications, see RDF4J Server and Workbench.

For installation and usage instructions of the RDF4J Java libaries, see Programming with RDF4J.

Building from source

RDF4J is a multi-module maven project. It can be compiled, tested, and installed with the usual maven lifecycle phases from the command line, for example:

  • mvn verify - compiles and runs all tests
  • mvn package - compiles, tests, and packages all modules
  • mvn install - compiles, tests, packages, and installs all artifacts in the local maven repository
  • mvn -Pquick install - compiles, packages and installs everything (skipping test execution)

These commands can be run from the project root to execute on the entire project or (if you're only interested in working with a particular module) from any module's subdirectory.

To build the full RDF4J project, including onejar and SDK files and full aggregated javadoc, from source, run:

 mvn -Passembly package

The SDK and onejar will be available in assembly/target. Individual module jars and wars will be in target/ in their respective modules.

Modern IDEs like Eclipse, IntelliJ IDEA, or Netbeans can of course also be used to build, test, and run (parts of) the project.

Keen to contribute?

We welcome contributions! Whether you have a new feature you want to add, or a bug you want to fix, or a bit of documentation you want to improve, it's all very welcome. Have a look in our issue tracker for any open problems, in particular the ones marked as good first issue or as help wanted. Or feel free to add your own new issue if what you have in mind is not there yet.

To get started on your contribution, please first read our Contributor
guidelines
.

The short version:

  1. Digitally sign the Eclipse Contributor Agreement (ECA), as follows:
  2. Create an issue in the issue tracker that describes your improvement, new feature, or bug fix - or if you're picking up an existing issue, comment on that issue that you intend to provide a solution for it.
  3. Fork the GitHub repository.
  4. Create a new branch (starting from main) for your changes. Name your branch like this: GH-1234-short-description-here where 1234 is the Github issue number.
  5. Make your changes on this branch. Apply the RDF4J code formatting guidelines. Don't forget to include unit tests.
  6. Run mvn verify from the project root to make sure all tests succeed (both your own new ones, and existing).
  7. Commit your changes into the branch. Make sure the commit author name and e-mail correspond to what you used to sign the ECA. Use meaningful commit messages. Reference the issue number in each commit message (for example "GH-276: added null check").
  8. Once your fix is complete, put it up for review by opening a Pull Request against the main branch in the central Github repository. If you have a lot of commits on your PR, make sure to squash your commits.

These steps are explained in more detail in the Contributor
guidelines
.

You can find more detailed information about our development and release processes in the Developer Workflow and Project Management documentation.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.