File tree 3 files changed +4
-3
lines changed
main/java/com/baeldung/gcp/firebase/firestore
test/java/com/baeldung/gcp/firebase/firestore
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 61
61
</build >
62
62
63
63
<properties >
64
+ <java .version>21</java .version>
64
65
<spring-boot .version>3.3.0</spring-boot .version>
65
66
<firebase-admin .version>9.3.0</firebase-admin .version>
66
67
<instancio .version>5.0.1</instancio .version>
Original file line number Diff line number Diff line change 17
17
import com .google .firebase .cloud .FirestoreClient ;
18
18
19
19
@ Configuration
20
- @ Profile ("!integration -test" )
20
+ @ Profile ("!live -test" )
21
21
public class FirestoreConfiguration {
22
22
23
23
@ Value ("classpath:/private-key.json" )
Original file line number Diff line number Diff line change 31
31
import net .bytebuddy .utility .RandomString ;
32
32
33
33
@ SpringBootTest
34
- @ ActiveProfiles ("integration -test" )
35
- class TaskCrudIntegrationTest {
34
+ @ ActiveProfiles ("live -test" )
35
+ class TaskCrudLiveTest {
36
36
37
37
@ Autowired
38
38
private Firestore firestore ;
You can’t perform that action at this time.
0 commit comments