AvistoTelecom / jpa-search

This library allows you to create complex searching configurations in an easy way
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Impact a copy of sorts or params instead of initial reference #8

Open GabrielRevelli opened 3 months ago

GabrielRevelli commented 3 months ago

Actually we remove elements from sorts and params passed to the search method. This cause exceptions when an immutable list or map is given to this method.

Solution : Create a new reference of these objects