Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 39c33b8c998452241426cc2df181edbb490d7503
https://github.com/jenkinsci/jenkins/commit/39c33b8c998452241426cc2df181edbb490d7503
Author: Daniel Beck <[email protected]>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M bom/pom.xml
Log Message:
-----------
Update commons-beanutils to 1.9.4, adapt Stapler
Commit: c63c0f1d554cf686018d5ce1e8aae5d61ffcfa10
https://github.com/jenkinsci/jenkins/commit/c63c0f1d554cf686018d5ce1e8aae5d61ffcfa10
Author: Daniel Beck <[email protected]>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M bom/pom.xml
Log Message:
-----------
Update dependency to latest PR state
Commit: 5e11a86c7dbfc318cf8bca4322b87bf7c687ab72
https://github.com/jenkinsci/jenkins/commit/5e11a86c7dbfc318cf8bca4322b87bf7c687ab72
Author: Daniel Beck <[email protected]>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M bom/pom.xml
Log Message:
-----------
Add new Stapler incremental
Commit: bb96fc76dfd51375c4daa36dac2b9aa2a54b8347
https://github.com/jenkinsci/jenkins/commit/bb96fc76dfd51375c4daa36dac2b9aa2a54b8347
Author: Daniel Beck <[email protected]>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
A test/src/test/java/org/kohsuke/stapler/beanutils/TagTest.java
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/_included.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyLibInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyLibWithClassInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyLibWithItInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyNamespaceInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyNamespaceWithClassInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyNamespaceWithItInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyStInclude.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyStIncludeClass.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyStIncludeClassByName.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyStIncludeIt.jelly
Log Message:
-----------
Add some basic tests for st:include in Groovy and Jelly, with and without
workaround
Commit: 6d9b1fed238bc872c3fdcbf569bb332b9edc3fbc
https://github.com/jenkinsci/jenkins/commit/6d9b1fed238bc872c3fdcbf569bb332b9edc3fbc
Author: Daniel Beck <[email protected]>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
A
test/src/test/java/org/kohsuke/stapler/beanutils/BasicTagWithObjectProperty.java
A test/src/test/java/org/kohsuke/stapler/beanutils/BeanUtilsTagLibrary.java
A
test/src/test/java/org/kohsuke/stapler/beanutils/DynaTagWithStringProperty.java
M test/src/test/java/org/kohsuke/stapler/beanutils/TagTest.java
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyCallingJellyBuilderJellyThenInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyCallingJellyBuilderJellyThenTagWithObjectProperty.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyCallingJellyBuilderJellyThenTagWithStringProperty.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyWithMyTagLibClassName.jelly
Log Message:
-----------
More tests
Commit: f03480dafccc1b3ad637672a85f92cc32a991489
https://github.com/jenkinsci/jenkins/commit/f03480dafccc1b3ad637672a85f92cc32a991489
Author: Daniel Beck <[email protected]>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M test/src/test/java/org/kohsuke/stapler/beanutils/TagTest.java
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyViewWithTagLibTag.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyViewWithTagLibTag.jelly
A test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/lib/taglib
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/lib/thisTagHasClass.jelly
Log Message:
-----------
Add a test for a CustomTagLibrary implementation with 'class'
Commit: 1c0951da0939ff099ca68b60b109ad2d83e8b5b9
https://github.com/jenkinsci/jenkins/commit/1c0951da0939ff099ca68b60b109ad2d83e8b5b9
Author: Daniel Beck <[email protected]>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M test/src/test/java/org/kohsuke/stapler/beanutils/TagTest.java
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyViewWithReallyStaticTag.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyViewWithReallyStaticTag.jelly
Log Message:
-----------
Add test for ReallyStaticTagLibrary with 'class' attribute
Given how common this is, barely worth the effort.
Commit: 03ed37e75a6a4d4b84f2b4c253c8fe4c27dfc44e
https://github.com/jenkinsci/jenkins/commit/03ed37e75a6a4d4b84f2b4c253c8fe4c27dfc44e
Author: Daniel Beck <[email protected]>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M test/src/test/java/org/kohsuke/stapler/beanutils/TagTest.java
Log Message:
-----------
Minor cleanup, add Javadoc for test
Commit: 857874b4fe976c39649d28c31a27a98cb7a17003
https://github.com/jenkinsci/jenkins/commit/857874b4fe976c39649d28c31a27a98cb7a17003
Author: Daniel Beck <[email protected]>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M test/src/test/java/org/kohsuke/stapler/beanutils/TagTest.java
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyDefineTagLib.jelly
Log Message:
-----------
Add test for DefineTagLibrary creating a tag with 'class' attribute
Commit: 71f26e906ed6df0d3b39e92bece1e0aaf3199b25
https://github.com/jenkinsci/jenkins/commit/71f26e906ed6df0d3b39e92bece1e0aaf3199b25
Author: Daniel Beck <[email protected]>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M test/src/test/java/org/kohsuke/stapler/beanutils/TagTest.java
Log Message:
-----------
Make test name less weird
Commit: aeadd5e2b5ef120c8be0f6cd5423525168da8deb
https://github.com/jenkinsci/jenkins/commit/aeadd5e2b5ef120c8be0f6cd5423525168da8deb
Author: Daniel Beck <[email protected]>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M .github/dependabot.yml
Log Message:
-----------
Remove commons-beanutils block from dependabot config
Commit: d024ba7e813e8180b4dad111862ce4066aa4dab6
https://github.com/jenkinsci/jenkins/commit/d024ba7e813e8180b4dad111862ce4066aa4dab6
Author: Jesse Glick <[email protected]>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M bom/pom.xml
Log Message:
-----------
Stapler 1.263 released
Co-authored-by: Basil Crow <[email protected]>
Commit: 19d56ffbb2b7e45e10e583f32f93d44f49e4c174
https://github.com/jenkinsci/jenkins/commit/19d56ffbb2b7e45e10e583f32f93d44f49e4c174
Author: Jesse Glick <[email protected]>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M .github/workflows/changelog.yml
M bom/pom.xml
M cli/pom.xml
M cli/src/main/java/hudson/cli/CLI.java
M cli/src/main/java/hudson/cli/FlightRecorderInputStream.java
M cli/src/main/java/hudson/cli/PlainCLIProtocol.java
M cli/src/main/java/hudson/cli/PrivateKeyProvider.java
M cli/src/main/java/hudson/util/QuotedStringTokenizer.java
M cli/src/test/java/hudson/cli/HexDumpTest.java
M cli/src/test/java/hudson/cli/PrivateKeyProviderTest.java
A cli/src/test/resources/hudson/cli/blank
A cli/src/test/resources/hudson/cli/openssh-multiple-keys
A cli/src/test/resources/hudson/cli/openssh-pkcs8
A cli/src/test/resources/hudson/cli/openssh-rfc4716
R cli/src/test/resources/hudson/cli/openssh-unsuported
M core/pom.xml
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/DescriptorExtensionList.java
M core/src/main/java/hudson/EnvVars.java
M core/src/main/java/hudson/ExpressionFactory2.java
M core/src/main/java/hudson/ExtensionFinder.java
M core/src/main/java/hudson/FilePath.java
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/Launcher.java
M core/src/main/java/hudson/MarkupText.java
M core/src/main/java/hudson/Plugin.java
M core/src/main/java/hudson/PluginFirstClassLoader.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/PluginWrapper.java
M core/src/main/java/hudson/Proc.java
M core/src/main/java/hudson/TcpSlaveAgentListener.java
M core/src/main/java/hudson/Util.java
M core/src/main/java/hudson/XmlFile.java
M core/src/main/java/hudson/cli/CLIAction.java
M core/src/main/java/hudson/cli/DisconnectNodeCommand.java
M core/src/main/java/hudson/cli/declarative/MethodBinder.java
M core/src/main/java/hudson/cli/declarative/package-info.java
M core/src/main/java/hudson/console/ConsoleNote.java
M core/src/main/java/hudson/console/ExpandableDetailsNote.java
M core/src/main/java/hudson/console/HyperlinkNote.java
M core/src/main/java/hudson/console/LineTransformationOutputStream.java
M core/src/main/java/hudson/console/ModelHyperlinkNote.java
M core/src/main/java/hudson/console/package-info.java
M core/src/main/java/hudson/diagnosis/HudsonHomeDiskUsageChecker.java
M core/src/main/java/hudson/diagnosis/HudsonHomeDiskUsageMonitor.java
M core/src/main/java/hudson/diagnosis/OldDataMonitor.java
M core/src/main/java/hudson/init/InitStrategy.java
M core/src/main/java/hudson/init/TaskMethodFinder.java
M core/src/main/java/hudson/lifecycle/Lifecycle.java
M core/src/main/java/hudson/lifecycle/WindowsInstallerLink.java
M core/src/main/java/hudson/logging/LogRecorder.java
M core/src/main/java/hudson/logging/LogRecorderManager.java
M core/src/main/java/hudson/markup/EscapedMarkupFormatter.java
M core/src/main/java/hudson/model/AbstractBuild.java
M core/src/main/java/hudson/model/AbstractCIBase.java
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/AllView.java
M core/src/main/java/hudson/model/BooleanParameterDefinition.java
M core/src/main/java/hudson/model/Computer.java
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/java/hudson/model/DisplayNameListener.java
M core/src/main/java/hudson/model/Environment.java
M core/src/main/java/hudson/model/FileParameterDefinition.java
M core/src/main/java/hudson/model/FileParameterValue.java
M core/src/main/java/hudson/model/FingerprintMap.java
M core/src/main/java/hudson/model/FreeStyleProject.java
M core/src/main/java/hudson/model/FullDuplexHttpChannel.java
M core/src/main/java/hudson/model/Hudson.java
M core/src/main/java/hudson/model/JDK.java
M core/src/main/java/hudson/model/Job.java
M core/src/main/java/hudson/model/JobProperty.java
M core/src/main/java/hudson/model/Label.java
M core/src/main/java/hudson/model/LargeText.java
M core/src/main/java/hudson/model/LoadStatistics.java
M core/src/main/java/hudson/model/MyView.java
M core/src/main/java/hudson/model/MyViewsProperty.java
M core/src/main/java/hudson/model/Node.java
M core/src/main/java/hudson/model/PaneStatusProperties.java
M core/src/main/java/hudson/model/ParameterDefinition.java
M core/src/main/java/hudson/model/ParametersDefinitionProperty.java
M core/src/main/java/hudson/model/PasswordParameterDefinition.java
M core/src/main/java/hudson/model/PasswordParameterValue.java
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/model/Run.java
M core/src/main/java/hudson/model/RunMap.java
M core/src/main/java/hudson/model/Slave.java
M core/src/main/java/hudson/model/StringParameterDefinition.java
M core/src/main/java/hudson/model/TextParameterDefinition.java
M core/src/main/java/hudson/model/TopLevelItemDescriptor.java
M core/src/main/java/hudson/model/TransientUserActionFactory.java
M core/src/main/java/hudson/model/TreeView.java
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/hudson/model/UsageStatistics.java
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/model/View.java
M core/src/main/java/hudson/model/labels/LabelAtom.java
M core/src/main/java/hudson/model/labels/LabelExpression.java
M core/src/main/java/hudson/model/listeners/ItemListener.java
M core/src/main/java/hudson/model/queue/FutureImpl.java
M core/src/main/java/hudson/model/queue/Latch.java
M core/src/main/java/hudson/model/queue/MappingWorksheet.java
M core/src/main/java/hudson/model/queue/QueueTaskFilter.java
M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java
M core/src/main/java/hudson/node_monitors/ArchitectureMonitor.java
M core/src/main/java/hudson/node_monitors/ClockMonitor.java
M core/src/main/java/hudson/node_monitors/DiskSpaceMonitor.java
M core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java
M core/src/main/java/hudson/node_monitors/SwapSpaceMonitor.java
M core/src/main/java/hudson/node_monitors/TemporarySpaceMonitor.java
M core/src/main/java/hudson/org/apache/tools/tar/TarInputStream.java
M core/src/main/java/hudson/org/apache/tools/tar/TarOutputStream.java
M core/src/main/java/hudson/os/SU.java
M core/src/main/java/hudson/scheduler/CronTab.java
M core/src/main/java/hudson/scm/AutoBrowserHolder.java
M core/src/main/java/hudson/scm/ChangeLogSet.java
M core/src/main/java/hudson/scm/SCMDescriptor.java
M core/src/main/java/hudson/scm/SCMRevisionState.java
M core/src/main/java/hudson/search/ParsedQuickSilver.java
M core/src/main/java/hudson/search/Search.java
M core/src/main/java/hudson/search/UserSearchProperty.java
M
core/src/main/java/hudson/security/FullControlOnceLoggedInAuthorizationStrategy.java
M core/src/main/java/hudson/security/GlobalSecurityConfiguration.java
M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
M core/src/main/java/hudson/security/LegacyAuthorizationStrategy.java
M core/src/main/java/hudson/security/LegacySecurityRealm.java
M core/src/main/java/hudson/security/TokenBasedRememberMeServices2.java
M core/src/main/java/hudson/security/captcha/CaptchaSupport.java
M core/src/main/java/hudson/security/csrf/CrumbFilter.java
M core/src/main/java/hudson/security/csrf/DefaultCrumbIssuer.java
M
core/src/main/java/hudson/security/csrf/GlobalCrumbIssuerConfiguration.java
M core/src/main/java/hudson/slaves/CloudSlaveRetentionStrategy.java
M core/src/main/java/hudson/slaves/DelegatingComputerLauncher.java
M core/src/main/java/hudson/slaves/DumbSlave.java
M core/src/main/java/hudson/slaves/JNLPLauncher.java
M core/src/main/java/hudson/slaves/NodeProvisioner.java
M core/src/main/java/hudson/slaves/RetentionStrategy.java
M core/src/main/java/hudson/slaves/SimpleScheduledRetentionStrategy.java
M core/src/main/java/hudson/slaves/SlaveComputer.java
M core/src/main/java/hudson/slaves/WorkspaceList.java
M core/src/main/java/hudson/tasks/ArtifactArchiver.java
M core/src/main/java/hudson/tasks/BatchFile.java
M core/src/main/java/hudson/tasks/BuildTrigger.java
M core/src/main/java/hudson/tasks/BuildWrapper.java
M core/src/main/java/hudson/tasks/Builder.java
M core/src/main/java/hudson/tasks/CommandInterpreter.java
M core/src/main/java/hudson/tasks/Fingerprinter.java
M core/src/main/java/hudson/tasks/LogRotator.java
M core/src/main/java/hudson/tasks/Maven.java
M core/src/main/java/hudson/tasks/Notifier.java
M core/src/main/java/hudson/tasks/Recorder.java
M core/src/main/java/hudson/tasks/Shell.java
M core/src/main/java/hudson/tasks/_maven/Maven3MojoNote.java
M core/src/main/java/hudson/tasks/_maven/MavenErrorNote.java
M core/src/main/java/hudson/tasks/_maven/MavenMojoNote.java
M core/src/main/java/hudson/tasks/_maven/MavenWarningNote.java
M core/src/main/java/hudson/tools/AbstractCommandInstaller.java
M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
M core/src/main/java/hudson/tools/InstallSourceProperty.java
M core/src/main/java/hudson/tools/ToolInstallation.java
M core/src/main/java/hudson/tools/ToolLocationNodeProperty.java
M core/src/main/java/hudson/tools/ZipExtractionInstaller.java
M core/src/main/java/hudson/triggers/SCMTrigger.java
M core/src/main/java/hudson/triggers/SlowTriggerAdminMonitor.java
M core/src/main/java/hudson/triggers/TimerTrigger.java
M core/src/main/java/hudson/triggers/Trigger.java
M core/src/main/java/hudson/util/AdaptedIterator.java
M core/src/main/java/hudson/util/ArgumentListBuilder.java
M core/src/main/java/hudson/util/ByteBuffer.java
M core/src/main/java/hudson/util/CharSpool.java
M core/src/main/java/hudson/util/ChartUtil.java
M core/src/main/java/hudson/util/ColorPalette.java
M core/src/main/java/hudson/util/ConsistentHash.java
M core/src/main/java/hudson/util/CopyOnWriteList.java
M core/src/main/java/hudson/util/DOSToUnixPathHelper.java
M core/src/main/java/hudson/util/DescribableList.java
M core/src/main/java/hudson/util/Digester2.java
M core/src/main/java/hudson/util/FormFieldValidator.java
M core/src/main/java/hudson/util/FormValidation.java
M core/src/main/java/hudson/util/Iterators.java
M core/src/main/java/hudson/util/LRUStringConverter.java
M core/src/main/java/hudson/util/LineEndNormalizingWriter.java
M core/src/main/java/hudson/util/PackedMap.java
M core/src/main/java/hudson/util/PersistedList.java
M core/src/main/java/hudson/util/ProcessTree.java
M core/src/main/java/hudson/util/RunList.java
M core/src/main/java/hudson/util/Secret.java
M core/src/main/java/hudson/util/TimeUnit2.java
M core/src/main/java/hudson/util/UnbufferedBase64InputStream.java
M core/src/main/java/hudson/util/WriterOutputStream.java
M core/src/main/java/hudson/util/XStream2.java
M core/src/main/java/hudson/util/io/ArchiverFactory.java
M core/src/main/java/hudson/util/jna/Options.java
M core/src/main/java/hudson/util/xstream/MapperDelegate.java
M core/src/main/java/hudson/views/MyViewsTabBar.java
M core/src/main/java/hudson/views/ViewJobFilter.java
M core/src/main/java/jenkins/DailyCheck.java
M core/src/main/java/jenkins/InitReactorRunner.java
A core/src/main/java/jenkins/UserAgentURLConnectionDecorator.java
M core/src/main/java/jenkins/agents/AgentComputerUtil.java
A core/src/main/java/jenkins/diagnostics/ControllerExecutorsAgents.java
A core/src/main/java/jenkins/diagnostics/ControllerExecutorsNoAgents.java
M core/src/main/java/jenkins/install/InstallState.java
M core/src/main/java/jenkins/install/InstallUtil.java
M core/src/main/java/jenkins/install/SetupWizard.java
M core/src/main/java/jenkins/model/CoreEnvironmentContributor.java
M core/src/main/java/jenkins/model/DefaultUserCanonicalIdResolver.java
M core/src/main/java/jenkins/model/IdStrategy.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/model/NewViewLink.java
M core/src/main/java/jenkins/model/OptionalJobProperty.java
M core/src/main/java/jenkins/model/ProjectNamingStrategy.java
M core/src/main/java/jenkins/model/StandardArtifactManager.java
M core/src/main/java/jenkins/model/UnlabeledLoadStatistics.java
M core/src/main/java/jenkins/model/item_category/ItemCategory.java
M core/src/main/java/jenkins/model/lazy/LazyBuildMixIn.java
M core/src/main/java/jenkins/model/lazy/LazyLoadRunMapEntrySet.java
M core/src/main/java/jenkins/model/lazy/SortedIntList.java
M core/src/main/java/jenkins/model/lazy/SortedList.java
M core/src/main/java/jenkins/model/queue/AsynchronousExecution.java
M
core/src/main/java/jenkins/security/BasicHeaderRealPasswordAuthenticator.java
M core/src/main/java/jenkins/security/ResourceDomainRootAction.java
M core/src/main/java/jenkins/security/SecureRequester.java
M core/src/main/java/jenkins/security/s2m/CallableDirectionChecker.java
M core/src/main/java/jenkins/security/s2m/ConfigFile.java
M core/src/main/java/jenkins/security/s2m/DefaultFilePathFilter.java
M core/src/main/java/jenkins/security/seed/UserSeedProperty.java
M core/src/main/java/jenkins/security/stapler/StaplerDispatchValidator.java
M
core/src/main/java/jenkins/security/stapler/StaticRoutingDecisionProvider.java
M core/src/main/java/jenkins/security/stapler/TypedFilter.java
M core/src/main/java/jenkins/slaves/DefaultJnlpSlaveReceiver.java
M core/src/main/java/jenkins/tasks/SimpleBuildWrapper.java
M core/src/main/java/jenkins/telemetry/Correlator.java
M
core/src/main/java/jenkins/telemetry/impl/java11/MissingClassTelemetry.java
M core/src/main/java/jenkins/tools/GlobalToolConfiguration.java
M core/src/main/java/jenkins/util/AntClassLoader.java
M core/src/main/java/jenkins/util/AtmostOneTaskExecutor.java
M core/src/main/java/jenkins/util/FullDuplexHttpService.java
M core/src/main/java/jenkins/util/MarkFindingOutputStream.java
M core/src/main/java/jenkins/util/VirtualFile.java
M core/src/main/java/jenkins/util/io/FileBoolean.java
M core/src/main/java/jenkins/util/xml/RestrictiveEntityResolver.java
M core/src/main/java/jenkins/util/xml/XMLUtils.java
M core/src/main/java/jenkins/util/xstream/XStreamDOM.java
M core/src/main/java/jenkins/widgets/HistoryPageFilter.java
A core/src/main/java/org/jenkins/ui/icon/BuildStatusIcon.java
M core/src/main/java/org/jenkins/ui/icon/Icon.java
A core/src/main/java/org/jenkins/ui/icon/IconFormat.java
M core/src/main/java/org/jenkins/ui/icon/IconSet.java
A core/src/main/java/org/jenkins/ui/icon/WeatherIcon.java
M core/src/main/resources/hudson/AboutJenkins/index.jelly
M
core/src/main/resources/hudson/PluginManager/PluginCycleDependenciesMonitor/message.properties
M
core/src/main/resources/hudson/PluginManager/PluginUpdateMonitor/message.properties
M core/src/main/resources/hudson/PluginManager/_table.css
M core/src/main/resources/hudson/PluginWrapper/thirdPartyLicenses.properties
M
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/message.properties
M
core/src/main/resources/hudson/diagnosis/NullIdDescriptorMonitor/message.properties
M core/src/main/resources/hudson/init/impl/Messages.properties
M core/src/main/resources/hudson/lifecycle/Messages.properties
M
core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index.properties
M core/src/main/resources/hudson/logging/Messages.properties
A
core/src/main/resources/hudson/model/AbstractItem/confirm-rename_ja.properties
M core/src/main/resources/hudson/model/AbstractProject/sidepanel.properties
M core/src/main/resources/hudson/model/Computer/configure.properties
M core/src/main/resources/hudson/model/Fingerprint/index.properties
M core/src/main/resources/hudson/model/Job/buildTimeTrend.properties
M core/src/main/resources/hudson/model/ListView/newViewDetail.properties
M core/src/main/resources/hudson/model/Messages_ja.properties
M core/src/main/resources/hudson/model/Messages_sl.properties
M core/src/main/resources/hudson/model/MyView/newViewDetail.properties
M core/src/main/resources/hudson/model/Run/delete-retry.properties
M
core/src/main/resources/hudson/model/UpdateCenter/CompleteBatchJob/Pending/status.jelly
M
core/src/main/resources/hudson/model/UpdateCenter/CompleteBatchJob/Running/status.jelly
M
core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Installing/status.jelly
M
core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Pending/status.jelly
M
core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Skipped/status.jelly
M
core/src/main/resources/hudson/model/UpdateCenter/RestartJenkinsJob/Pending/status.jelly
M
core/src/main/resources/hudson/model/UpdateCenter/RestartJenkinsJob/Running/status.jelly
M core/src/main/resources/hudson/model/UpdateCenter/body.jelly
M core/src/main/resources/hudson/model/User/configure.properties
M core/src/main/resources/hudson/model/View/delete_ja.properties
M core/src/main/resources/hudson/model/View/index_ja.properties
M core/src/main/resources/hudson/model/View/newJobButtonBar.properties
M core/src/main/resources/hudson/model/View/newJob_ja.properties
M
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary.properties
M
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseNodeIsOffline/summary.properties
M core/src/main/resources/hudson/model/queue/Messages.properties
M
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/success.properties
M core/src/main/resources/hudson/slaves/JNLPLauncher/main.properties
M core/src/main/resources/hudson/slaves/SlaveComputer/threadDump.properties
M
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes.properties
M
core/src/main/resources/hudson/triggers/SCMTrigger/BuildAction/index.properties
M
core/src/main/resources/hudson/triggers/SCMTrigger/SCMAction/index.properties
M core/src/main/resources/hudson/util/JenkinsReloadFailed/index.properties
M core/src/main/resources/hudson/util/Messages.properties
M core/src/main/resources/hudson/util/NoTempDir/index.properties
M core/src/main/resources/jenkins/diagnosis/HsErrPidList/index.properties
M core/src/main/resources/jenkins/diagnosis/HsErrPidList/message.properties
A
core/src/main/resources/jenkins/diagnostics/ControllerExecutorsAgents/message.jelly
A
core/src/main/resources/jenkins/diagnostics/ControllerExecutorsAgents/message.properties
A
core/src/main/resources/jenkins/diagnostics/ControllerExecutorsNoAgents/message.jelly
A
core/src/main/resources/jenkins/diagnostics/ControllerExecutorsNoAgents/message.properties
M core/src/main/resources/jenkins/diagnostics/Messages.properties
M
core/src/main/resources/jenkins/management/AdministrativeMonitorsConfiguration/config.groovy
M core/src/main/resources/jenkins/management/PluginsLink/info.properties
M
core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.groovy
M
core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.properties
M core/src/main/resources/jenkins/model/Jenkins/manage.jelly
M core/src/main/resources/jenkins/model/Messages_ja.properties
A core/src/main/resources/jenkins/model/RenameAction/action_ja.properties
M
core/src/main/resources/jenkins/security/RekeySecretAdminMonitor/message.properties
M
core/src/main/resources/jenkins/security/apitoken/ApiTokenPropertyDisabledDefaultAdministrativeMonitor/message.properties
M
core/src/main/resources/jenkins/security/apitoken/ApiTokenPropertyEnabledNewLegacyAdministrativeMonitor/message.properties
M
core/src/main/resources/jenkins/security/csrf/CSRFAdministrativeMonitor/message.properties
M
core/src/main/resources/jenkins/security/s2m/AdminCallableMonitor/message.properties
M core/src/main/resources/jenkins/split-plugins.txt
M
core/src/main/resources/jenkins/tools/GlobalToolConfiguration/index.properties
M core/src/main/resources/lib/form/combobox.jelly
M core/src/main/resources/lib/form/expandableTextbox.properties
M core/src/main/resources/lib/form/hetero-list.jelly
M core/src/main/resources/lib/form/number.jelly
M core/src/main/resources/lib/form/password.jelly
M core/src/main/resources/lib/form/select.jelly
M core/src/main/resources/lib/form/textarea.jelly
M core/src/main/resources/lib/form/textbox.jelly
M core/src/main/resources/lib/hudson/buildProgressBar.properties
M core/src/main/resources/lib/hudson/project/build-permalink.properties
M core/src/main/resources/lib/hudson/scriptConsole.properties
A core/src/main/resources/lib/layout/breadcrumbBar_ja.properties
M core/src/main/resources/lib/layout/breadcrumbs.js
M core/src/main/resources/lib/layout/icon.jelly
M core/src/main/resources/lib/layout/progressiveRendering.properties
M core/src/main/resources/lib/test/bar.properties
M core/src/test/java/hudson/FilePathTest.java
M core/src/test/java/hudson/XmlFileTest.java
M core/src/test/java/hudson/cli/handlers/ViewOptionHandlerTest.java
M core/src/test/java/hudson/model/ActionableTest.java
M core/src/test/java/hudson/model/ChoiceParameterDefinitionTest.java
M core/src/test/java/hudson/model/ComputerTest.java
M core/src/test/java/hudson/model/StubJob.java
M core/src/test/java/hudson/model/UserIdMapperTest.java
M core/src/test/java/hudson/tasks/BuildStepCompatibilityLayerTest.java
M core/src/test/java/hudson/util/FileChannelWriterTest.java
M core/src/test/java/hudson/util/IsOverriddenTest.java
M core/src/test/java/hudson/util/RobustReflectionConverterTest.java
M core/src/test/java/hudson/util/SecretTest.java
M core/src/test/java/jenkins/ResilientJsonObjectTest.java
M core/src/test/java/jenkins/model/NewViewLinkTest.java
M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java
M core/src/test/java/jenkins/util/JenkinsJVMTest.java
M core/src/test/java/jenkins/util/ResourceBundleUtilTest.java
M pom.xml
M src/findbugs/findbugs-excludes.xml
M test/pom.xml
M test/src/test/java/hudson/ExtensionListTest.java
M test/src/test/java/hudson/cli/CLITest.java
M test/src/test/java/hudson/cli/DisconnectNodeCommandTest.java
M test/src/test/java/hudson/cli/QuietDownCommandTest.java
M test/src/test/java/hudson/console/ConsoleLogFilterTest.java
M test/src/test/java/hudson/model/AbstractProjectTest.java
A test/src/test/java/hudson/model/ComputerConfigDotXmlSEC1721Test.java
M test/src/test/java/hudson/model/ComputerConfigDotXmlTest.java
M test/src/test/java/hudson/model/DescriptorTest.java
M test/src/test/java/hudson/model/QueueTest.java
M test/src/test/java/hudson/model/RunParameterDefinitionTest.java
M test/src/test/java/hudson/model/UpdateSiteTest.java
A test/src/test/java/hudson/model/ViewSEC1871Test.java
M test/src/test/java/hudson/model/ViewTest.java
M test/src/test/java/hudson/model/labels/LabelAtomSecurity1986Test.java
M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java
M test/src/test/java/hudson/security/PermissionGroupTest.java
M test/src/test/java/hudson/slaves/PingThreadTest.java
M test/src/test/java/hudson/tasks/LogRotatorTest.java
A test/src/test/java/jenkins/diagnostics/ControllerExecutorsAgentsTest.java
A
test/src/test/java/jenkins/diagnostics/ControllerExecutorsNoAgentsTest.java
M test/src/test/java/jenkins/install/SetupWizardTest.java
M
test/src/test/java/jenkins/model/JenkinsSystemReadAndManagePermissionTest.java
M
test/src/test/java/jenkins/security/SecurityContextExecutorServiceTest.java
M test/src/test/java/jenkins/security/UserDetailsCacheTest.java
M test/src/test/java/jenkins/security/stapler/DoActionFilterTest.java
M test/src/test/java/jenkins/util/FullDuplexHttpServiceTest.java
M test/src/test/java/lib/form/HeteroListTest.java
A test/src/test/java/lib/form/NumberTest.java
M test/src/test/java/lib/form/RowVisibilityGroupTest.java
M test/src/test/java/lib/layout/IconTest.java
A test/src/test/java/org/kohsuke/stapler/Security1097Test.java
M
test/src/test/resources/hudson/ClassicPluginStrategyTest/testDisabledDependencyClassLoader.zip
M test/src/test/resources/hudson/HtmlEscapeTest/foo.properties
M test/src/test/resources/hudson/model/UsageStatisticsTest/jobs.json
A test/src/test/resources/lib/form/NumberTest/MaxValidation/index.jelly
A
test/src/test/resources/lib/form/NumberTest/MinAndMaxValidation/index.jelly
A test/src/test/resources/lib/form/NumberTest/MinValidation/index.jelly
R test/src/test/resources/lib/layout/IconTest/01_testIcons.jelly
R test/src/test/resources/lib/layout/IconTest/02_testBallColorTd.jelly
R test/src/test/resources/lib/layout/IconTest/03_testTask.jelly
A test/src/test/resources/lib/layout/IconTest/TestBallColorTd/index.jelly
A test/src/test/resources/lib/layout/IconTest/TestIcons/index.jelly
A test/src/test/resources/lib/layout/IconTest/TestTasks/index.jelly
A
test/src/test/resources/org/kohsuke/stapler/Security1097Test/RootActionImpl/get1.jelly
A
test/src/test/resources/org/kohsuke/stapler/Security1097Test/RootActionImpl/get2.jelly
A
test/src/test/resources/org/kohsuke/stapler/Security1097Test/RootActionImpl/post1.jelly
A
test/src/test/resources/org/kohsuke/stapler/Security1097Test/RootActionImpl/post2.jelly
A test/src/test/resources/plugins/available-update-center.json
M war/pom.xml
M war/src/main/less/abstracts/theme.less
M war/src/main/less/base-styles-v2.less
M war/src/main/less/base/style.less
M war/src/main/less/base/yui-compatibility.less
A war/src/main/less/modules/badges.less
M war/src/main/less/modules/icons.less
M war/src/main/less/modules/manage-jenkins.less
A war/src/main/webapp/images/build-status/build-status-sprite.svg
A war/src/main/webapp/images/build-status/weather-sprite.svg
A war/src/main/webapp/images/material-icons/computer-24px.svg
A war/src/main/webapp/images/material-icons/view_headline-24px.svg
A war/src/main/webapp/images/svgs/clipboard-list-solid.svg
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Merge branch 'master' into beanutils-1.9.4
Commit: 2be61f0aa530a90a1b614605268f9c996bccf8d6
https://github.com/jenkinsci/jenkins/commit/2be61f0aa530a90a1b614605268f9c996bccf8d6
Author: Mark Waite <[email protected]>
Date: 2021-04-10 (Sat, 10 Apr 2021)
Changed paths:
M .github/dependabot.yml
M bom/pom.xml
A
test/src/test/java/org/kohsuke/stapler/beanutils/BasicTagWithObjectProperty.java
A test/src/test/java/org/kohsuke/stapler/beanutils/BeanUtilsTagLibrary.java
A
test/src/test/java/org/kohsuke/stapler/beanutils/DynaTagWithStringProperty.java
A test/src/test/java/org/kohsuke/stapler/beanutils/TagTest.java
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/_included.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyCallingJellyBuilderJellyThenInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyCallingJellyBuilderJellyThenTagWithObjectProperty.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyCallingJellyBuilderJellyThenTagWithStringProperty.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyLibInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyLibWithClassInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyLibWithItInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyNamespaceInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyNamespaceWithClassInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyNamespaceWithItInclude.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyViewWithReallyStaticTag.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/groovyViewWithTagLibTag.groovy
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyDefineTagLib.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyStInclude.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyStIncludeClass.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyStIncludeClassByName.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyStIncludeIt.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyViewWithReallyStaticTag.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyViewWithTagLibTag.jelly
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/RootActionImpl/jellyWithMyTagLibClassName.jelly
A test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/lib/taglib
A
test/src/test/resources/org/kohsuke/stapler/beanutils/TagTest/lib/thisTagHasClass.jelly
Log Message:
-----------
Merge pull request #5324 from daniel-beck/beanutils-1.9.4
Update commons-beanutils to 1.9.4, adapt Stapler
Compare:
https://github.com/jenkinsci/jenkins/compare/6e34854ff9ff...2be61f0aa530
--
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 on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/6e3485-2be61f%40github.com.