Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 966e58684b585ea27d4c5c83d23b57774c0f902c
      
https://github.com/jenkinsci/jenkins/commit/966e58684b585ea27d4c5c83d23b57774c0f902c
  Author: Alex Earl <[email protected]>
  Date:   2024-12-02 (Mon, 02 Dec 2024)

  Changed paths:
    M core/src/main/java/hudson/model/UpdateSite.java

  Log Message:
  -----------
  Allow subclasses of UpdateSite to call updateData

The updateData method is required to be called for the
actual update data to be synced. For plugins that may
implement a different method for interacting with an
update site (e.g. an implementation of password or
API key protected update site being planned for the
Managed Update Sites plugin), we need to override
updateDirectlyNow and call updateData with the
retrieved JSON data.


  Commit: 7d8d2a6f128691d7857dba5a5d47308796474dea
      
https://github.com/jenkinsci/jenkins/commit/7d8d2a6f128691d7857dba5a5d47308796474dea
  Author: Kris Stern <[email protected]>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

  Changed paths:
    M core/src/main/java/hudson/model/UpdateSite.java

  Log Message:
  -----------
  Merge pull request #10019 from slide/allow-subclasses-to-call-updateData

Allow subclasses of UpdateSite to call updateData


Compare: 
https://github.com/jenkinsci/jenkins/compare/171df4d10578...7d8d2a6f1286

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/171df4-7d8d2a%40github.com.

Reply via email to