Commit c2fd9da
Fix race condition during initial admin account creation (#26036)
* Update README.md
* Update README.md
* Update README.md
* Remove link to non-existent newsletter
Also format with `yarn lint:fix` as noted in the contributing guide.
* Update README.md
* Update good first issues query
* Fix race condition during initial admin account creation
* Update core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Use synchronized method for initial admin account creation
---------
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
Co-authored-by: Kris Stern <krisstern@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent bcbe631 commit c2fd9da
File tree
1 file changed
+4
-1
lines changed- core/src/main/java/hudson/security
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
367 | 369 | | |
368 | 370 | | |
369 | 371 | | |
370 | 372 | | |
| 373 | + | |
371 | 374 | | |
372 | 375 | | |
373 | 376 | | |
| |||
0 commit comments