Mohamed Hafez

Results 18 comments of Mohamed Hafez

the line above will accept any GPG signature for which you have the public key in your keyring, whether it's marked as trusted or not. I don't really know how...

I was thinking that if we are using Git's signature verification tools, then it would make sense to have this be a part of `Capistrano::SCM::Git`, so we inherit all the...

Ah cool, didn't realize it worked that way! yeah i am a newbie to Capistrano, and just know the basics of Rake in general. I've been running with the above...

Or do you mean just send in a PR for a `verify_commit` method in `Capistrano::SCM::Git`, and leave it to users to hook it in if they wish?

Just a little bump on this, it seems like some relevant fixes were made in Connector/J 8.0.22 and especially 8.0.23: in 8.0.23: > After upgrading from Connector/J 5.1 to 8.0,...

(Note: i made some edits to the title of the bug and the original description of the bug to reflect that this error has nothing to do with going from...

I just tested out with jdbc-mysql 8.0.27, and unfortunately the issue persists. I tried setting `preserveInstants: false` as per the Connector/J 8.0.23 release notes instructions to keep the Connector/J 5.1...

Ok found an example of where this is happening! Time Zone info: I'm running my MySQL 8.0.27 on AWS's RDS service, so the timezone data has been correctly loaded into...

If I start jruby with `-J-Duser.timezone=UTC`, and have `default_time_zone=UTC` in my mysqld config, **basically turning off all of Connector/J and mysql's time zone conversion magic**, then everything works perfectly with...

@headius perhaps this would be an easy configuration fix for someone on the JRuby team? Or possibly it could be a bug in how JRuby installs C extensions on M1...