-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next alpha release? #55
Comments
Hi, Thanks for pointing it out. I think we can push one next week. |
That would be great! Thanks for your quick reply.. |
I would keep it open though until I take a closer look :) |
@bartoszmajsak, any news on this one? |
I reserved time for releasing this small update this week. I guess it will be a new |
that would be great. Also, could you do the alpha release of the core: https://github.com/arquillian/arquillian-extension-persistence we need the fix for the bridge methods as well... |
@bartoszmajsak When will be this week? |
:) Very soon! Apologies. Our goal is to release new version by Wed (including new 2.0.0-alpha version) |
Good to hear. I came across this project and was really amazed by |
If you can open an issue describing your challenges we will see how we can improve :) |
Basically its #48 :) |
Busy weekend that is ;) |
Are there any news about a new release of this extension? |
If you look closer in the repository you'd notice there is a 2.0.0 branch. We are working very hard on bringing this new, revamped version as well as releasing the final version of 1.0.0 supporting the pre Java EE 7 environments. Stay tuned. It's coming very very soon. |
Thanks for the fast answer. Yes I saw the branch ~10 minutes after posting. |
Sure, once I come back from Easter break we will make a blog post on arquillian.org. Mobile only till Monday evening :) |
Okay, thanks for the feedback and enjoy your Easter break. ;) |
We won't do a blog post on http://arquillian.org yet, but we would like to share with all of you our plan for next month to bring you both We would like to keep "Arquillian Persistence Extension" focusing on JPA and DBUnit in 1.x.y version, working on older JVMs (and thus supporting older Java EE containers). We will ship several important features towards this release:
All above will also be available in new version. With
Having said all of that - please give us a bit more time to make it happen, as it's not a trivial effort. If you have any suggestions we are thrilled to hear them. This will help us shape APE in the way YOU want it! |
Excellent ! Support @UsingDataSet before deploy would be nice ! |
@bartoszmajsak any chance to get the 1.0.0.Final? |
Alpha releases of 2.0.0 are in maven already, under the new name and structure http://search.maven.org/#search|ga|1|arquillian-ape As for 1.0.0.Final I'm working now on https://issues.jboss.org/browse/ARQ-1645 Once this is done I will release. |
Ah sry I didn't see that. |
For anyone interested I briefly described the migration process: |
Hi @gsomeshrao. Could you help me with following?
Thanks! |
@bartoszmajsak We are working on a project that has multiple datasources. |
Hi,
I have been wondering if and when your next alpha release will be. There is one specific code change in the master branch that would solve a problem:
Newer version of snakeyaml removed support for "Value Key Language-Independent Type" in yaml, see (Thinkofname/snakeyaml#192). Your most recent version still somehow depends on that, meaning that it throws a NoSuchFieldError when working with a newer version of snakeyaml from the container. As I can see in your code, you already removed the reference to the VALUE field from your codebase on the master branch.
Exception details:
ava.lang.NoSuchFieldError: VALUE
at org.jboss.arquillian.persistence.dbunit.dataset.yaml.YamlDataSetProducer$1.addImplicitResolvers(YamlDataSetProducer.java:116)
Thanks
The text was updated successfully, but these errors were encountered: