(wicket) branch dependabot/npm_and_yarn/testing/wicket-js-tests/multi-cd5fdbacd0 created (now 8cb22076c3)

2024-06-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/testing/wicket-js-tests/multi-cd5fdbacd0 in repository https://gitbox.apache.org/repos/asf/wicket.git at 8cb22076c3 Bump ws and puppeteer in

[PR] Bump ws and puppeteer in /testing/wicket-js-tests [wicket]

2024-06-18 Thread via GitHub
dependabot[bot] opened a new pull request, #895: URL: https://github.com/apache/wicket/pull/895 Bumps [ws](https://github.com/websockets/ws) and [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies needed to be updated together. Updates `ws` from 7.5.9 to 8.17.1

Re: [PR] Expand error messages in Component class [wicket]

2024-06-18 Thread via GitHub
martin-g commented on code in PR #894: URL: https://github.com/apache/wicket/pull/894#discussion_r1644389731 ## wicket-core/src/main/java/org/apache/wicket/Component.java: ## @@ -2478,7 +2478,8 @@ protected final void internalRenderComponent() if

[PR] Expand error messages in Component class [wicket]

2024-06-18 Thread via GitHub
kbachl opened a new pull request, #894: URL: https://github.com/apache/wicket/pull/894 The error messages in the Component class have been augmented with more detailed information. These include class type, parent markup ID, parent relative path, and the original URL. This is to give a