Skip to content

Commit

Permalink
Fix build after changes in data-commons.
Browse files Browse the repository at this point in the history
Closes: #3803
  • Loading branch information
christophstrobl committed Mar 6, 2025
1 parent b6c3d67 commit 4376c41
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
import org.springframework.data.jpa.repository.sample.UserRepository;
import org.springframework.data.jpa.repository.sample.UserRepository.NameOnly;
import org.springframework.data.jpa.util.DisabledOnHibernate;
import org.springframework.lang.Nullable;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit.jupiter.SpringExtension;
import org.springframework.transaction.annotation.Transactional;
Expand Down Expand Up @@ -3579,6 +3580,7 @@ private Page<User> executeSpecWithSort(Sort sort) {
private interface UserProjectionInterfaceBased {
String getFirstname();

@Nullable
String getLastname();
}

Expand Down

0 comments on commit 4376c41

Please sign in to comment.