What's the version of log4j in Realm 10.7.0 for android? - realm

Critical vulnerability reported on popular Java logging library log4j. So we want to what version is used in Realm 10.7.0 for Android?

Related

Is firebase Unity SDK open-source project?

I'm newbie to use firebase Unity SDK, and downloaded the zipped file according to the instruction of "manual installation" section at https://firebase.google.com/download/unity.
The LICENSE file in the zip says "Licensed under the Apache License, Version 2.0", i.e. the firebase unity SDK is an open-source project.
However, I failed to find any source code of them at all, and https://firebase.google.com/docs/libraries says that the source code is not actually open-sourced.
Is the firebase Unity SDK open-source project, and is the license the Apache License v2.0?
The Firebase Unity SDK is not currently open source - although a number of sample/test apps are.
It is based on the Firebase open source C++ SDK (the equivalent Quickstart repo for C++ is here). You can find the current state of Open Source in Firebase here.
The C++ SDK is released under the Apache license, and there is still source code included with the Unity SDK.
The Firebase Unity SDK source code is now public.
https://github.com/firebase/firebase-unity-sdk
The code is released under the Apache-2.0 License.

Upgrading from Azure Storage SDK v6.0.0.0 to v12.4.2 for .NET Framework

I have a service that is referring to Azure SDK 3.0 in turn using Microsoft.WindowsAzure.Storage.dll of version 6.0.0.0. The service is built on .NET Framework and now when I want to to upgrade the Azure Storage SDK(Blobs, Common and Queues) to version 12.4.2, the library is published in .NET Standard
Per my understanding, I can't refer a .NET Standard library in a .NET Framework Library. I searched all over the internet but I couldn't find any way other than migrating my whole service to .NET Core.NET Standard.
Is there any other way to upgrade the latest version of Azure Storage SDKs?
Is there any other way to upgrade the latest version of Azure Storage SDKs?
Direct upgrade from version 6 to 12 is not possible as SDK version 12 is actually quite different than older versions (9 or below).
Firstly, now the SDK is split in many SDKs and there are different SDKs for each service (Blobs, Files and Queues). Thus you would need to reference different Nuget packages in your source code.
Secondly, there have been many breaking changes in the SDKs thus simply referencing the Nuget packages for version 12 is just not sufficient. You will need to rewrite the code unfortunately.

Dose jxbrowser hava the time plan to support Java Platform Module System?

Dose jxbrowser hava the time plan to support Java Platform Module System ?
I hava already update my java project use module after JDK9,but I cannot migrate the jxbrowser to the module project.
At the moment JxBrowser doesn't support Java Platform Module System because it uses the internal APIs that aren't exported from Java modules. Once we find alternatives and get rid of using the internal APIs, we will support Java Platform Module System.

error with auth implementation with unity3d and firebase

I'm having a little problem. When I try to deploy an unity3d app with the auth sample project from firebase I'm getting this error "error building Player: iOS framework addition failed due to a CocoaPods installation failure" but I have installed cocoapods correctly, I even uninstalled it and reinstalled it. I only get this error with the auth project, not with the database. I tried adding the cocoapods to the project with the terminal using pod init instead of having unity do it but nothing seems to work
From https://github.com/firebase/firebase-ios-sdk/issues/1845#issuecomment-425184012:
We're working on patching the Firebase C++ and Unity releases to migrate them to the 5.9.0 iOS SDK. In the meantime, under Assets/Firebase/Editor/ there are a set of files matching *Dependencies.xml files (e.g AnalyticsDependencies.xml) that reference the iOS SDK version. You'll need to modify the section of each file to reference iOS SDK 5.9.0 rather than 5.6.0.
More details at https://github.com/firebase/firebase-ios-sdk/issues/1845#issuecomment-425184012

macOS Realm Browser requests encryption key to open after upgrading realm 1.13.0 to 2.0.0?

When I close app in iOS simulator and use Realm Browser to open database.realm it asks me to enter encryption key to open?
I had to roll-back to realm 1.13.0
Anyone else run into this? Any solutions?
Realm Browser: macOS Version 2.1.12 (96)
Target: react native on iOS
Realm JavaScript v2.0.0 has a newer file format, and so requires a newer version of Realm Browser, v3.0.0 or newer, in order to open the files. We're currently waiting for the new version of Realm Browser to make its way through the App Store update system. In the mean time, you can download the new version from our GitHub release page.

Resources