-
Notifications
You must be signed in to change notification settings - Fork 102
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
Publish Developer Snapshots on MavenCentral #151
Comments
I've uploaded a new snapshot covering the BootsFaces Search Expressions (see a live demo of the snapshot at http://www.bootsfaces.net/BootsFacesWeb/forms/searchExpressions.jsf). |
Uploaded a new version fixing a Search Expression Issue and CSS errors. |
I am using the current version of BootsFaces to build an application for some students to create articles. There are not more than 100 users active and 20 users logged in at the same time. This app is for the intranet only and not live, yet. I guess, it will get online in the next couple weaks to test it wisely. I really want to use the new version, because there are some (for me important) bug fixes. Also, it does feel more Can I safely use the newest snapshot until the new version is out? I am using BootsFaces 0.7.0 at the moment. I mean, if there is some error in the snapshot, I can easily downgrade at the morning, because there are not much users online (just worst case). Have you other hints for me? I hope, this is the right place to ask, SO seems to be the wrong place to me. |
There's an alternative. You know, I took the snapshot for the sole purpose of finding bugs early. If it works for you, that's great, but there are no guarantees it doesn't contains errors. Use at own risk. That's always true, but in the case of developer snapshots, we didn't even test much. It's a bit risky to run a productive application on such a version without taking precautions. In the meantime we've been busy developing things like AJAX. That's a major ticket, so it's inevitable we've introduced some errors while fixing others. The next snapshot will contain the AJAX features, so the snapshot you're using will be lost, of sorts. It's still there in the Sonatype repository, but you have to download it manually, because Maven always pulls the latest version. The alternative is to checkout the "historic" version that works for you from the source code repository and build the library from source. It's just a Maven project, so it's easy. The advantage: If you run into errors, you can fix them yourself, or you can merge a bug fix from GitHub manually without having to accept every change we've done in the meantime. Plus, your source code version doesn't change when I upload the next snapshot :). That said, I suppose we'll finish the AJAX and search expression tickets soon and start to concentrate on bug fixing. Chances are one of the next snapshots is as stable as the snapshot you're currently using. |
@AlexanderBl4h I'd like to upload a new snapshot soon. It includes the new AJAX functionality, so chances are it's less stable than its predecessor. Is that a problem to your project? |
No. I am currently using still 0.7.0. If I have time, I will test the new snapshot a bit, with my project. |
I just uploaded a new developer preview snapshot. I've started to implement the new unified AJAX, which is one of the big tickets, so I'm sure the version is buggy. Which makes it even more important to put it under test. If you find an error, please report it to us. Thanks! As for the new AJAX engine: my AJAX example show what's already possible (and everything that's not shown there has probably not been implemented yet :)): https://github.com/stephanrauh/BootsFaces-Examples/tree/master/AJAX |
I've just uploaded a new developer snapshot. It contains the finished unified AJAX and a few bug fixes. It took some time to implement the AJAX engine, so it's likely I've introduced bug along the way. If you find an error, please report it to us. Thanks! |
I've updated the developer snapshot. It contains a couple of minor bugfixes and add CSS classes to labels and input fields, depending on whether it's a mandatory field, or whether it has an error message (see #190 ). |
Implemented #197 and uploaded a new snapshot version. |
Uploaded a new snapshot containing a couple of bug fixes. |
Uploaded a new snapshot cotaining a bugfix concerning b:textArea (#201). |
Uploaded a new snapshot containing a bugfix concerning standard JSF AJAX. |
Just uploaded the snapshot of the 0.8.1 version. |
Just in case someone want to help us testing: I've published a new developer snapshot of BootsFaces 0.8.1 today, and we plan to publish this version really soon. |
Uploaded a developer snapshot of version 0.8.2, fixing #263 and the bug calling actions twice when a command button has been clicked. Note that the command button bit is still work in progress. Use this snapshot on own risk! |
Uploaded a new developer snapshot. |
Just uploaded another developer snapshot of 0.8.2. We'd like to publish this version soon, so if you've got some spare time to test the new snapshot, we'd appreciate this very much. Thanks in advance! |
Just uploaded another developer snapshot of 0.8.2. |
@stephanrauh you have a go! ;-) |
Today, I've released the final release 0.8.5 of BootsFaces on Maven Central. |
Every once in a while, I upload an untested developer snapshot of BootsFaces to the Sonatype repository, so you can test bug fixes and new features early.
Important: Do not use these snapshots in production!
https://oss.sonatype.org/content/repositories/snapshots/net/bootsfaces/bootsfaces/0.8.2-SNAPSHOT/
https://oss.sonatype.org/content/repositories/snapshots/net/bootsfaces/bootsfaces/0.9.0-SNAPSHOT/
You can access this in your pom.xml after adding a new repository:
The download coordinates of the 0.8.2 snapshot version are:
To get the 0.9.0 snapshot, use these coordinates:
The text was updated successfully, but these errors were encountered: