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

Support for extending the implementation of ID generators and expression parsers through SPI #54

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

Commits on Apr 4, 2023

  1. add lombok dependency

    lijinghao committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    07edfbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e150aa6 View commit details
    Browse the repository at this point in the history
  3. add SPI test

    lijinghao committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6dc89be View commit details
    Browse the repository at this point in the history
  4. add labels

    lijinghao committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    a6508c4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. update some code

    lijinghao committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1fd35ec View commit details
    Browse the repository at this point in the history
  2. update some code

    lijinghao committed May 24, 2023
    Configuration menu
    Copy the full SHA
    9a37d2a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Improve testing code

    lijinghao committed May 30, 2023
    Configuration menu
    Copy the full SHA
    31c9ebc View commit details
    Browse the repository at this point in the history
  2. Improve demo code

    lijinghao committed May 30, 2023
    Configuration menu
    Copy the full SHA
    406f7e4 View commit details
    Browse the repository at this point in the history
  3. Optimize code

    lijinghao committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2421f9c View commit details
    Browse the repository at this point in the history
  4. Introducing the h2 database for testing

    lijinghao committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6d49d50 View commit details
    Browse the repository at this point in the history
  5. update readme

    lijinghao committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4ccf7ea View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Enhanced expression calculator, supports coexistence of multiple calc…

    …ulators
    lijinghao committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3f17b2a View commit details
    Browse the repository at this point in the history
  2. Enhanced expression calculator, supports coexistence of multiple calc…

    …ulators
    lijinghao committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9c777f6 View commit details
    Browse the repository at this point in the history
  3. add test for spi

    lijinghao committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    fedf65c View commit details
    Browse the repository at this point in the history
  4. add test for spi

    lijinghao committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    06edbdf View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. del invalid class

    lijinghao committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    bc4f61a View commit details
    Browse the repository at this point in the history
  2. optimize comments

    lijinghao committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    f3b691b View commit details
    Browse the repository at this point in the history
  3. optimize test

    lijinghao committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1a70fcd View commit details
    Browse the repository at this point in the history
  4. fix package name

    lijinghao committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    85df30a View commit details
    Browse the repository at this point in the history
  5. Support for setting default expression evaluators

    lijinghao committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2b190da View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. merge from master

    lijinghao committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c8ff85c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. update default spi

    lijinghao committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    18d4402 View commit details
    Browse the repository at this point in the history
  2. update verion

    lijinghao committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    dba66d1 View commit details
    Browse the repository at this point in the history
  3. merge from master

    lijinghao committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7d61d15 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Adjusting the factory to lazy loading mode

    lijinghao committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e1e7a68 View commit details
    Browse the repository at this point in the history
  2. doc: add spi user guide

    lijinghao committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    be146e4 View commit details
    Browse the repository at this point in the history