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
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ And configure the aspectj-maven-plugin to compile-time weave (CTW) the aws-lambd
35
35
<plugins>
36
36
...
37
37
<plugin>
38
-
<groupId>com.nickwongdev</groupId>
38
+
<groupId>org.codehaus.mojo</groupId>
39
39
<artifactId>aspectj-maven-plugin</artifactId>
40
-
<version>1.12.1</version>
40
+
<version>1.11</version>
41
41
<configuration>
42
42
<source>1.8</source>
43
43
<target>1.8</target>
@@ -65,6 +65,7 @@ And configure the aspectj-maven-plugin to compile-time weave (CTW) the aws-lambd
65
65
</plugins>
66
66
</build>
67
67
```
68
+
**Note:** If you are working with Lambda on runtime post java8, please refer [issue](https://github.com/awslabs/aws-lambda-powertools-java/issues/50) for workaround
68
69
69
70
### Logging Configuration
70
71
Powertools extends the functionality of Log4J. Below is an example `log4j2.xml` file, with the `LambdaJsonLayout` configured.
Copy file name to clipboardExpand all lines: docs/content/index.mdx
+3-2
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ And configure the aspectj-maven-plugin to compile-time weave (CTW) the aws-lambd
34
34
<plugins>
35
35
...
36
36
<plugin>
37
-
<groupId>com.nickwongdev</groupId>
37
+
<groupId>org.codehaus.mojo</groupId>
38
38
<artifactId>aspectj-maven-plugin</artifactId>
39
-
<version>1.12.1</version>
39
+
<version>1.11</version>
40
40
<configuration>
41
41
<source>1.8</source>
42
42
<target>1.8</target>
@@ -64,6 +64,7 @@ And configure the aspectj-maven-plugin to compile-time weave (CTW) the aws-lambd
64
64
</plugins>
65
65
</build>
66
66
```
67
+
**Note:** If you are working with lambda on runtime post java8, please refer [issue](https://github.com/awslabs/aws-lambda-powertools-java/issues/50) for workaround
0 commit comments