We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5d51d commit 47cf102Copy full SHA for 47cf102
ISSUE_TEMPLATE.md
@@ -0,0 +1,23 @@
1
+## Expected Behavior
2
+
3
4
+## Actual Behavior
5
6
7
+## Steps to Reproduce the Problem
8
9
+ 1.
10
11
12
13
+## Specifications
14
15
+ - Spring Data DynamoDB Version:
16
+ - Spring Data Version:
17
+ - AWS SDK Version:
18
+ - Java Version:
19
+ - Platform Details:
20
21
+All those information are logged by `org.socialsignin.spring.data.dynamodb.repository.cdi.DynamoDBRepositoryBean` on `INFO` level on startup.
22
+Or use `java -version` and `mvn dependency:tree | grep -E 'spring|aws'` to provide those version numbers.
23
0 commit comments