File tree Expand file tree Collapse file tree 9 files changed +19
-10
lines changed
edgegrid-signer-apache-http-client
edgegrid-signer-async-http-client
edgegrid-signer-google-http-client
edgegrid-signer-rest-assured Expand file tree Collapse file tree 9 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ This project contains a core implementation module and five bindings to specific
2626
2727## Changes
2828
29+ 4.0:
30+ - BREAKING CHANGE: Split the edgerc file reader into new module [ edgerc-reader] ( edgerc-reader ) .
31+ - Drop dependency on commons-configuration2 from edgegrid-signer-core.
32+ - Drop dependency on commons-lang3.
33+ - Drop dependency on commons-codec (use Base64 methods from JDK instead).
34+ - Use maven-bundle-plugin to add OSGi headers to MANIFEST.MF.
35+
29363.0:
3037- Minimum Java version is now 8.
3138- Adding binding for Async HTTP Client.
@@ -72,10 +79,12 @@ programming languages:
7279
7380## Authors
7481
75- Maciej Gawinecki < mgawinec@akamai.com >
76-
82+ ### Active authors
7783Martin Meyer < mmeyer@akamai.com >
7884
85+ ### Inactive authors
86+ Maciej Gawinecki < mgawinec@akamai.com >
87+
7988## Contribute!
8089
8190This is an open-source library, and contributions are welcome. You're welcome
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >edgegrid-signer-parent</artifactId >
88 <groupId >com.akamai.edgegrid</groupId >
9- <version >4.0.0-SNAPSHOT </version >
9+ <version >4.0.0</version >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
1212
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >edgegrid-signer-parent</artifactId >
77 <groupId >com.akamai.edgegrid</groupId >
8- <version >4.0.0-SNAPSHOT </version >
8+ <version >4.0.0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >edgegrid-signer-parent</artifactId >
88 <groupId >com.akamai.edgegrid</groupId >
9- <version >4.0.0-SNAPSHOT </version >
9+ <version >4.0.0</version >
1010 </parent >
1111
1212 <artifactId >edgegrid-signer-core</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >edgegrid-signer-parent</artifactId >
99 <groupId >com.akamai.edgegrid</groupId >
10- <version >4.0.0-SNAPSHOT </version >
10+ <version >4.0.0</version >
1111 </parent >
1212
1313 <artifactId >edgegrid-signer-gatling</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >edgegrid-signer-parent</artifactId >
88 <groupId >com.akamai.edgegrid</groupId >
9- <version >4.0.0-SNAPSHOT </version >
9+ <version >4.0.0</version >
1010 </parent >
1111
1212 <artifactId >edgegrid-signer-google-http-client</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >edgegrid-signer-parent</artifactId >
88 <groupId >com.akamai.edgegrid</groupId >
9- <version >4.0.0-SNAPSHOT </version >
9+ <version >4.0.0</version >
1010 </parent >
1111
1212 <artifactId >edgegrid-signer-rest-assured</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >edgegrid-signer-parent</artifactId >
77 <groupId >com.akamai.edgegrid</groupId >
8- <version >4.0.0-SNAPSHOT </version >
8+ <version >4.0.0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 66
77 <groupId >com.akamai.edgegrid</groupId >
88 <artifactId >edgegrid-signer-parent</artifactId >
9- <version >4.0.0-SNAPSHOT </version >
9+ <version >4.0.0</version >
1010
1111 <modules >
1212 <module >edgegrid-signer-apache-http-client</module >
You can’t perform that action at this time.
0 commit comments