Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 0dca714

Browse files
committed
Merge pull request #160 from sputnik27/no-lazy-init
Eagerly Create the Services in the Constructor
2 parents d8d3e57 + 8e70919 commit 0dca714

File tree

5 files changed

+302
-240
lines changed

5 files changed

+302
-240
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# OSIAM Connector4Java
22

3-
## 1.7 - 2015-09-09
3+
## 1.7 - 2015-09-10
44

55
### Changes
66

77
- Update scim-schema to solve performance issues when deserializing `User`s
88
- Deprecate old, method-based scopes (GET, POST, PUT, PATCH, DELETE)
99
- Adjust the client to the SCIM compliant errors (Compatibility with OSIAM <= 2.x is provided)
10+
- Throws `IllegalStateException` when using a non-configured service endpoint
11+
was `InvalidAttributeException`
1012

1113
## 1.6 - 2015-06-17
1214

0 commit comments

Comments
 (0)