You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite some refactoring regarding auditing samples.
Moved auditing samples into repository subpackage. Moved persistence.xml into test folder to reflect, that it's not needed by default. Changed LCEMFB configuration to include META-INF/orm.xml (needed for the auditing example). Moved XML configuration files into src/test/resources. Upgraded to Spring Data JPA 1.5 M1 to be able to use @EnableJpaAuditing.
Copy file name to clipboardExpand all lines: spring-data-jpa-example/src/main/java/org/springframework/data/jpa/example/repository/auditing/AuditableUser.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: spring-data-jpa-example/src/main/java/org/springframework/data/jpa/example/repository/auditing/AuditableUserRepository.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: spring-data-jpa-example/src/main/java/org/springframework/data/jpa/example/repository/auditing/AuditorAwareImpl.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,22 @@
13
13
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: spring-data-jpa-example/src/test/java/org/springframework/data/jpa/example/repository/InfrastructureConfig.java
Copy file name to clipboardExpand all lines: spring-data-jpa-example/src/test/java/org/springframework/data/jpa/example/repository/auditing/AbstractAuditableUserSample.java
0 commit comments