Add ScimRequestContext to Request.create method#909
Conversation
Deprecate old method, new method falls back to previous Wart, implementors must still implement the old method
|
View details about the 'Apache Rat - Check' build 533 in the Build Scan 📊 |
|
View details about the 'Maven Verify (with Java 21-zulu)' build 1668 in the Build Scan 📊 |
|
View details about the 'Maven Verify (with Java 17-zulu)' build 1668 in the Build Scan 📊 |
|
@CS-Birb I took a quick pass at replacing the attribute args with a I think this could work, but I don't like my fall back strategy (default method, calls the old method). Implementors would need to implement the new method, and the old, which feel wrong. Any thoughts? |
|
I'd struggled to think of an ideal fallback strategy with my previous PR too. Bit of a catch-22. Making the new method Between M1 and the next production release there are already breaking changes in the Repository method signatures (I.e. version string to ETags, attribute references in more methods) so this may be a viable time to implement this as a breaking change. |
Deprecate old method, new method falls back to previous
Wart, implementors must still implement the old method