Skip to content

Commit 5c47922

Browse files
committed
Merge tag '1.0.0' into develop
Release 1.0.0
2 parents 8c2bea4 + 43e0426 commit 5c47922

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Change log
22
All notable changes to this project are documented in this file following the [Keep a CHANGELOG](http://keepachangelog.com) conventions.
33

4+
5+
## 1.0.0
6+
### Changed
7+
- Maven project version: authzforce-ce-parent: 7.4.0 -> Upgrade Apache CXF version (to fix a CVE): 3.2.5
8+
- Maven dependency versions:
9+
- Spring Framework: 4.3.18 (fix CVE-2018-8014)
10+
- authzforce-ce-jaxrs-utils: 1.2.0
11+
- authzforce-ce-xacml-json-model: 2.0.0
12+
13+
### Fixed
14+
- Spring Framework logging: replaced commons-logging with jcl-over-slf4j for SLF4j logging
15+
16+
### Added
17+
- - #1: Authorization decision caching
18+
- SSL support with client certificate authentication:
19+
- New configuration property `org.ow2.authzforce.kafka.pep.http.client.cfg.location` to [configure CXF HTTP client](https://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-ConfiguringSSLSupport), esp. SSL settings
20+
21+
422
## 0.2.0
523
### Added
624
- XACML Request template file (`request.xacml.json.ft`) as part of the assembled package (`tar.gz`), so that it can be customized (by editing the file) depending on the use case

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>eu.driver</groupId>
140140
<artifactId>driver-testbed-sec-authz-service</artifactId>
141-
<version>1.0.1-SNAPSHOT</version>
141+
<version>1.1.0</version>
142142
<scope>test</scope>
143143
</dependency>
144144
</dependencies>

0 commit comments

Comments
 (0)