Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 2ae7a30

Browse files
committed
Test Autowire Service in GORM DataService by type
1 parent f456d70 commit 2ae7a30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/docs/asciidoc/introduction/releaseHistory.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
GORM 7.1 brings support for Groovy 3
44

5+
* Autowire the bean by type in the Data Service.
6+
57
==== GORM 7.0
68

79
GORM 7.0 brings support for the latest versions of key dependencies including:

examples/test-data-service/grails-app/services/example/StudentService.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import org.springframework.beans.factory.annotation.Autowired
77
@Service(Student)
88
abstract class StudentService {
99

10-
@Autowired
1110
TestService testServiceBean
1211

1312
abstract Student get(Serializable id)

0 commit comments

Comments
 (0)