Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2884

IRequestLogger interface requires that getRequests() method return RequestLogger.RequestData (public inner class)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9
    • 1.4.10
    • None

    Description

      The IRequestLogger interface getRequests method signature return a List<org.apache.wicket.protocol.http.RequestLogger.RequestData>.

      This stops a user from extending the RequestData class and returning their own implementation.

      please update the IRequestLogger interface to allow for anything extending the RequestData class to be allowed:

      Like
      public abstract List<? extends RequestData> getRequests();

      Or separating it out to require some generic interface.

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            checketts Clint Checketts
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 10m
                10m
                Remaining:
                Remaining Estimate - 10m
                10m
                Logged:
                Time Spent - Not Specified
                Not Specified