Swinject for Swift 3.0.1 - swift3

Currently Swinject/Swinject supports swift 3.0.
When will it support swift 3.0.1?
Anyone has any idea?

Swinject v2 should work with Swift 3.0.1. If not, please submit an issue to the project.

Related

Is Jahia 7.3 compatible with AdoptOpenJDK 8?

Due to Oracle Java SE Support Roadmap policy update, I would like to know if Jahia 7.3 is compatible with AdoptOpenJDK ?
In Jahia's prerequise and requirement there is "OpenJDK 8", does it mean AdoptOpenJDK included?
Best regards
Jahia is tested with RedHat OpenJDK, but AdoptOpenJDK should work just fine, we are actually using it on some of our Jahia installs.
Best regards,

How to implement AVCam using Swift 3?

This sample code covers implementation only for ios11.
Can someone provide some example and/or hints for me to understand and code further?
I found a repo where version 6.1 of AVCam was commited before 7.1
https://github.com/Lax/iOS-Swift-Demos
here's the state of the repo on the commit for version 6.1 (Xcode 8.0, iOS 10.0)
https://github.com/Lax/iOS-Swift-Demos/tree/2a92c00b6d800165f29be6a525b5e98424bc5843
It's a shame Apple doesn't make it easier to access previous versions of their code examples.

reactivecocoa5.0 need convert to swift 3.0 and there are lots of error after that

reactivecocoa 5.0 has supported swift 3.0, but after importing reactivecocoa 5.0 from cocoapods and opening my project, xcode show me that I need convert swift 2.3 to 3.0, and after that, there are lots of errors, why? reactivecocoa is not support swift 3.0?
Make sure "Always Embed Swift Standart Libraries" set to YES for all needed targets

Is it possible to convert VTK into OSX framework bundle?

I want to pack the VTK framework inside my App like a .framework bundle in OSX.
Is it possible to do so? If yes, please help me to do it.
I have downloaded the source of latest release 5.10.1
Please help me.
Yes, it is possible. Bundle is just a directory with some defined structure. See Framework Programming Guide for the details.

Is there a plug-in sample for Firefox 5 written in C++?

I've seen several examples, but for libraries with Gecko 1.9.2 or earlier, how do I create a plugin for Firefox 5 in C++?
The strange thing is that the official website just to gives me examples for Firefox v. 1.5 through v. 3.6 which is why I have experienced some difficulty.
You're better off using ctypes.