This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch CAUSEWAY-3751
in repository https://gitbox.apache.org/repos/asf/causeway.git
omit 3d4bfa6e82 CAUSEWAY-3751: extends PageRenderLogger also
omit 1be8813629 CAUSEWAY-3751: extends the SPI, onRendering
add 582ed02bc3 CAUSEWAY-3753: refactors new logic into underlying Param
Negotiation Model
add 73ea5eae24 CAUSEWAY-3753: simpify
add 28b14a5d4d CAUSEWAY-3753: further simplify
add f268c09c21 CAUSEWAY-3753: further simplify
add 713a321acb CAUSEWAY-3753: minor: moves helper to bottom
add 66a7337541 Merge pull request #2467 from apache/3753-param.validation
add 686fe6ea8f CAUSEWAY-3753: fixes spelling mistake...
add 00f7081bd3 CAUSEWAY-3762: adds TableSearchUiService (interface)
add d9d40467c2 CAUSEWAY-3751: extends the SPI, onRendering
add 4d2ca443d2 CAUSEWAY-3751: extends PageRenderLogger also
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3d4bfa6e82)
\
N -- N -- N refs/heads/CAUSEWAY-3751 (4d2ca443d2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../managed/ParameterNegotiationModel.java | 55 +++++++++----
.../services/search/TableSearchUiService.java | 60 ++++++++++++++
.../viewer/wicket/model/models/ScalarModel.java | 2 +-
.../wicket/model/models/ScalarParameterModel.java | 92 ++--------------------
4 files changed, 108 insertions(+), 101 deletions(-)
create mode 100644
viewers/commons/applib/src/main/java/org/apache/causeway/viewer/commons/applib/services/search/TableSearchUiService.java