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

deprecate: EXPOSED-84 Raise deprecation levels of API elements #1771

Merged
merged 4 commits into from
Jun 27, 2023

Commits on Jun 26, 2023

  1. deprecate: EXPOSED-84 Raise deprecation levels of API elements

    Raise levels of API elements annotated with @deprecated as per gradual phase-out
    guidelines.
    
    Raise from WARNING to ERROR:
    - Op.kt classes: LikeOp, NotLikeOp
    
    Raise from ERROR to HIDDEN:
    - CurrentDateTime object's invoke() (in all 3 datetime modules)
    - StatementInterceptor afterCommit() and afterRollback()
    - SchemaUtils createFKey()
    - SQLExpressionBuilder Sequence.nextVal()
    - SqlExpressionBuilderClass
    
    Currently HIDDEN API, now removed:
    - Database companion object's connect()
    - ColumnType property autoIncSeqName
    bog-walk committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    225f263 View commit details
    Browse the repository at this point in the history
  2. Add missing apiDump file

    bog-walk committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e742364 View commit details
    Browse the repository at this point in the history
  3. Add missing apiDump file

    bog-walk committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b2aa627 View commit details
    Browse the repository at this point in the history
  4. deprecate: EXPOSED-84 Raise deprecation levels of API elements

    Fix incorrect level change in SQLExpressionBuilder & update api file.
    bog-walk committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ddf3f5c View commit details
    Browse the repository at this point in the history