Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TOML support #57

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2018

  1. Add TOML support

    Addresses vert-x3#49
    
    Using toml4j adds TOML support.
    
    Note: I have used Jetbrains annotations in this commit, if that is not
    desired I can remove them and stick with standard Java 8 methods of
    ensuring method contracts when it comes to null values.
    Lyndon Armitage committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    050929d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Remove Jetbrains annotations from Toml processor

    Change requested for vert-x3#49 by Clement Escoffier
    
    Makes sense as do not gain a whole lot by having them present and they
    add another dependency to the project.
    Lyndon Armitage committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    8e100f1 View commit details
    Browse the repository at this point in the history
  2. Remove empty constructor from TOML processor

    Change requested for vert-x3#49 by Clement Escoffier
    Lyndon Armitage committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    abc829b View commit details
    Browse the repository at this point in the history