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

Remove deprecated DatabaseConfig.defaultOrderById #3091

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented Jun 1, 2023

Should no longer be used / set to true.

  /**
   * Deprecated - look to have explicit order by. Sets the default orderById setting for queries.
   */
  @Deprecated
  public void setDefaultOrderById(boolean defaultOrderById) {
    this.defaultOrderById = defaultOrderById;
  }

Should no longer be used / set to true.

```java

  /**
   * Deprecated - look to have explicit order by. Sets the default orderById setting for queries.
   */
  @deprecated
  public void setDefaultOrderById(boolean defaultOrderById) {
    this.defaultOrderById = defaultOrderById;
  }

```
@rbygrave rbygrave added this to the 13.19.0 milestone Jun 1, 2023
@rbygrave rbygrave self-assigned this Jun 1, 2023
@rbygrave rbygrave merged commit e42d3da into master Jun 1, 2023
2 checks passed
@rbygrave rbygrave deleted the deprecated/BeanFinder-server branch June 1, 2023 08:11
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.

None yet

1 participant