Frédéric Praca
Frédéric Praca
Xabber-Beta v3.0.2 does not seem to have the problem.
Keep alive :)
Just as a remark, the problem remains with v2.6.1 and v2.7.0
As a unrelated remark, would using a data exported _vsphere_folder_ id inside the _vsphere_virtual_machine_ be useful ? Generally I set it once in a configuration module and use it for...
The file _custom\_facts.rb_ uses `#! /opt/puppetlabs/puppet/bin/ruby` as shebang which does not exist on the target. Changing the shebang to `#! /usr/bin/ruby` on the Bolt machine makes the script work.
The problem seems to be in fact that Puppet is not currently officially ported to Debian 12 Bookworm as there is no _puppet-release-bookworm.deb_ on [apt.puppet.com](https://apt.puppet.com/). So installing Puppet from Bolt...
I'm not sure what I have to do but I added puppetlabs-puppet_agent to my PuppetFile and ran `bolt module install --no-resolve`. The problem remains so I maybe done it the...
Hi, sorry, I was not that clear :) I'm modelling a new project and of course my own Java classes depends on the Standard Library so I expected to have...
As its an old issue and I didn't see the problem for months, I close it for now. If the behavior appears again, I'll take more time to produce a...
Ok, I made some tests and I still have the issue. The full code is the following ```java @Override public Path store(InputStream fileInputStream, String filePath) { try { Path newPath...