Skip to content

Correct project setup and documentation - #310

Merged
kleihan merged 2 commits into
FIXTradingCommunity:masterfrom
chrjohn:master
Aug 31, 2026
Merged

Correct project setup and documentation#310
kleihan merged 2 commits into
FIXTradingCommunity:masterfrom
chrjohn:master

Conversation

@chrjohn

@chrjohn chrjohn commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Fixes #303

As stated in #115 and #124 this project is built using JDK 11.

However, the doc and pom did not reflect this. This PR fixes that.


Removes all MRJAR artifacts — the project no longer needs to support Java 8 / pre-JPMS runtimes and JDK 11 is the sole build target.

Changes

  • pom.xml: Drop <Multi-Release>true</Multi-Release> from maven-jar-plugin manifest entries
  • repository-util/pom.xml: Drop <Multi-Release>true</Multi-Release> from maven-assembly-plugin manifest entries
  • repository/README.md, repository-util/README.md: Replace MRJAR build description with a single statement that JDK 11 is used for building

Copilot AI and others added 2 commits August 29, 2026 09:48
…lding

Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Remove multi-release JAR (MRJAR) support; require JDK 11
@kleihan
kleihan merged commit 8b61f49 into FIXTradingCommunity:master Aug 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JAR does not work with JDK8 based project

3 participants