This is an automated email from the ASF dual-hosted git repository.

papegaaij pushed a change to branch csp-examples
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from e05af4a  WICKET-6737: moved inline styling to css files
     add cb20578  WICKET-6731: Use OnEventHeaderItem to render event bindings
     add 3b87375  WICKET-6741: move inline event handling to binding
     add 9be9b71  Silenced some warnings when running tests
     add bcda1de  WICKET-6732: move onclick handlers to event binding for links
     add 6bf04e5  WICKET-6740: move inline js to event binding
     add 106e421  INFRA-19481 Trigger new build
     add 93cfbbe  INFRA-19481 Trigger new build 2
     add 2f27bfb  Use AdoptOpenJDK 11.0.6 at Github Actions
     add d34d925  WICKET-6738: replaced inline styling with classes
     add 9790cc3  Use JDK, not JRE
     add 9f76927  INFRA-19481 Trigger new build 3
     add 3411ef1  WICKET-6736: Replaced inline styling with class
     add 47926b0  INFRA-19481 Trigger new build 4
     add c06ab9f  INFRA-19481 Try with bb_slave6_ubuntu
     add db7496e  INFRA-19481 Try with bb_slave7_ubuntu. '6' has problems with 
~/.m2/settings.xml and cannot upload to repository.a.o
     add 3032f28  INFRA-19481 Try with bb_slave8_ubuntu. '7' has low disk space
     add b409e56  INFRA-19481 Try with bb_slave6_ubuntu. Its issue with the 
Maven credentials should be fixed now. bb8 has the same issue with the creds
     add d266b17  [WICKET-6725] dublicated class attribute is eliminated
     add 61f52ff  WICKET-6735: replaced inline color:red with a css class
     add e0d0e04  WICKET-6739: moved js from onclick to event bindings
     new 729e492  Merge remote-tracking branch 'origin/master' into csp-examples
     new 4ebb8b0  WICKET-6737: removed obsolete response filter from examples
     new ed451e0  WICKET-6737: Moved inline styling to css files

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/maven.yml                        |   4 +
 .../java/org/apache/wicket/Application.properties  |   4 +-
 .../src/main/java/org/apache/wicket/Component.java |   4 +-
 .../wicket/ajax/markup/html/AjaxFallbackLink.java  |  12 +-
 .../java/org/apache/wicket/css/wicket-core.css     |   3 +
 .../wicket/markup/head/OnEventHeaderItem.java      |  52 ++++++++-
 .../org/apache/wicket/markup/html/form/Button.java |  18 ++-
 .../org/apache/wicket/markup/html/form/Form.java   |  12 +-
 .../html/form/FormComponentUpdatingBehavior.java   |  15 ++-
 .../apache/wicket/markup/html/form/SubmitLink.java |   6 +-
 .../validation/FormComponentFeedbackBorder.html    |   2 +-
 .../validation/FormComponentFeedbackBorder.java    |  11 ++
 .../validation/FormComponentFeedbackIndicator.html |   2 +-
 .../validation/FormComponentFeedbackIndicator.java |  21 ++++
 .../wicket/markup/html/link/ExternalLink.java      | 110 +++++++++++-------
 .../org/apache/wicket/markup/html/link/Link.java   |  97 ++++++++++------
 .../wicket/markup/html/pages/BrowserInfoForm.html  |   2 +-
 .../java/org/apache/wicket/MockPageWithForm.html   |   5 +
 .../wicket/markup/html/XmlDeclResponseTest.java    |   3 +-
 .../markup/html/autolink/AutoLinkInPanelsTest.java |   8 +-
 .../form/FormDefaultButtonTestPage_expected.html   |   6 +-
 .../form/feedback/FeedbackFormPage_result2.html    |   2 +-
 .../FeedbackIndicatorFormPage_result2.html         |   2 +-
 ...eEnclosureDifferentNamespaceExpectedResult.html |   3 +-
 .../InlineEnclosurePageExpectedResult_1.html       |   3 +-
 .../InlineEnclosurePageExpectedResult_2.html       |   3 +-
 .../InlineEnclosurePanelPageExpectedResult.html    |   3 +-
 .../markup/html/internal/InlineEnclosureTest.java  |   3 +-
 ...reWithWicketMessagePage_invisible_expected.html |   3 +-
 ...sureWithWicketMessagePage_visible_expected.html |   3 +-
 .../markup/html/link/BookmarkablePageLinkTest.java |  18 ++-
 .../apache/wicket/protocol/http/TestErrorPage.html |   5 +
 .../http/servlet/ServletWebRequestTest.java        |   3 +-
 .../wicket/stateless/StatelessFormUrlTest.java     |   2 +-
 .../examples/ServerHostNameAndTimeFilter.java      | 124 ---------------------
 .../examples/ajax/builtin/AjaxApplication.java     |   2 -
 .../ajax/prototype/PrototypeApplication.java       |   2 -
 .../wicket/examples/images/ImagesApplication.java  |   2 +
 .../examples/linkomatic/LinkomaticApplication.java |   3 -
 .../apache/wicket/examples/navomatic/Page1.html    |   4 +-
 .../apache/wicket/examples/navomatic/Page2.html    |   4 +-
 .../apache/wicket/examples/navomatic/Page3.html    |   4 +-
 .../examples/repeater/AjaxDataTablePage.html       |   2 +-
 .../apache/wicket/examples/repeater/BasePage.html  |   4 +-
 .../apache/wicket/examples/repeater/BasePage.java  |  11 ++
 .../wicket/examples/repeater/DataGridPage.html     |  17 +--
 .../repeater/DataTableFilterToolbarPage.html       |  19 +---
 .../wicket/examples/repeater/DataTablePage.html    |  15 +--
 .../wicket/examples/repeater/DataTablePage.java    |  11 +-
 .../apache/wicket/examples/repeater/FormPage.html  |   2 +-
 .../wicket/examples/repeater/GridViewPage.html     |  19 +---
 .../apache/wicket/examples/repeater/OIRPage.html   |   2 +-
 .../apache/wicket/examples/repeater/OIRPage.java   |  14 +--
 .../wicket/examples/repeater/PagingPage.html       |   2 +-
 .../wicket/examples/repeater/RefreshingPage.html   |   2 +-
 .../examples/repeater/RepeaterApplication.java     |   3 +-
 .../wicket/examples/repeater/RepeatingPage.html    |   2 +-
 .../wicket/examples/repeater/SimplePage.html       |   2 +-
 .../wicket/examples/repeater/SortingPage.html      |   2 +-
 .../apache/wicket/examples/repeater/repeater.css   |  63 +++++++----
 .../wicket/examples/tree/AbstractTreePage.java     |  10 ++
 .../org/apache/wicket/examples/tree/FooPanel.html  |  17 ---
 .../wicket/examples/tree/NestedTreePage.html       |  12 --
 .../apache/wicket/examples/tree/TableTreePage.html |  20 ----
 .../wicket/examples/tree/TreeApplication.java      |   3 +-
 .../java/org/apache/wicket/examples/tree/tree.css  |  82 ++++++++------
 .../ajax/markup/html/AjaxIndicatorAppender.java    |   2 +-
 .../markup/html/form/upload/UploadProgressBar.html |   4 +-
 .../ajax/markup/html/form/upload/progressbar.js    |  10 +-
 .../markup/html/form/palette/Palette.java          |  43 ++++---
 .../form/palette/component/AbstractOptions.java    |  24 ++--
 .../guice/GuiceWebApplicationFactoryTest.java      |   3 +-
 .../ws/util/tester/SendPayloadWithContextTest.java |   2 +-
 .../ws/util/tester/WebSocketBehaviorTestPage.java  |   2 +-
 74 files changed, 497 insertions(+), 524 deletions(-)
 delete mode 100644 
wicket-examples/src/main/java/org/apache/wicket/examples/ServerHostNameAndTimeFilter.java
 copy 
wicket-devutils/src/main/java/org/apache/wicket/devutils/inspector/enhancedpageview.css
 => 
wicket-examples/src/main/java/org/apache/wicket/examples/repeater/repeater.css 
(56%)
 copy wicket-core/src/test/java/org/apache/wicket/LoginPage.java => 
wicket-examples/src/main/java/org/apache/wicket/examples/tree/tree.css (65%)

Reply via email to