Cordova Slack Digest

Fri, 17 Sep 2021 08:21:05 GMT

User count: 4622

Join the conversation at slack.cordova.io

Channel #cordova-ios (1 messages)


Fri, 17 Sep 2021 04:47:18 GMT

@epabst says

My Future Balance is now TOTALLY unusable on ios! https://github.com/apache/cordova-ios/issues/1147 My customer complained that all select inputs don‘t work! I didn’t do my own device testing before releasing it. PLEASE help.

Channel #cordova-android (8 messages)


Thu, 16 Sep 2021 13:09:49 GMT

@pablo.caselas says

Hi! when trying to build a project Iā€™m getting the following error: Could not GET ā€˜https://jcenter.bintray.com/com/google/firebase/firebase-messaging/maven-metadata.xmlā€™. I think this is because of jcenter sunset, does anybody know how to solve this?

Thu, 16 Sep 2021 13:25:43 GMT

@erisu says

> UPDATE: JFrog has decided to keep JCenter as a read-only repository indefinitely. New package and versions are no longer accepted on JCenter. All Bintray services have been shutdown. Since there last update to the statement about keeping it up as read-only, they never updated it saying that it was decided to be completely shutdown.

Thu, 16 Sep 2021 13:25:56 GMT

@erisu says

Might be just a issue in their system that they working on.

Thu, 16 Sep 2021 13:26:35 GMT

@pablo.caselas says

Apparently all I needed to do was doing a cordova clean (I had already added mavenCentral)

Thu, 16 Sep 2021 13:27:05 GMT

@pablo.caselas says

Somehow it was cached and was trying jcenter anyway

Thu, 16 Sep 2021 13:28:00 GMT

@erisu says

I was not sure where you were getting JCenter reference from too. If you were using Cordova 10.x, we removed JCenter completely.. If you still had it and was on 10.x I was going to suggest you talking to the plugin dev.

Thu, 16 Sep 2021 13:28:16 GMT

@erisu says

But since you got it fixed, šŸ‘

Thu, 16 Sep 2021 13:28:41 GMT

@pablo.caselas says

šŸ‘šŸ‘ thanks for your help!!

Channel #cordova-osx (1 messages)


Thu, 16 Sep 2021 20:22:47 GMT

@fortuna says

Cordova-osx has been broken for a while. Can someone please approve https://github.com/apache/cordova-osx/pull/105?

Channel #testing (1 messages)


Thu, 16 Sep 2021 15:37:51 GMT

@erisu says

All plugins now have the GH Actions workflow merged in.

Here is the run results: https://gist.github.com/erisu/ea2ea5fd364a13e3fddb64280ebdff25

In short, 8 plugins are passing and 7 are failing.

The failing plugins, I believe, are actual test failures and not related to the GH Action configurations.

I believe the next steps are:

  • Remove Travis CI & AppVeyor configs. ā—¦ It might be safe to remove even for the failing plugins.
  • Investigate and resolve the failing plugins.
  • Review what should be done for Chrome testing. I added the GH Actions Chrome workflow, but I do not recall if there was a discussion to deprecate the browser platform. The platform is currently not documented on the website and last release was on Feb 1, 2019. ā—¦ If Chrome testing is removed then the results are: 10 passing & 5 failing.