File tree 2 files changed +30
-0
lines changed
services-custom/dynamodb-enhanced
test/http-client-tests/src/main/resources
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 76
76
</archive >
77
77
</configuration >
78
78
</plugin >
79
+ <plugin >
80
+ <groupId >com.github.siom79.japicmp</groupId >
81
+ <artifactId >japicmp-maven-plugin</artifactId >
82
+ <version >${japicmp-maven-plugin.version} </version >
83
+ <configuration >
84
+ <parameter >
85
+ <excludes >
86
+ <!-- japicmp flagging these incorrectly as a breaking change -->
87
+ <exclude >software.amazon.awssdk.enhanced.dynamodb.extensions.annotations.DynamoDbVersionAttribute#incrementBy()</exclude >
88
+ <exclude >software.amazon.awssdk.enhanced.dynamodb.extensions.annotations.DynamoDbVersionAttribute#startAt()</exclude >
89
+ </excludes >
90
+ </parameter >
91
+ </configuration >
92
+ </plugin >
79
93
</plugins >
80
94
<pluginManagement >
81
95
<plugins >
Original file line number Diff line number Diff line change
1
+ <Configuration status =" WARN" >
2
+ <Appenders >
3
+ <Console name =" ConsoleAppender" target =" SYSTEM_OUT" >
4
+ <PatternLayout pattern =" %d{YYYY-MM-dd HH:mm:ss} [%t] %-5p %c:%L - %m%n" />
5
+ </Console >
6
+ </Appenders >
7
+
8
+ <Loggers >
9
+ <Root level =" WARN" >
10
+ <AppenderRef ref =" ConsoleAppender" />
11
+ </Root >
12
+ <Logger name =" software.amazon.awssdk" level =" WARN" />
13
+ <Logger name =" software.amazon.awssdk.request" level =" DEBUG" />
14
+ <Logger name =" org.apache.http.wire" level =" DEBUG" />
15
+ </Loggers >
16
+ </Configuration >
You can’t perform that action at this time.
0 commit comments