File tree 22 files changed +35
-205
lines changed
powertools-examples-batch
powertools-examples-cloudformation
powertools-examples-core-utilities
powertools-examples-idempotency
powertools-examples-parameters
powertools-examples-serialization
powertools-examples-validation
powertools-cloudformation
powertools-large-messages
src/main/java/software/amazon/lambda/powertools/validation/internal 22 files changed +35
-205
lines changed Original file line number Diff line number Diff line change 48
48
<plugin >
49
49
<groupId >org.apache.maven.plugins</groupId >
50
50
<artifactId >maven-deploy-plugin</artifactId >
51
+ <version >3.1.1</version >
51
52
<configuration >
52
53
<skip >true</skip >
53
54
</configuration >
Original file line number Diff line number Diff line change 136
136
<plugin >
137
137
<groupId >org.apache.maven.plugins</groupId >
138
138
<artifactId >maven-deploy-plugin</artifactId >
139
+ <version >3.1.1</version >
139
140
<configuration >
140
141
<skip >true</skip >
141
142
</configuration >
Original file line number Diff line number Diff line change 144
144
<plugin >
145
145
<groupId >org.apache.maven.plugins</groupId >
146
146
<artifactId >maven-deploy-plugin</artifactId >
147
+ <version >3.1.1</version >
147
148
<configuration >
148
149
<skip >true</skip >
149
150
</configuration >
Original file line number Diff line number Diff line change 132
132
<plugin >
133
133
<groupId >org.apache.maven.plugins</groupId >
134
134
<artifactId >maven-deploy-plugin</artifactId >
135
+ <version >3.1.1</version >
135
136
<configuration >
136
137
<skip >true</skip >
137
138
</configuration >
Original file line number Diff line number Diff line change 34
34
<plugin >
35
35
<groupId >org.apache.maven.plugins</groupId >
36
36
<artifactId >maven-deploy-plugin</artifactId >
37
+ <version >3.1.1</version >
37
38
<configuration >
38
39
<skip >true</skip >
39
40
</configuration >
Original file line number Diff line number Diff line change 118
118
<plugin >
119
119
<groupId >org.apache.maven.plugins</groupId >
120
120
<artifactId >maven-deploy-plugin</artifactId >
121
+ <version >3.1.1</version >
121
122
<configuration >
122
123
<skip >true</skip >
123
124
</configuration >
Original file line number Diff line number Diff line change 176
176
<plugin >
177
177
<groupId >org.apache.maven.plugins</groupId >
178
178
<artifactId >maven-deploy-plugin</artifactId >
179
+ <version >3.1.1</version >
179
180
<configuration >
180
181
<skip >true</skip >
181
182
</configuration >
Original file line number Diff line number Diff line change 108
108
<plugin >
109
109
<groupId >org.apache.maven.plugins</groupId >
110
110
<artifactId >maven-deploy-plugin</artifactId >
111
+ <version >3.1.1</version >
111
112
<configuration >
112
113
<skip >true</skip >
113
114
</configuration >
Original file line number Diff line number Diff line change 41
41
<plugin >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-deploy-plugin</artifactId >
44
+ <version >3.1.1</version >
44
45
<configuration >
45
46
<skip >true</skip >
46
47
</configuration >
Original file line number Diff line number Diff line change 106
106
<plugin >
107
107
<groupId >org.apache.maven.plugins</groupId >
108
108
<artifactId >maven-deploy-plugin</artifactId >
109
+ <version >3.1.1</version >
109
110
<configuration >
110
111
<skip >true</skip >
111
112
</configuration >
Original file line number Diff line number Diff line change 32
32
<system >GitHub Issues</system >
33
33
<url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
34
34
</issueManagement >
35
+
36
+ <scm >
37
+ <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
38
+ </scm >
39
+ <developers >
40
+ <developer >
41
+ <name >Powertools for AWS Lambda (Java) Team</name >
42
+ <organization >Amazon Web Services</organization >
43
+ <organizationUrl >https://aws.amazon.com/</organizationUrl >
44
+ </developer >
45
+ </developers >
46
+
47
+ <distributionManagement >
48
+ <snapshotRepository >
49
+ <id >ossrh</id >
50
+ <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
51
+ </snapshotRepository >
52
+ </distributionManagement >
53
+
35
54
<licenses >
36
55
<license >
37
56
<name >Apache License, Version 2.0</name >
63
82
<module >powertools-parameters/powertools-parameters-tests</module >
64
83
</modules >
65
84
66
- <scm >
67
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
68
- </scm >
69
-
70
- <developers >
71
- <developer >
72
- <name >Powertools for AWS Lambda (Java) team</name >
73
- <organization >Amazon Web Services</organization >
74
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
75
- </developer >
76
- </developers >
77
-
78
85
<properties >
79
86
<maven .compiler.source>1.8</maven .compiler.source>
80
87
<maven .compiler.target>1.8</maven .compiler.target>
103
110
<elastic .version>1.5.0</elastic .version>
104
111
</properties >
105
112
106
- <distributionManagement >
107
- <snapshotRepository >
108
- <id >ossrh</id >
109
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
110
- </snapshotRepository >
111
- </distributionManagement >
112
-
113
113
<dependencyManagement >
114
114
<dependencies >
115
115
<dependency >
Original file line number Diff line number Diff line change 32
32
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating
33
33
custom metrics asynchronously easier.
34
34
</description >
35
- <url >https://aws.amazon.com/lambda/</url >
36
- <issueManagement >
37
- <system >GitHub Issues</system >
38
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
39
- </issueManagement >
40
- <scm >
41
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
42
- </scm >
43
- <developers >
44
- <developer >
45
- <name >Powertools for AWS Lambda (Java) Team</name >
46
- <organization >Amazon Web Services</organization >
47
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
48
- </developer >
49
- </developers >
50
-
51
- <distributionManagement >
52
- <snapshotRepository >
53
- <id >ossrh</id >
54
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
55
- </snapshotRepository >
56
- </distributionManagement >
57
35
58
36
<dependencies >
59
37
<dependency >
Original file line number Diff line number Diff line change 29
29
30
30
<name >Powertools for AWS Lambda (Java) - Common Internal Utilities</name >
31
31
<description >Internal utilities shared by the Powertools for AWS Lambda (Java) modules. Do not use directly in your project.</description >
32
- <url >https://aws.amazon.com/lambda/</url >
33
- <issueManagement >
34
- <system >GitHub Issues</system >
35
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
36
- </issueManagement >
37
-
38
- <scm >
39
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
40
- </scm >
41
- <developers >
42
- <developer >
43
- <name >Powertools for AWS Lambda team</name >
44
- <organization >Amazon Web Services</organization >
45
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
46
- </developer >
47
- </developers >
48
-
49
- <distributionManagement >
50
- <snapshotRepository >
51
- <id >ossrh</id >
52
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
53
- </snapshotRepository >
54
- </distributionManagement >
55
32
56
33
<dependencies >
57
34
<dependency >
Original file line number Diff line number Diff line change 31
31
<description >
32
32
33
33
</description >
34
- <url >https://aws.amazon.com/lambda/</url >
35
- <issueManagement >
36
- <system >GitHub Issues</system >
37
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
38
- </issueManagement >
39
- <scm >
40
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
41
- </scm >
42
- <developers >
43
- <developer >
44
- <name >Powertools for AWS Lambda team</name >
45
- <organization >Amazon Web Services</organization >
46
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
47
- </developer >
48
- </developers >
49
-
50
- <distributionManagement >
51
- <snapshotRepository >
52
- <id >ossrh</id >
53
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
54
- </snapshotRepository >
55
- </distributionManagement >
56
34
57
35
<dependencies >
58
36
<dependency >
Original file line number Diff line number Diff line change 31
31
32
32
<name >Powertools for AWS Lambda (Java) - Large messages</name >
33
33
34
- <issueManagement >
35
- <system >GitHub Issues</system >
36
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
37
- </issueManagement >
38
- <scm >
39
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
40
- </scm >
41
- <developers >
42
- <developer >
43
- <name >Powertools for AWS Lambda team</name >
44
- <organization >Amazon Web Services</organization >
45
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
46
- </developer >
47
- </developers >
48
-
49
- <distributionManagement >
50
- <snapshotRepository >
51
- <id >ossrh</id >
52
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
53
- </snapshotRepository >
54
- </distributionManagement >
55
-
56
34
<dependencies >
57
35
<dependency >
58
36
<groupId >org.aspectj</groupId >
Original file line number Diff line number Diff line change 17
17
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
+
20
21
<parent >
21
22
<artifactId >powertools-parent</artifactId >
22
23
<groupId >software.amazon.lambda</groupId >
23
24
<version >2.0.0-SNAPSHOT</version >
24
25
</parent >
25
26
26
- <artifactId >powertools-logging</artifactId >
27
- <packaging >jar</packaging >
28
27
<name >Powertools for AWS Lambda (Java) - Logging</name >
29
28
<description >Set of utility for better logging - common</description >
29
+ <artifactId >powertools-logging</artifactId >
30
+ <packaging >jar</packaging >
30
31
31
32
<dependencies >
32
33
<dependency >
Original file line number Diff line number Diff line change 32
32
A suite of utilities for AWS Lambda Functions that make creating custom metrics via AWS Embedded Metric Format
33
33
asynchronously easier.
34
34
</description >
35
- <url >https://aws.amazon.com/lambda/</url >
36
- <issueManagement >
37
- <system >GitHub Issues</system >
38
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
39
- </issueManagement >
40
- <scm >
41
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
42
- </scm >
43
- <developers >
44
- <developer >
45
- <name >Powertools for AWS Lambda team</name >
46
- <organization >Amazon Web Services</organization >
47
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
48
- </developer >
49
- </developers >
50
-
51
- <distributionManagement >
52
- <snapshotRepository >
53
- <id >ossrh</id >
54
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
55
- </snapshotRepository >
56
- </distributionManagement >
57
35
58
36
<dependencies >
59
37
<dependency >
Original file line number Diff line number Diff line change 27
27
<artifactId >powertools-parameters</artifactId >
28
28
29
29
<name >Powertools for AWS Lambda (Java) - Parameters</name >
30
-
31
30
<description >Set of utilities to retrieve parameters - common interface</description >
32
31
33
32
<dependencies >
Original file line number Diff line number Diff line change 31
31
<description >
32
32
33
33
</description >
34
- <url >https://aws.amazon.com/lambda/</url >
35
- <issueManagement >
36
- <system >GitHub Issues</system >
37
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
38
- </issueManagement >
39
- <scm >
40
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
41
- </scm >
42
- <developers >
43
- <developer >
44
- <name >Powertools for AWS Lambda team</name >
45
- <organization >Amazon Web Services</organization >
46
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
47
- </developer >
48
- </developers >
49
-
50
- <distributionManagement >
51
- <snapshotRepository >
52
- <id >ossrh</id >
53
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
54
- </snapshotRepository >
55
- </distributionManagement >
56
34
57
35
<dependencies >
58
36
<dependency >
Original file line number Diff line number Diff line change 31
31
<description >
32
32
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
33
33
</description >
34
- <url >https://aws.amazon.com/lambda/</url >
35
- <issueManagement >
36
- <system >GitHub Issues</system >
37
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
38
- </issueManagement >
39
-
40
- <scm >
41
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
42
- </scm >
43
- <developers >
44
- <developer >
45
- <name >Powertools for AWS Lambda team</name >
46
- <organization >Amazon Web Services</organization >
47
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
48
- </developer >
49
- </developers >
50
-
51
- <distributionManagement >
52
- <snapshotRepository >
53
- <id >ossrh</id >
54
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
55
- </snapshotRepository >
56
- </distributionManagement >
57
34
58
35
<dependencies >
59
36
<dependency >
You can’t perform that action at this time.
0 commit comments