This repository was archived by the owner on Jul 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,23 +19,24 @@ Please update to OSIAM 3.0 as soon as possible.
1919
2020- The scim-schema has been completely merged into this project. It is now obsolete.
2121- ` Address ` has a ` display ` property now.
22- - The user name can now be set via the builder
23- - The group's display name can now be set via the builder
22+ - The user name can now be set via the builder.
23+ - The group's display name can now be set via the builder.
2424- Properties of a user's name attribute can be easily updated now.
2525
2626### Changes
2727
2828- Jackson has been shaded, so that the only dependency left of the connector is Guava.
29+ - The current snapshot version is now ` latest-SNAPSHOT ` for all upcoming versions.
2930
3031### Fixes
3132
3233- Resources could be changed by using the copy-of constructor of the builders, though they were supposed
3334 to be immutable.
3435- An Extension could be changed by using the copy-of constructor of its builder, though it was supposed
3536 to be immutable.
36- - A ` 400 BAD REQUEST ` response now creates a ` BadRequestException ` instead of a ` ConflictException `
37+ - A ` 400 BAD REQUEST ` response now creates a ` BadRequestException ` instead of a ` ConflictException ` .
3738- Return the right builder type in ` Photo.Builder#setValue(String) ` .
38- - Replacing a group with PUT was actually updating it with PATCH
39+ - Replacing a group with PUT was actually updating it with PATCH.
3940- Extensions defined in the ` schemas ` attribute of a resource will be ignored, if the resource contains
4041 no data for the extension, instead of raising an exception.
4142
Original file line number Diff line number Diff line change 3030
3131 <groupId >org.osiam</groupId >
3232 <artifactId >connector4java</artifactId >
33- <version >1.9 -SNAPSHOT</version >
33+ <version >latest -SNAPSHOT</version >
3434
3535 <name >OSIAM Connector 4 Java</name >
3636 <description >Native Java API to connect to the REST based OSIAM services</description >
You can’t perform that action at this time.
0 commit comments