upgrading from jackson 2.6 to jackson 2.7 - jackson

I'm trying to upgrade from Jackson 2.6 to Jackson 2.7 and I'm having a problem when switching to 2.7. It appears that annotations are no longer being processed by Jackson. In particular, I have an #JsonIgnore annotation on a java field which works correctly when run against 2.6, but when run against 2.7 it tries to deserialize the field.

Related

Maven 2.x Jfrog issues when migrating oracle JDK 1.7 to Azul open JDK 1.8

Migrating our project from oracle Jre 1.7 to Azul open Jre1.8 using maven 2.2.1. During the compilation we are hitting the Jfrog issues with jade-Multijar.
“jade-multijar-plugin” version 1.3.2 from Maven 2.x. And later maven 3.x there is no jade-multijar-plugin jars. Want to fix this Jfrog issue.
Error Message :
message : Cannot construct org.jfrog.maven.plugins.common.deploy.Deployment as it does not have a no-args constructor
cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
cause-message : Cannot construct org.jfrog.maven.plugins.common.deploy.Deployment as it does not have a no-args constructor
<groupId>org.jfrog.maven.plugins</groupId>
<artifactId>jade-multijar-plugin</artifactId>
maven 2.x with oracle jre 1.7 codes worked fine. When we migrate open JDK azul jre 1.8 the issue persist.

Does jdk 1.7 and 1.8 support mule 3.4

Does mule 3.4 runs with jdk 1.7 & 1.8? Is there any document mentioning about software requirements for running mule 3.4
Actually the question in the title should be the other way around: Does Mule 3.4 supports JDK 1.7 and 1.8?
The answer is that Mule 3.4 does support JDK 1.7 (AKA Java 7) but does not support JDK 1.8 (AKA Java 8). The documentation for 3.4 is archived and it is still available at https://docs.archive.mulesoft.com/mule-user-guide/v/3.4/hardware-and-software-requirements
Note that Mule 3.7.0 is the first release to support Java 8.
Mule 3.4 is a very old release. I would recommend to migrate to a modern, recently released release.

Can I use jdk 10.0.1 as my intelliJ's project sdk

I'm having trouble because I'm about to train myself to know about kotlin and when I watched some tutorials their Project SDK or JDK Versions for their IntelliJ are like 1.7 or 1.8 but mine is 10.0.1 which is a very long jump from 1.7 or 1.8.

allure/codeception 1.1.1 is not compatible with codeception 2.3.x (latest version)

allure-framework/allure-codeception 1.1.1 requires codeception/codeception ~2.0.0
latest codeception version is ~2.3.x
is there a work around, besides downgrading codeception ?
Resolved, they had outdated documentation. allure-framework/allure-codeception 1.2.4 is compatible with codeception 2.3

Which python version is recommended with odoo?

What is the recommended version of python to use with openerp/odoo? Is it 2.7 or 3
All these days I was using 2.7 if I choose ver 3 will it cause any problems?
Odoo work with Python 2.7 up to version 10.0
For version 11.0, Python must be on version 3.5 or higher
I won't work yet with python 3. The best python version to have is the highest 2.7.* (at least 2.7.3).
You can see the major dependencies and python version in the installing tutorial:
Installing Odoo (version 8.0)
Installing Odoo (version 9.0)
On my operating system, python 3 is the default so to start an instance without using a bundle (in my case I clone the github repository), I use this command:
python2 ~/path-to-my-odoo-git/odoo.py -d odoo-test
As for when odoo will work with python 3, there is a number of needed python package dependencies not already ported to python 3. Even if they were already all ported, Odoo itself would take some efforts (without talking about all the ecosystem of custom addons which would get unusable untill ported).
So I guess it will not be available before 1 year and most probably not available before 2 or 3 years.