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 ExpressionList.setOrderBy() - migrate to orderBy() #3092

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented Jun 1, 2023

Migrate to .orderBy(String orderBy)

  /**
   * Deprecated migrate to {@link #orderBy(String)}
   */
  @Deprecated
  Query<T> setOrderBy(String orderBy);

Migrate to `.orderBy(String orderBy)`

```java

  /**
   * Deprecated migrate to {@link #orderBy(String)}
   */
  @deprecated
  Query<T> setOrderBy(String orderBy);

```
@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 a2389be into master Jun 1, 2023
@rbygrave rbygrave deleted the deprecated/BeanFinder-server branch June 1, 2023 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant