Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/authorize-project-plugin
  Commit: 7edda3ee6de09a7659fbbc25a702128ea3a42a13
      
https://github.com/jenkinsci/authorize-project-plugin/commit/7edda3ee6de09a7659fbbc25a702128ea3a42a13
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/authorizeproject/testutil/AuthorizeProjectJenkinsRule.java

  Log Message:
  -----------
  Fix WebClient missing polyfill

Thanks to @basil for raising awareness of this - jenkinsci/jenkins#9148 
(comment).

We're now using the JavaScript fetch() API for the builds widget which requires 
a polyfill for HtmlUnit. This polyfill is enabled by default as part of the 
Jenkins 
test harness createWebClient(), however in this case that method wasn't used 
as a couple of methods of WebClient needed to be overridden.

This MR enables the polyfill for that web client.



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/authorize-project-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/authorize-project-plugin/push/refs/heads/master/6461f7-7edda3%40github.com.

Reply via email to