Code Monkey home page Code Monkey logo

lift-mongoauth's People

Contributors

d6y avatar eltimn avatar fbettag avatar limansky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lift-mongoauth's Issues

unresolved dependency: net.liftmodules#mongoauth_2.10;2.5-RC6-0.4: not found

Hi,

Is a mongoauth for Lift 2.5-RC6 planned, or will you wait for the final version before publishing a new 2.5? This is not a show stopper for me, as I am fine using the RC4 at the moment, for which a version exists. Just asking.

Regards

Rudolf

[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: net.liftmodules#mongoauth_2.10;2.5-RC6-0.4: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[trace] Stack trace suppressed: run 'last *:update' for the full output.
error sbt.ResolveException: unresolved dependency: net.liftmodules#mongoauth_2.10;2.5-RC6-0.4: not found

Role class cannot be extended

I'm using lift-mongoauth in one project. I've found that the Role class is defined with private constructor, so it cannot be extended. For example in my case I want to add description field to each role, but I suppose there can be different scenarios.

Is there any reason to hide Role constructor?

Build change for the Lift "edition"

I've created a branch for consideration: d6y_sonatype

This is a simplification to the build to publish the module without the full Lift version in the module version number.

This means rather than a Lift project depending on...

"net.liftmodules" %% "mongoauth" % "2.5-M4-0.4"

...it instead depends on:

"net.liftmodules" %% "mongoauth_2.5" % "0.4"

This is because the version number (2.5-M4-0.4) is not strictly a valid Maven version number, which causes problems for some people who run their own repository proxy.

Additionally, by including the Lift edition ("2.5") in the name of the module, we do not have the publish the module again for the whole life of Lift 2.5. (Unless the module changes, of course).

If you're happy with this I can publish:

"net.liftmodules" %% "mongoauth_2.5" % "0.4"
"net.liftmodules" %% "mongoauth_2.5" % "0.5-SNAPSHOT"
"net.liftmodules" %% "mongoauth_3.0" % "0.5-SNAPSHOT"

As Lift 3.0 is only SNAPSHOT, I've assumed you'd want just 0.5-SNAPSHOT there.

Change .save to .save()

Hi all

I am working with Lift 3 (the last version) and I am getting exceptions because some classes are still using .save instead of .save()

I'll send a pull request with the fixes

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.