Skip to content

Commit 4283410

Browse files
committed
Merge remote-tracking branch 'upstream/7.x' into maint/main/mergeup-5-26-23
* upstream/7.x: (packaging) Updating manpage file for 7.x (PUP-11723) Remove concurrent-ruby private class
2 parents ad7d75b + 2078f20 commit 4283410

26 files changed

+26
-29
lines changed

.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
4040
s.add_runtime_dependency(%q<locale>, "~> 2.1")
4141
s.add_runtime_dependency(%q<multi_json>, "~> 1.13")
4242
s.add_runtime_dependency(%q<puppet-resource_api>, "~> 1.5")
43-
s.add_runtime_dependency(%q<concurrent-ruby>, ["~> 1.0", "< 1.2.0"])
43+
s.add_runtime_dependency(%q<concurrent-ruby>, "~> 1.0")
4444
s.add_runtime_dependency(%q<deep_merge>, "~> 1.0")
4545
s.add_runtime_dependency(%q<scanf>, "~> 1.0")
4646

ext/project_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem_runtime_dependencies:
2424
locale: '~> 2.1'
2525
multi_json: '~> 1.13'
2626
puppet-resource_api: '~>1.5'
27-
concurrent-ruby: ["~> 1.0", "< 1.2.0"]
27+
concurrent-ruby: "~> 1.0"
2828
deep_merge: '~> 1.0'
2929
scanf: '~> 1.0'
3030
gem_rdoc_options:

lib/puppet/thread_local.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# frozen_string_literal: true
22
require 'concurrent'
33

4-
# We want to use the pure Ruby implementation even on JRuby. If we use the Java
5-
# implementation of ThreadLocal, we end up leaking references to JRuby instances
6-
# and preventing them from being garbage collected.
7-
class Puppet::ThreadLocal < Concurrent::RubyThreadLocalVar
4+
class Puppet::ThreadLocal < Concurrent::ThreadLocalVar
85
end

man/man5/puppet.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "PUPPETCONF" "5" "April 2023" "Puppet, Inc." "Puppet manual"
4+
.TH "PUPPETCONF" "5" "May 2023" "Puppet, Inc." "Puppet manual"
55
\fBThis page is autogenerated; any changes will get overwritten\fR
66
.
77
.SH "Configuration settings"

man/man8/puppet-agent.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "PUPPET\-AGENT" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4+
.TH "PUPPET\-AGENT" "8" "May 2023" "Puppet, Inc." "Puppet manual"
55
.
66
.SH "NAME"
77
\fBpuppet\-agent\fR \- The puppet agent daemon

man/man8/puppet-apply.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "PUPPET\-APPLY" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4+
.TH "PUPPET\-APPLY" "8" "May 2023" "Puppet, Inc." "Puppet manual"
55
.
66
.SH "NAME"
77
\fBpuppet\-apply\fR \- Apply Puppet manifests locally

man/man8/puppet-catalog.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "PUPPET\-CATALOG" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4+
.TH "PUPPET\-CATALOG" "8" "May 2023" "Puppet, Inc." "Puppet manual"
55
.
66
.SH "NAME"
77
\fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.

man/man8/puppet-config.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "PUPPET\-CONFIG" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4+
.TH "PUPPET\-CONFIG" "8" "May 2023" "Puppet, Inc." "Puppet manual"
55
.
66
.SH "NAME"
77
\fBpuppet\-config\fR \- Interact with Puppet\'s settings\.

man/man8/puppet-describe.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "PUPPET\-DESCRIBE" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4+
.TH "PUPPET\-DESCRIBE" "8" "May 2023" "Puppet, Inc." "Puppet manual"
55
.
66
.SH "NAME"
77
\fBpuppet\-describe\fR \- Display help about resource types

man/man8/puppet-device.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "PUPPET\-DEVICE" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4+
.TH "PUPPET\-DEVICE" "8" "May 2023" "Puppet, Inc." "Puppet manual"
55
.
66
.SH "NAME"
77
\fBpuppet\-device\fR \- Manage remote network devices

0 commit comments

Comments
 (0)