Skip to content

jakartaee/messaging-proposals

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

How to submit a proposal

A proposal should be associated with an existing use case issue that describes the use case and description of the problem to solve.

To submit a proposal, create a pull request and mention the associated use case issue in the description. Create a new directory for the proposal as described below.

Here’s the concept in practice:

  • Every proposal gets a directory and readme and things can be merged pretty much immediately
  • The README would describe the idea and motivation
  • The src/main/java would contain the proposed API classes
  • The src/test/java might contain any associated TCK tests or mock usage
  • If someone likes an idea but imagines it slightly differently they can copy the dir and tweak it

More detailed information here: The Proposals repository

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages