Skip to content
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 #369

Open
stephanrauh opened this issue May 7, 2016 · 21 comments
Open

Publish Developer Snapshots on MavenCentral #369

stephanrauh opened this issue May 7, 2016 · 21 comments
Assignees

Comments

@stephanrauh
Copy link
Collaborator

stephanrauh commented May 7, 2016

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!
However, version 2.0.0 is due to be published any day now, so it's the exception to the rule. Please test it!

https://oss.sonatype.org/content/repositories/snapshots/net/bootsfaces/bootsfaces/2.0.0-SNAPSHOT/

You can access this in your pom.xml after adding a new repository:

     <repositories>
        <repository>
          <id>central</id>
          <url>https://oss.sonatype.org/content/repositories/snapshots</url>
          <releases><enabled>true</enabled></releases>
          <snapshots><enabled>true</enabled></snapshots>
        </repository>
    </repositories>

The download coordinates of the 2.0.0 snapshot version are:

<dependency>
    <groupId>net.bootsfaces</groupId>
    <artifactId>bootsfaces</artifactId>
    <version>2.0.0-SNAPSHOT</version>
    <scope>compile</scope>
</dependency>
@stephanrauh
Copy link
Collaborator Author

Just pushed a new version of BootsFaces 0.9.0-SNAPSHOT on Maven Central.

@stephanrauh
Copy link
Collaborator Author

Just uploaded another snapshot of BootsFaces 0.9.0. It contains a lot of improvements to the dataTable.

@stephanrauh
Copy link
Collaborator Author

Just uploaded a 0.9.1-SNAPSHOT to Maven Central. Basically, it's a hotfix addressing the Java 6 and 7 incompatibility. More details at https://github.com/TheCoder4eu/BootsFaces-OSP/milestone/14?closed=1

@mannan4net
Copy link

Hi Team, Tried to use the snapshot for one of the issue for datatable resolved but facing issues.

Failed to execute goal on project MavenConfTest: Could not resolve dependencies for project com.mycompany:MavenConfTest:war:1.0-SNAPSHOT: Failure to find net.bootsfaces:bootsfaces:jar:1.0.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced ->

Please help to get the snap shot

@stephanrauh
Copy link
Collaborator Author

Sorry, the fault is on my side. For some reason, I confused the version numbers. The correct version number of the snapshot is 0.9.2.

@stephanrauh
Copy link
Collaborator Author

Just published another snapshot. Anyone who's following this ticket: please test the new version. We're planning to release the new version of BootsFaces by the end of the month, but we're unusually short of resources at the moment, so we appreciate every help we can get.

Thanks in advance!
Stephan

@MitchTalmadge
Copy link
Contributor

MitchTalmadge commented Oct 28, 2016

I haven't investigated it much, but I found today that many of my navLinks and navCommandLinks had lost their onclick scripts (There is no javascript at all in the HTML when there should be). It confused me since I changed nothing before this happened, then I saw this post, and I don't think it's a coincidence.

Edit: Yep, I just tried using the version I have from my latest commit (c17e9aa) and everything works fine.

The latest snapshot on the repo has broken the navLink and navCommandLink's javascript outputs, UNLESS ajax is set to true. When ajax is set to true, the onclick javascript and such will appear again. However, when ajax is set to true, the pointer cursor becomes a default cursor, which is odd and I can't determine why. (There's no more pointer finger when hovering over the link when ajax is true)

@geopossachs geopossachs self-assigned this Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants