Documentation for migrating from Gatling 1.x to 2.0? - gatling

I have been bit by a bug in the JSON parser in Gatling 1.5.5 which I read is solved by migrating to 2.0.
The challenge is, there is very little documentation (that I have been able to find) on Gatling 2, aside from: https://github.com/excilys/gatling/wiki/Gatling%202.
What state is the complete 2.0 documentation in, and is it accessible online yet? If so, can I get a link?

Upcoming Gatling 2 documentation (targeting current snapshot) is now stored in the repository, along with the sources.

Related

how to run existing restassured tests with gatling?

I'm trying to implement gatling performance tests as a part of my project. I have existing test-cases written in RestAssured with Java and maven as a build tool. Can I re-use those and hook with Gatling. I checked the reference https://abstracta.us/blog/performance-testing/tutorial-use-gatling-maven/ - but mostly it tells me to write new tests for Gatling.
Thanks!
No, it's not possible atm.
And the blog post you mentioned is definitely not the reference. The reference is the official documentation and the Gatling Academy.

Zeppelin: Need to know more about zeppelin

I have recently started learning zeppelin. I know we can use angular and PostgreSQL e.t.c within it using interpreter. I have gone through its tutorial as well. But it is not as descriptive as I thought. I have many doubts which I am asking to you and which may help other beginners as well.
1> How we can create API for the zeppelin (if possible)?: As most of the client side apps uses API, is it possible to create API in zeppelin ? and in which language we can create API. If possible I am thinking to create API in java or node.js(JS).
2> Is it possible to integrate zeppelin graphs in any UI(angular or html ?)?
3> How we can deploy zeppelin based application in production environment ?
If you have any good tutorial source please attach it.
If I have asked unrelated questions please point out. I will change it.
Thanks in advance for provide help and giving you precious time!
Apache Zeppelin has wide and well described API [1]. You can use any language to work with API.
Yes [2]. You can embed the paragraph result to your website.
You can use binary package or built from source [3].
[4] contains a lot of code in setup section.
--
http://zeppelin.apache.org/docs/0.8.0/usage/rest_api/notebook.html
http://zeppelin.apache.org/docs/0.8.0/usage/other_features/publishing_paragraphs.html
http://zeppelin.apache.org/docs/0.8.0/quickstart/install.html
http://zeppelin.apache.org/docs/0.8.0/

Spring Data Mongodb MANIFEST.MF file suggests that Mongo 3.x is not supported?

According to Release Train Fowler, there is MongoDB 3.x compatibility from version 1.7.0.RELEASE onwards. However, when I examine the MANIFEST.MF file for, say 1.9.2.RELEASE, I see the following:
com.mongodb;version="[2.13.0,3.0.0)"
which suggests that the maximum Mongo version is less than 3.0.0.
I'm misinterpreting the MANIFEST.MF file?
Thanks, Steve.
The MANIFEST.MF is generated using templates. Spring Data MongoDB allows usage of both the 2.x and 3.x line of drivers. I've created DATAMONGO-1452 to get that fixed.
BTW, I noticed that the 1.3.x bundles do not restrict the version of the mongo driver. Which versions of mongo does 1.3.x support?

fetch document version in nuxeo

Is there a way to get all versions and related File of single document
Suppose that I have published document 'abcd' with version 1.0. Then later, I modify the document and publish it with 1.5 and i want both version in java so is ther any possible way to get all documents with diffrent version in nuxeo.
Yes, CoreSession.getVersions will do that for you. There are also variants of this API that returns just document references or a bit more information related to each version. You should peruse the CoreSession API to know more.

Unstable build file for angular.min.js should be used in my project or not?

I am using the ng-if for showing the matched data from the json. Here, the current
"//ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"
is not responding accordingly.
some where i found an example where they used another js file -
"//ajax.googleapis.com/ajax/libs/angularjs/1.2.0rc1/angular.min.js".
which when I replaced with. ng-if is working fine.
so, should I replace this file ? as they mentioned about this file is that "this is an unstable build".
what the unstable build means ? any suggestion would be highly appreciated.
The latest stable version of angular JS is 1.2.21 - I'd recommend using that. You can get the build from https://angularjs.org/.
Are you following some examples online? It's likely the examples are just outdated - Start off with 1.2.21 - The API docs for that build are here. (NG IF documentation is here)
RC -Release Candidate.
From wikipedia:
A release candidate (RC) is a beta version with potential to be a final product, which is ready to release unless significant bugs emerge. In this stage of product stabilization, all product features have been designed, coded and tested through one or more beta cycles with no known showstopper-class bug. A release is called code complete when the development team agrees that no entirely new source code will be added to this release. There could still be source code changes to fix defects, changes to documentation and data files, and peripheral code for test cases or utilities. Beta testers, if privately selected, will often be credited for using the release candidate as though it were a finished product. Beta testing is conducted in a client's or customer's location and to test the software from a user's perspective.
You can find all stable versions HERE or HERE.
It seems like ngIf comming with version 1.1.*

Resources