|
View:
New views
17 Messages
—
Rating Filter:
Alert me
|
|
|
Nexus 1.4.0 Released !!!Nexus 1.4.0 has been released.
This was a rather substantial release, and contains a lot of new functionality and bug fixes.
Including:
* You can now disable redeployment on a per repository basis, no longer need to define a confusing privilege scheme to achieve this. Can simply set repository to Read only, Deploy Once or Allow Redeploy.
* New security tools: the Role browser allows you to browse the tree of roles assigned to a user, and find the privileges each role is granting. Also, the new Privilege Trace alls you to find from where a user is getting privileges.
* Repository View Privilege: there is a new set of privileges (1 per repository) called a view privilege, if a user doesn't have the view privilege to a particular repository (or group) the privilege will not be seen in the UI (or over rest API calls)
* New Plugin Model: The new plugin model has been implemented and is ready for use !! The book updates will have information about the extension points available as well as information about the new Nexus Plugin Archetype to make it easy to get started with your own plugins. You can also read some more details in the blog posts that tamas put together a little while back http://www.sonatype.com/people/2009/07/writing-plugins-for-nexus-part-2/
For some of the more pertinent issues, see here http://nexus.sonatype.org/change-history.html (you will also find the FULL list of jira tickets resolved on the link at that page)
Nexus OSS can be downloaded here http://nexus.sonatype.org/downloads/ Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) contains same list of tasks implemented, along with some new plugins and enhancements to old plugins. Here are some highlights * Site Plugin: This plugin gives the ability to deploy web sites to nexus professional, and have them served up to users
* User Account Plugin: Non registered users can now create new accounts in nexus on their own. Administrators can configure which role(s) will get assigned to these users upon signing up
* Atlassian Crowd Plugin: provides seamless integration between Nexus and Atlassian’s Crowd server, a versatile user and directory management system.
* Staging Plugin: a number of improvements here, including, staging rulesets (only allow artifacts that have signatures, or javadocs, etc.), staging bundle upload, and numerous user interface improvements
Nexus Pro can be evaluated/purchased here http://www.sonatype.com/products/nexus Enjoy !!
Thanks, Damian |
|
|
Re: Nexus 1.4.0 Released !!!Hello,
We have this issue at startup: java.lang.NoClassDefFoundError: org/sonatype/jsecurity/locators/users/PlexusUserLocator Adding PlexusUserLocator which was in plexus-delegating-realm-1.0.6.3.jar (in Nexus 1.3.6) fix it. Best regards, Damian Bradicich a écrit : > Nexus 1.4.0 has been released. > > This was a rather substantial release, and contains a lot of new > functionality and bug fixes. > > Including: > > * You can now disable redeployment on a per repository basis, no > longer need to define a confusing privilege scheme to achieve this. > Can simply set repository to Read only, Deploy Once or Allow Redeploy. > > * New security tools: the Role browser allows you to browse the tree > of roles assigned to a user, and find the privileges each role is > granting. Also, the new Privilege Trace alls you to find from where a > user is getting privileges. > > * Repository View Privilege: there is a new set of privileges (1 per > repository) called a view privilege, if a user doesn't have the view > privilege to a particular repository (or group) the privilege will not > be seen in the UI (or over rest API calls) > > * New Plugin Model: The new plugin model has been implemented and is > ready for use !! The book updates will have information about the > extension points available as well as information about the new Nexus > Plugin Archetype to make it easy to get started with your own > plugins. You can also read some more details in the blog posts that > tamas put together a little while back > http://www.sonatype.com/people/2009/07/writing-plugins-for-nexus-part-2/ > > For some of the more pertinent issues, see here > http://nexus.sonatype.org/change-history.html (you will also find the > FULL list of jira tickets resolved on the link at that page) > > Nexus OSS can be downloaded here > > http://nexus.sonatype.org/downloads/ > > Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) contains same list > of tasks implemented, along with some new plugins and enhancements to > old plugins. Here are some highlights > > * Site Plugin: This plugin gives the ability to deploy web sites to > nexus professional, and have them served up to users > > * User Account Plugin: Non registered users can now create new > accounts in nexus on their own. Administrators can configure which > role(s) will get assigned to these users upon signing up > > * Atlassian Crowd Plugin: provides seamless integration between Nexus > and Atlassian’s Crowd server, a versatile user and directory > management system. > > * Staging Plugin: a number of improvements here, including, staging > rulesets (only allow artifacts that have signatures, or javadocs, > etc.), staging bundle upload, and numerous user interface improvements > > Nexus Pro can be evaluated/purchased here > http://www.sonatype.com/products/nexus > > Enjoy !! > > Thanks, > Damian -- Julien Carsique, Nuxeo (Paris, France) www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... |
|
|
Re: Nexus 1.4.0 Released !!!What security realms are you using?
On Wed, Oct 28, 2009 at 11:10 AM, Julien CARSIQUE <jcarsique@...> wrote: > Hello, > > We have this issue at startup: > java.lang.NoClassDefFoundError: > org/sonatype/jsecurity/locators/users/PlexusUserLocator > > Adding PlexusUserLocator which was in plexus-delegating-realm-1.0.6.3.jar > (in Nexus 1.3.6) fix it. > > Best regards, > > Damian Bradicich a écrit : >> >> Nexus 1.4.0 has been released. >> This was a rather substantial release, and contains a lot of new >> functionality and bug fixes. >> Including: >> * You can now disable redeployment on a per repository basis, no longer >> need to define a confusing privilege scheme to achieve this. Can simply set >> repository to Read only, Deploy Once or Allow Redeploy. >> * New security tools: the Role browser allows you to browse the tree of >> roles assigned to a user, and find the privileges each role is granting. >> Also, the new Privilege Trace alls you to find from where a user is getting >> privileges. >> * Repository View Privilege: there is a new set of privileges (1 per >> repository) called a view privilege, if a user doesn't have the view >> privilege to a particular repository (or group) the privilege will not be >> seen in the UI (or over rest API calls) >> * New Plugin Model: The new plugin model has been implemented and is >> ready for use !! The book updates will have information about the extension >> points available as well as information about the new Nexus Plugin Archetype >> to make it easy to get started with your own plugins. You can also read >> some more details in the blog posts that tamas put together a little while >> back >> http://www.sonatype.com/people/2009/07/writing-plugins-for-nexus-part-2/ >> For some of the more pertinent issues, see here >> http://nexus.sonatype.org/change-history.html (you will also find the FULL >> list of jira tickets resolved on the link at that page) >> Nexus OSS can be downloaded here >> http://nexus.sonatype.org/downloads/ >> Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) contains same list of >> tasks implemented, along with some new plugins and enhancements to old >> plugins. Here are some highlights >> * Site Plugin: This plugin gives the ability to deploy web sites to nexus >> professional, and have them served up to users >> * User Account Plugin: Non registered users can now create new accounts >> in nexus on their own. Administrators can configure which role(s) will get >> assigned to these users upon signing up >> * Atlassian Crowd Plugin: provides seamless integration between Nexus and >> Atlassian’s Crowd server, a versatile user and directory management system. >> * Staging Plugin: a number of improvements here, including, staging >> rulesets (only allow artifacts that have signatures, or javadocs, etc.), >> staging bundle upload, and numerous user interface improvements >> Nexus Pro can be evaluated/purchased here >> http://www.sonatype.com/products/nexus >> Enjoy !! >> Thanks, >> Damian > > -- > Julien Carsique, Nuxeo (Paris, France) > www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org > Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: nexus-user-unsubscribe@... > For additional commands, e-mail: nexus-user-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... |
|
|
Re: Nexus 1.4.0 Released !!!Looks like your doing one of two things:
1.) You installed nexus 1.4.0 over the 1.3.6 directory, and trampled some libraries. In this case delete the nexus directory (keep your sonatype-work) use a fresh install. 2.) Your using an old 3rd party realm, and it hasn't been updated for 1.4.0. In this case let us know what it is. On Oct 28, 2009, at 11:10 AM, Julien CARSIQUE wrote: > Hello, > > We have this issue at startup: > java.lang.NoClassDefFoundError: org/sonatype/jsecurity/locators/ > users/PlexusUserLocator > > Adding PlexusUserLocator which was in plexus-delegating- > realm-1.0.6.3.jar (in Nexus 1.3.6) fix it. > > Best regards, > > Damian Bradicich a écrit : >> Nexus 1.4.0 has been released. >> This was a rather substantial release, and contains a lot of new >> functionality and bug fixes. >> Including: >> * You can now disable redeployment on a per repository basis, no >> longer need to define a confusing privilege scheme to achieve >> this. Can simply set repository to Read only, Deploy Once or Allow >> Redeploy. >> * New security tools: the Role browser allows you to browse the >> tree of roles assigned to a user, and find the privileges each role >> is granting. Also, the new Privilege Trace alls you to find from >> where a user is getting privileges. >> * Repository View Privilege: there is a new set of privileges (1 >> per repository) called a view privilege, if a user doesn't have the >> view privilege to a particular repository (or group) the privilege >> will not be seen in the UI (or over rest API calls) >> * New Plugin Model: The new plugin model has been implemented and >> is ready for use !! The book updates will have information about >> the extension points available as well as information about the new >> Nexus Plugin Archetype to make it easy to get started with your own >> plugins. You can also read some more details in the blog posts >> that tamas put together a little while back http://www.sonatype.com/people/2009/07/writing-plugins-for-nexus-part-2/ >> For some of the more pertinent issues, see here http://nexus.sonatype.org/change-history.html >> (you will also find the FULL list of jira tickets resolved on the >> link at that page) >> Nexus OSS can be downloaded here >> http://nexus.sonatype.org/downloads/ >> Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) contains same >> list of tasks implemented, along with some new plugins and >> enhancements to old plugins. Here are some highlights >> * Site Plugin: This plugin gives the ability to deploy web sites to >> nexus professional, and have them served up to users >> * User Account Plugin: Non registered users can now create new >> accounts in nexus on their own. Administrators can configure which >> role(s) will get assigned to these users upon signing up >> * Atlassian Crowd Plugin: provides seamless integration between >> Nexus and Atlassian’s Crowd server, a versatile user and directory >> management system. >> * Staging Plugin: a number of improvements here, including, staging >> rulesets (only allow artifacts that have signatures, or javadocs, >> etc.), staging bundle upload, and numerous user interface >> improvements >> Nexus Pro can be evaluated/purchased here http://www.sonatype.com/products/nexus >> Enjoy !! >> Thanks, >> Damian > > -- > Julien Carsique, Nuxeo (Paris, France) > www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org > Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: nexus-user-unsubscribe@... > For additional commands, e-mail: nexus-user-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... |
|
|
Re: Nexus 1.4.0 Released !!!Could it be my oss ldap realm? Haven't tested it yet with Nexus 1.4.0, but it uses that class so it would most likely give this error...
/Anders On Wed, Oct 28, 2009 at 16:13, Brian Fox <brianf@...> wrote: What security realms are you using? |
|
|
Re: Nexus 1.4.0 Released !!!Hi Anders,
Yes, that seems likely. It looks like this realm hasn't been ported to 1.4 yet: On Oct 28, 2009, at 8:28 AM, Anders Hammar wrote: Could it be my oss ldap realm? Haven't tested it yet with Nexus 1.4.0, but it uses that class so it would most likely give this error... |
|
|
Re: Nexus 1.4.0 Released !!!Yes, and that issue incorrectly states my earlier assumption that Nexus 1.4.0 would be backwards compatible.
I've added a note to the project's home page that Nexus 1.4.0 is not yet support. /Anders On Wed, Oct 28, 2009 at 16:48, Richard Seddon <rseddon@...> wrote:
|
|
|
Re: Nexus 1.4.0 Released !!!That's my bad, technically it should be backwards compatible, but I
didn't account for the renaming of this specific class. The security framework was refactored out of Nexus core into separate Spice components. If you bundle the jar into your plugin, it should work without code changes, as indicated by the OP. On Wed, Oct 28, 2009 at 2:51 PM, Anders Hammar <anders@...> wrote: > Yes, and that issue incorrectly states my earlier assumption that Nexus > 1.4.0 would be backwards compatible. > > I've added a note to the project's home page that Nexus 1.4.0 is not yet > support. > > /Anders > > On Wed, Oct 28, 2009 at 16:48, Richard Seddon <rseddon@...> wrote: >> >> Hi Anders, >> Yes, that seems likely. It looks like this realm hasn't been ported to 1.4 >> yet: >> >> http://code.google.com/p/nexus-ldap/issues/detail?id=12&colspec=ID%20Type%20Status%20Priority%20Affects%20Resolved%20Owner%20Summary >> >> Rich >> On Oct 28, 2009, at 8:28 AM, Anders Hammar wrote: >> >> Could it be my oss ldap realm? Haven't tested it yet with Nexus 1.4.0, but >> it uses that class so it would most likely give this error... >> >> /Anders >> >> On Wed, Oct 28, 2009 at 16:13, Brian Fox <brianf@...> wrote: >>> >>> What security realms are you using? >>> >>> On Wed, Oct 28, 2009 at 11:10 AM, Julien CARSIQUE <jcarsique@...> >>> wrote: >>> > Hello, >>> > >>> > We have this issue at startup: >>> > java.lang.NoClassDefFoundError: >>> > org/sonatype/jsecurity/locators/users/PlexusUserLocator >>> > >>> > Adding PlexusUserLocator which was in >>> > plexus-delegating-realm-1.0.6.3.jar >>> > (in Nexus 1.3.6) fix it. >>> > >>> > Best regards, >>> > >>> > Damian Bradicich a écrit : >>> >> >>> >> Nexus 1.4.0 has been released. >>> >> This was a rather substantial release, and contains a lot of new >>> >> functionality and bug fixes. >>> >> Including: >>> >> * You can now disable redeployment on a per repository basis, no >>> >> longer >>> >> need to define a confusing privilege scheme to achieve this. Can >>> >> simply set >>> >> repository to Read only, Deploy Once or Allow Redeploy. >>> >> * New security tools: the Role browser allows you to browse the tree >>> >> of >>> >> roles assigned to a user, and find the privileges each role is >>> >> granting. >>> >> Also, the new Privilege Trace alls you to find from where a user is >>> >> getting >>> >> privileges. >>> >> * Repository View Privilege: there is a new set of privileges (1 per >>> >> repository) called a view privilege, if a user doesn't have the view >>> >> privilege to a particular repository (or group) the privilege will not >>> >> be >>> >> seen in the UI (or over rest API calls) >>> >> * New Plugin Model: The new plugin model has been implemented and is >>> >> ready for use !! The book updates will have information about the >>> >> extension >>> >> points available as well as information about the new Nexus Plugin >>> >> Archetype >>> >> to make it easy to get started with your own plugins. You can also >>> >> read >>> >> some more details in the blog posts that tamas put together a little >>> >> while >>> >> back >>> >> >>> >> http://www.sonatype.com/people/2009/07/writing-plugins-for-nexus-part-2/ >>> >> For some of the more pertinent issues, see here >>> >> http://nexus.sonatype.org/change-history.html (you will also find the >>> >> FULL >>> >> list of jira tickets resolved on the link at that page) >>> >> Nexus OSS can be downloaded here >>> >> http://nexus.sonatype.org/downloads/ >>> >> Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) contains same >>> >> list of >>> >> tasks implemented, along with some new plugins and enhancements to old >>> >> plugins. Here are some highlights >>> >> * Site Plugin: This plugin gives the ability to deploy web sites to >>> >> nexus >>> >> professional, and have them served up to users >>> >> * User Account Plugin: Non registered users can now create new >>> >> accounts >>> >> in nexus on their own. Administrators can configure which role(s) >>> >> will get >>> >> assigned to these users upon signing up >>> >> * Atlassian Crowd Plugin: provides seamless integration between Nexus >>> >> and >>> >> Atlassian’s Crowd server, a versatile user and directory management >>> >> system. >>> >> * Staging Plugin: a number of improvements here, including, staging >>> >> rulesets (only allow artifacts that have signatures, or javadocs, >>> >> etc.), >>> >> staging bundle upload, and numerous user interface improvements >>> >> Nexus Pro can be evaluated/purchased here >>> >> http://www.sonatype.com/products/nexus >>> >> Enjoy !! >>> >> Thanks, >>> >> Damian >>> > >>> > -- >>> > Julien Carsique, Nuxeo (Paris, France) >>> > www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org >>> > Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform >>> > >>> > >>> > >>> > >>> > --------------------------------------------------------------------- >>> > To unsubscribe, e-mail: nexus-user-unsubscribe@... >>> > For additional commands, e-mail: nexus-user-help@... >>> > >>> > >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: nexus-user-unsubscribe@... >>> For additional commands, e-mail: nexus-user-help@... >>> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... |
|
|
Re: Nexus 1.4.0 Released !!!What was it renamed to?
/A On Wed, Oct 28, 2009 at 20:02, Brian Fox <brianf@...> wrote: That's my bad, technically it should be backwards compatible, but I |
|
|
Re: Nexus 1.4.0 Released !!!When might the API stabilize a bit? Also, is there a clear listing of
what changed about the API? --b ______________________________ Brian M. Carr Identity and Access Management ITS Applications University of Texas at Austin V: 512-232-6419 F: 512-471-5746 brianmcarr@... On Oct 28, 2009, at 2:54 PM, Anders Hammar wrote: > What was it renamed to? > > /A > > On Wed, Oct 28, 2009 at 20:02, Brian Fox <brianf@...> wrote: > That's my bad, technically it should be backwards compatible, but I > didn't account for the renaming of this specific class. The security > framework was refactored out of Nexus core into separate Spice > components. If you bundle the jar into your plugin, it should work > without code changes, as indicated by the OP. > > On Wed, Oct 28, 2009 at 2:51 PM, Anders Hammar <anders@...> > wrote: > > Yes, and that issue incorrectly states my earlier assumption that > Nexus > > 1.4.0 would be backwards compatible. > > > > I've added a note to the project's home page that Nexus 1.4.0 is > not yet > > support. > > > > /Anders > > > > On Wed, Oct 28, 2009 at 16:48, Richard Seddon > <rseddon@...> wrote: > >> > >> Hi Anders, > >> Yes, that seems likely. It looks like this realm hasn't been > ported to 1.4 > >> yet: > >> > >> http://code.google.com/p/nexus-ldap/issues/detail?id=12&colspec=ID%20Type%20Status%20Priority%20Affects%20Resolved%20Owner%20Summary > >> > >> Rich > >> On Oct 28, 2009, at 8:28 AM, Anders Hammar wrote: > >> > >> Could it be my oss ldap realm? Haven't tested it yet with Nexus > 1.4.0, but > >> it uses that class so it would most likely give this error... > >> > >> /Anders > >> > >> On Wed, Oct 28, 2009 at 16:13, Brian Fox <brianf@...> > wrote: > >>> > >>> What security realms are you using? > >>> > >>> On Wed, Oct 28, 2009 at 11:10 AM, Julien CARSIQUE <jcarsique@... > > > >>> wrote: > >>> > Hello, > >>> > > >>> > We have this issue at startup: > >>> > java.lang.NoClassDefFoundError: > >>> > org/sonatype/jsecurity/locators/users/PlexusUserLocator > >>> > > >>> > Adding PlexusUserLocator which was in > >>> > plexus-delegating-realm-1.0.6.3.jar > >>> > (in Nexus 1.3.6) fix it. > >>> > > >>> > Best regards, > >>> > > >>> > Damian Bradicich a écrit : > >>> >> > >>> >> Nexus 1.4.0 has been released. > >>> >> This was a rather substantial release, and contains a lot of > new > >>> >> functionality and bug fixes. > >>> >> Including: > >>> >> * You can now disable redeployment on a per repository > basis, no > >>> >> longer > >>> >> need to define a confusing privilege scheme to achieve this. > Can > >>> >> simply set > >>> >> repository to Read only, Deploy Once or Allow Redeploy. > >>> >> * New security tools: the Role browser allows you to browse > the tree > >>> >> of > >>> >> roles assigned to a user, and find the privileges each role is > >>> >> granting. > >>> >> Also, the new Privilege Trace alls you to find from where a > user is > >>> >> getting > >>> >> privileges. > >>> >> * Repository View Privilege: there is a new set of > privileges (1 per > >>> >> repository) called a view privilege, if a user doesn't have > the view > >>> >> privilege to a particular repository (or group) the privilege > will not > >>> >> be > >>> >> seen in the UI (or over rest API calls) > >>> >> * New Plugin Model: The new plugin model has been > implemented and is > >>> >> ready for use !! The book updates will have information > about the > >>> >> extension > >>> >> points available as well as information about the new Nexus > Plugin > >>> >> Archetype > >>> >> to make it easy to get started with your own plugins. You > can also > >>> >> read > >>> >> some more details in the blog posts that tamas put together a > little > >>> >> while > >>> >> back > >>> >> > >>> >> http://www.sonatype.com/people/2009/07/writing-plugins-for-nexus-part-2/ > >>> >> For some of the more pertinent issues, see here > >>> >> http://nexus.sonatype.org/change-history.html (you will also > find the > >>> >> FULL > >>> >> list of jira tickets resolved on the link at that page) > >>> >> Nexus OSS can be downloaded here > >>> >> http://nexus.sonatype.org/downloads/ > >>> >> Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) contains > same > >>> >> list of > >>> >> tasks implemented, along with some new plugins and > enhancements to old > >>> >> plugins. Here are some highlights > >>> >> * Site Plugin: This plugin gives the ability to deploy web > sites to > >>> >> nexus > >>> >> professional, and have them served up to users > >>> >> * User Account Plugin: Non registered users can now create new > >>> >> accounts > >>> >> in nexus on their own. Administrators can configure which > role(s) > >>> >> will get > >>> >> assigned to these users upon signing up > >>> >> * Atlassian Crowd Plugin: provides seamless integration > between Nexus > >>> >> and > >>> >> Atlassian’s Crowd server, a versatile user and directory > management > >>> >> system. > >>> >> * Staging Plugin: a number of improvements here, including, > staging > >>> >> rulesets (only allow artifacts that have signatures, or > javadocs, > >>> >> etc.), > >>> >> staging bundle upload, and numerous user interface improvements > >>> >> Nexus Pro can be evaluated/purchased here > >>> >> http://www.sonatype.com/products/nexus > >>> >> Enjoy !! > >>> >> Thanks, > >>> >> Damian > >>> > > >>> > -- > >>> > Julien Carsique, Nuxeo (Paris, France) > >>> > www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org > >>> > Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM > Platform > >>> > > >>> > > >>> > > >>> > > >>> > > --------------------------------------------------------------------- > >>> > To unsubscribe, e-mail: nexus-user-unsubscribe@... > >>> > For additional commands, e-mail: nexus-user-help@... > >>> > > >>> > > >>> > >>> > --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: nexus-user-unsubscribe@... > >>> For additional commands, e-mail: nexus-user-help@... > >>> > >> > >> > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: nexus-user-unsubscribe@... > For additional commands, e-mail: nexus-user-help@... > > |
|
|
Re: Nexus 1.4.0 Released !!!We'll add an adapter for backward compatibility. Our bad.
On 2009-10-28, at 1:05 PM, Carr, Brian M wrote: > When might the API stabilize a bit? Also, is there a clear listing > of what changed about the API? > > --b > ______________________________ > Brian M. Carr > Identity and Access Management > ITS Applications > University of Texas at Austin > V: 512-232-6419 > F: 512-471-5746 > brianmcarr@... > > On Oct 28, 2009, at 2:54 PM, Anders Hammar wrote: > >> What was it renamed to? >> >> /A >> >> On Wed, Oct 28, 2009 at 20:02, Brian Fox <brianf@...> wrote: >> That's my bad, technically it should be backwards compatible, but I >> didn't account for the renaming of this specific class. The security >> framework was refactored out of Nexus core into separate Spice >> components. If you bundle the jar into your plugin, it should work >> without code changes, as indicated by the OP. >> >> On Wed, Oct 28, 2009 at 2:51 PM, Anders Hammar <anders@...> >> wrote: >> > Yes, and that issue incorrectly states my earlier assumption that >> Nexus >> > 1.4.0 would be backwards compatible. >> > >> > I've added a note to the project's home page that Nexus 1.4.0 is >> not yet >> > support. >> > >> > /Anders >> > >> > On Wed, Oct 28, 2009 at 16:48, Richard Seddon >> <rseddon@...> wrote: >> >> >> >> Hi Anders, >> >> Yes, that seems likely. It looks like this realm hasn't been >> ported to 1.4 >> >> yet: >> >> >> >> http://code.google.com/p/nexus-ldap/issues/detail?id=12&colspec=ID%20Type%20Status%20Priority%20Affects%20Resolved%20Owner%20Summary >> >> >> >> Rich >> >> On Oct 28, 2009, at 8:28 AM, Anders Hammar wrote: >> >> >> >> Could it be my oss ldap realm? Haven't tested it yet with Nexus >> 1.4.0, but >> >> it uses that class so it would most likely give this error... >> >> >> >> /Anders >> >> >> >> On Wed, Oct 28, 2009 at 16:13, Brian Fox <brianf@...> >> wrote: >> >>> >> >>> What security realms are you using? >> >>> >> >>> On Wed, Oct 28, 2009 at 11:10 AM, Julien CARSIQUE <jcarsique@... >> > >> >>> wrote: >> >>> > Hello, >> >>> > >> >>> > We have this issue at startup: >> >>> > java.lang.NoClassDefFoundError: >> >>> > org/sonatype/jsecurity/locators/users/PlexusUserLocator >> >>> > >> >>> > Adding PlexusUserLocator which was in >> >>> > plexus-delegating-realm-1.0.6.3.jar >> >>> > (in Nexus 1.3.6) fix it. >> >>> > >> >>> > Best regards, >> >>> > >> >>> > Damian Bradicich a écrit : >> >>> >> >> >>> >> Nexus 1.4.0 has been released. >> >>> >> This was a rather substantial release, and contains a lot >> of new >> >>> >> functionality and bug fixes. >> >>> >> Including: >> >>> >> * You can now disable redeployment on a per repository >> basis, no >> >>> >> longer >> >>> >> need to define a confusing privilege scheme to achieve >> this. Can >> >>> >> simply set >> >>> >> repository to Read only, Deploy Once or Allow Redeploy. >> >>> >> * New security tools: the Role browser allows you to browse >> the tree >> >>> >> of >> >>> >> roles assigned to a user, and find the privileges each role is >> >>> >> granting. >> >>> >> Also, the new Privilege Trace alls you to find from where a >> user is >> >>> >> getting >> >>> >> privileges. >> >>> >> * Repository View Privilege: there is a new set of >> privileges (1 per >> >>> >> repository) called a view privilege, if a user doesn't have >> the view >> >>> >> privilege to a particular repository (or group) the >> privilege will not >> >>> >> be >> >>> >> seen in the UI (or over rest API calls) >> >>> >> * New Plugin Model: The new plugin model has been >> implemented and is >> >>> >> ready for use !! The book updates will have information >> about the >> >>> >> extension >> >>> >> points available as well as information about the new Nexus >> Plugin >> >>> >> Archetype >> >>> >> to make it easy to get started with your own plugins. You >> can also >> >>> >> read >> >>> >> some more details in the blog posts that tamas put together >> a little >> >>> >> while >> >>> >> back >> >>> >> >> >>> >> http://www.sonatype.com/people/2009/07/writing-plugins-for-nexus-part-2/ >> >>> >> For some of the more pertinent issues, see here >> >>> >> http://nexus.sonatype.org/change-history.html (you will also >> find the >> >>> >> FULL >> >>> >> list of jira tickets resolved on the link at that page) >> >>> >> Nexus OSS can be downloaded here >> >>> >> http://nexus.sonatype.org/downloads/ >> >>> >> Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) >> contains same >> >>> >> list of >> >>> >> tasks implemented, along with some new plugins and >> enhancements to old >> >>> >> plugins. Here are some highlights >> >>> >> * Site Plugin: This plugin gives the ability to deploy web >> sites to >> >>> >> nexus >> >>> >> professional, and have them served up to users >> >>> >> * User Account Plugin: Non registered users can now create >> new >> >>> >> accounts >> >>> >> in nexus on their own. Administrators can configure which >> role(s) >> >>> >> will get >> >>> >> assigned to these users upon signing up >> >>> >> * Atlassian Crowd Plugin: provides seamless integration >> between Nexus >> >>> >> and >> >>> >> Atlassian’s Crowd server, a versatile user and directory >> management >> >>> >> system. >> >>> >> * Staging Plugin: a number of improvements here, including, >> staging >> >>> >> rulesets (only allow artifacts that have signatures, or >> javadocs, >> >>> >> etc.), >> >>> >> staging bundle upload, and numerous user interface >> improvements >> >>> >> Nexus Pro can be evaluated/purchased here >> >>> >> http://www.sonatype.com/products/nexus >> >>> >> Enjoy !! >> >>> >> Thanks, >> >>> >> Damian >> >>> > >> >>> > -- >> >>> > Julien Carsique, Nuxeo (Paris, France) >> >>> > www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org >> >>> > Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM >> Platform >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> --------------------------------------------------------------------- >> >>> > To unsubscribe, e-mail: nexus-user-unsubscribe@... >> >>> > For additional commands, e-mail: nexus-user-help@... >> >>> > >> >>> > >> >>> >> >>> >> --------------------------------------------------------------------- >> >>> To unsubscribe, e-mail: nexus-user-unsubscribe@... >> >>> For additional commands, e-mail: nexus-user-help@... >> >>> >> >> >> >> >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: nexus-user-unsubscribe@... >> For additional commands, e-mail: nexus-user-help@... >> >> > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl ---------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... |
|
|
Re: Nexus 1.4.0 Released !!!The API is stable now. Going forward we will follow a more traditional deprecation model. The big change (besides pulling out security) was support for plugins: http://www.sonatype.com/people/2009/06/writing-plugins-for-nexus-part-1/ now, to take a look at that adaptor... On Oct 28, 2009, at 4:05 PM, Carr, Brian M wrote: > When might the API stabilize a bit? Also, is there a clear listing > of what changed about the API? > > --b > ______________________________ > Brian M. Carr > Identity and Access Management > ITS Applications > University of Texas at Austin > V: 512-232-6419 > F: 512-471-5746 > brianmcarr@... > > On Oct 28, 2009, at 2:54 PM, Anders Hammar wrote: > >> What was it renamed to? >> >> /A >> >> On Wed, Oct 28, 2009 at 20:02, Brian Fox <brianf@...> wrote: >> That's my bad, technically it should be backwards compatible, but I >> didn't account for the renaming of this specific class. The security >> framework was refactored out of Nexus core into separate Spice >> components. If you bundle the jar into your plugin, it should work >> without code changes, as indicated by the OP. >> >> On Wed, Oct 28, 2009 at 2:51 PM, Anders Hammar <anders@...> >> wrote: >> > Yes, and that issue incorrectly states my earlier assumption that >> Nexus >> > 1.4.0 would be backwards compatible. >> > >> > I've added a note to the project's home page that Nexus 1.4.0 is >> not yet >> > support. >> > >> > /Anders >> > >> > On Wed, Oct 28, 2009 at 16:48, Richard Seddon >> <rseddon@...> wrote: >> >> >> >> Hi Anders, >> >> Yes, that seems likely. It looks like this realm hasn't been >> ported to 1.4 >> >> yet: >> >> >> >> http://code.google.com/p/nexus-ldap/issues/detail?id=12&colspec=ID%20Type%20Status%20Priority%20Affects%20Resolved%20Owner%20Summary >> >> >> >> Rich >> >> On Oct 28, 2009, at 8:28 AM, Anders Hammar wrote: >> >> >> >> Could it be my oss ldap realm? Haven't tested it yet with Nexus >> 1.4.0, but >> >> it uses that class so it would most likely give this error... >> >> >> >> /Anders >> >> >> >> On Wed, Oct 28, 2009 at 16:13, Brian Fox <brianf@...> >> wrote: >> >>> >> >>> What security realms are you using? >> >>> >> >>> On Wed, Oct 28, 2009 at 11:10 AM, Julien CARSIQUE <jcarsique@... >> > >> >>> wrote: >> >>> > Hello, >> >>> > >> >>> > We have this issue at startup: >> >>> > java.lang.NoClassDefFoundError: >> >>> > org/sonatype/jsecurity/locators/users/PlexusUserLocator >> >>> > >> >>> > Adding PlexusUserLocator which was in >> >>> > plexus-delegating-realm-1.0.6.3.jar >> >>> > (in Nexus 1.3.6) fix it. >> >>> > >> >>> > Best regards, >> >>> > >> >>> > Damian Bradicich a écrit : >> >>> >> >> >>> >> Nexus 1.4.0 has been released. >> >>> >> This was a rather substantial release, and contains a lot >> of new >> >>> >> functionality and bug fixes. >> >>> >> Including: >> >>> >> * You can now disable redeployment on a per repository >> basis, no >> >>> >> longer >> >>> >> need to define a confusing privilege scheme to achieve >> this. Can >> >>> >> simply set >> >>> >> repository to Read only, Deploy Once or Allow Redeploy. >> >>> >> * New security tools: the Role browser allows you to browse >> the tree >> >>> >> of >> >>> >> roles assigned to a user, and find the privileges each role is >> >>> >> granting. >> >>> >> Also, the new Privilege Trace alls you to find from where a >> user is >> >>> >> getting >> >>> >> privileges. >> >>> >> * Repository View Privilege: there is a new set of >> privileges (1 per >> >>> >> repository) called a view privilege, if a user doesn't have >> the view >> >>> >> privilege to a particular repository (or group) the >> privilege will not >> >>> >> be >> >>> >> seen in the UI (or over rest API calls) >> >>> >> * New Plugin Model: The new plugin model has been >> implemented and is >> >>> >> ready for use !! The book updates will have information >> about the >> >>> >> extension >> >>> >> points available as well as information about the new Nexus >> Plugin >> >>> >> Archetype >> >>> >> to make it easy to get started with your own plugins. You >> can also >> >>> >> read >> >>> >> some more details in the blog posts that tamas put together >> a little >> >>> >> while >> >>> >> back >> >>> >> >> >>> >> http://www.sonatype.com/people/2009/07/writing-plugins-for-nexus-part-2/ >> >>> >> For some of the more pertinent issues, see here >> >>> >> http://nexus.sonatype.org/change-history.html (you will also >> find the >> >>> >> FULL >> >>> >> list of jira tickets resolved on the link at that page) >> >>> >> Nexus OSS can be downloaded here >> >>> >> http://nexus.sonatype.org/downloads/ >> >>> >> Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) >> contains same >> >>> >> list of >> >>> >> tasks implemented, along with some new plugins and >> enhancements to old >> >>> >> plugins. Here are some highlights >> >>> >> * Site Plugin: This plugin gives the ability to deploy web >> sites to >> >>> >> nexus >> >>> >> professional, and have them served up to users >> >>> >> * User Account Plugin: Non registered users can now create >> new >> >>> >> accounts >> >>> >> in nexus on their own. Administrators can configure which >> role(s) >> >>> >> will get >> >>> >> assigned to these users upon signing up >> >>> >> * Atlassian Crowd Plugin: provides seamless integration >> between Nexus >> >>> >> and >> >>> >> Atlassian’s Crowd server, a versatile user and directory >> management >> >>> >> system. >> >>> >> * Staging Plugin: a number of improvements here, including, >> staging >> >>> >> rulesets (only allow artifacts that have signatures, or >> javadocs, >> >>> >> etc.), >> >>> >> staging bundle upload, and numerous user interface >> improvements >> >>> >> Nexus Pro can be evaluated/purchased here >> >>> >> http://www.sonatype.com/products/nexus >> >>> >> Enjoy !! >> >>> >> Thanks, >> >>> >> Damian >> >>> > >> >>> > -- >> >>> > Julien Carsique, Nuxeo (Paris, France) >> >>> > www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org >> >>> > Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM >> Platform >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> --------------------------------------------------------------------- >> >>> > To unsubscribe, e-mail: nexus-user-unsubscribe@... >> >>> > For additional commands, e-mail: nexus-user-help@... >> >>> > >> >>> > >> >>> >> >>> >> --------------------------------------------------------------------- >> >>> To unsubscribe, e-mail: nexus-user-unsubscribe@... >> >>> For additional commands, e-mail: nexus-user-help@... >> >>> >> >> >> >> >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: nexus-user-unsubscribe@... >> For additional commands, e-mail: nexus-user-help@... >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... |
|
|
Re: Nexus 1.4.0 Released !!!For those of you running into this issue:
https://issues.sonatype.org/browse/NEXUS-2930 /Anders On Wed, Oct 28, 2009 at 21:43, Brian Demers <bdemers@...> wrote:
|
|
|
Re: Nexus 1.4.0 Released !!!For those interested: https://docs.sonatype.com/display/NX/Security+Legacy+Adapter. Both the OSS LDAP plugin and Crowd plugin should be working. On Oct 29, 2009, at 4:04 AM, Anders Hammar wrote: For those of you running into this issue: |
|
|
Re: Nexus 1.4.0 Released !!!
|
|
|
Re: Nexus 1.4.0 Released !!!Yes we can include it.
On Thu, Oct 29, 2009 at 1:03 PM, Edelson, Justin <Justin.Edelson@...> wrote: > Will this be rolled into 1.4.1? > > On Oct 29, 2009, at 12:21 PM, "Brian Demers" <bdemers@...> wrote: > > > For those > interested: https://docs.sonatype.com/display/NX/Security+Legacy+Adapter. > Both the OSS LDAP plugin and Crowd plugin should be working. > > > > On Oct 29, 2009, at 4:04 AM, Anders Hammar wrote: > > For those of you running into this issue: > https://issues.sonatype.org/browse/NEXUS-2930 > > /Anders > > On Wed, Oct 28, 2009 at 21:43, Brian Demers <bdemers@...> wrote: >> >> The API is stable now. Going forward we will follow a more traditional >> deprecation model. >> >> The big change (besides pulling out security) was support for plugins: >> >> http://www.sonatype.com/people/2009/06/writing-plugins-for-nexus-part-1/ >> >> >> now, to take a look at that adaptor... >> >> >> On Oct 28, 2009, at 4:05 PM, Carr, Brian M wrote: >> >>> When might the API stabilize a bit? Also, is there a clear listing of >>> what changed about the API? >>> >>> --b >>> ______________________________ >>> Brian M. Carr >>> Identity and Access Management >>> ITS Applications >>> University of Texas at Austin >>> V: 512-232-6419 >>> F: 512-471-5746 >>> brianmcarr@... >>> >>> On Oct 28, 2009, at 2:54 PM, Anders Hammar wrote: >>> >>>> What was it renamed to? >>>> >>>> /A >>>> >>>> On Wed, Oct 28, 2009 at 20:02, Brian Fox <brianf@...> wrote: >>>> That's my bad, technically it should be backwards compatible, but I >>>> didn't account for the renaming of this specific class. The security >>>> framework was refactored out of Nexus core into separate Spice >>>> components. If you bundle the jar into your plugin, it should work >>>> without code changes, as indicated by the OP. >>>> >>>> On Wed, Oct 28, 2009 at 2:51 PM, Anders Hammar <anders@...> >>>> wrote: >>>> > Yes, and that issue incorrectly states my earlier assumption that >>>> > Nexus >>>> > 1.4.0 would be backwards compatible. >>>> > >>>> > I've added a note to the project's home page that Nexus 1.4.0 is not >>>> > yet >>>> > support. >>>> > >>>> > /Anders >>>> > >>>> > On Wed, Oct 28, 2009 at 16:48, Richard Seddon <rseddon@...> >>>> > wrote: >>>> >> >>>> >> Hi Anders, >>>> >> Yes, that seems likely. It looks like this realm hasn't been ported >>>> >> to 1.4 >>>> >> yet: >>>> >> >>>> >> >>>> >> http://code.google.com/p/nexus-ldap/issues/detail?id=12&colspec=ID%20Type%20Status%20Priority%20Affects%20Resolved%20Owner%20Summary >>>> >> >>>> >> Rich >>>> >> On Oct 28, 2009, at 8:28 AM, Anders Hammar wrote: >>>> >> >>>> >> Could it be my oss ldap realm? Haven't tested it yet with Nexus >>>> >> 1.4.0, but >>>> >> it uses that class so it would most likely give this error... >>>> >> >>>> >> /Anders >>>> >> >>>> >> On Wed, Oct 28, 2009 at 16:13, Brian Fox <brianf@...> wrote: >>>> >>> >>>> >>> What security realms are you using? >>>> >>> >>>> >>> On Wed, Oct 28, 2009 at 11:10 AM, Julien CARSIQUE >>>> >>> <jcarsique@...> >>>> >>> wrote: >>>> >>> > Hello, >>>> >>> > >>>> >>> > We have this issue at startup: >>>> >>> > java.lang.NoClassDefFoundError: >>>> >>> > org/sonatype/jsecurity/locators/users/PlexusUserLocator >>>> >>> > >>>> >>> > Adding PlexusUserLocator which was in >>>> >>> > plexus-delegating-realm-1.0.6.3.jar >>>> >>> > (in Nexus 1.3.6) fix it. >>>> >>> > >>>> >>> > Best regards, >>>> >>> > >>>> >>> > Damian Bradicich a écrit : >>>> >>> >> >>>> >>> >> Nexus 1.4.0 has been released. >>>> >>> >> This was a rather substantial release, and contains a lot of new >>>> >>> >> functionality and bug fixes. >>>> >>> >> Including: >>>> >>> >> * You can now disable redeployment on a per repository basis, no >>>> >>> >> longer >>>> >>> >> need to define a confusing privilege scheme to achieve this. Can >>>> >>> >> simply set >>>> >>> >> repository to Read only, Deploy Once or Allow Redeploy. >>>> >>> >> * New security tools: the Role browser allows you to browse the >>>> >>> >> tree >>>> >>> >> of >>>> >>> >> roles assigned to a user, and find the privileges each role is >>>> >>> >> granting. >>>> >>> >> Also, the new Privilege Trace alls you to find from where a user >>>> >>> >> is >>>> >>> >> getting >>>> >>> >> privileges. >>>> >>> >> * Repository View Privilege: there is a new set of privileges (1 >>>> >>> >> per >>>> >>> >> repository) called a view privilege, if a user doesn't have the >>>> >>> >> view >>>> >>> >> privilege to a particular repository (or group) the privilege >>>> >>> >> will not >>>> >>> >> be >>>> >>> >> seen in the UI (or over rest API calls) >>>> >>> >> * New Plugin Model: The new plugin model has been implemented >>>> >>> >> and is >>>> >>> >> ready for use !! The book updates will have information about >>>> >>> >> the >>>> >>> >> extension >>>> >>> >> points available as well as information about the new Nexus >>>> >>> >> Plugin >>>> >>> >> Archetype >>>> >>> >> to make it easy to get started with your own plugins. You can >>>> >>> >> also >>>> >>> >> read >>>> >>> >> some more details in the blog posts that tamas put together a >>>> >>> >> little >>>> >>> >> while >>>> >>> >> back >>>> >>> >> >>>> >>> >> >>>> >>> >> http://www.sonatype.com/people/2009/07/writing-plugins-for-nexus-part-2/ >>>> >>> >> For some of the more pertinent issues, see here >>>> >>> >> http://nexus.sonatype.org/change-history.html (you will also find >>>> >>> >> the >>>> >>> >> FULL >>>> >>> >> list of jira tickets resolved on the link at that page) >>>> >>> >> Nexus OSS can be downloaded here >>>> >>> >> http://nexus.sonatype.org/downloads/ >>>> >>> >> Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) contains >>>> >>> >> same >>>> >>> >> list of >>>> >>> >> tasks implemented, along with some new plugins and enhancements >>>> >>> >> to old >>>> >>> >> plugins. Here are some highlights >>>> >>> >> * Site Plugin: This plugin gives the ability to deploy web sites >>>> >>> >> to >>>> >>> >> nexus >>>> >>> >> professional, and have them served up to users >>>> >>> >> * User Account Plugin: Non registered users can now create new >>>> >>> >> accounts >>>> >>> >> in nexus on their own. Administrators can configure which >>>> >>> >> role(s) >>>> >>> >> will get >>>> >>> >> assigned to these users upon signing up >>>> >>> >> * Atlassian Crowd Plugin: provides seamless integration between >>>> >>> >> Nexus >>>> >>> >> and >>>> >>> >> Atlassian’s Crowd server, a versatile user and directory >>>> >>> >> management >>>> >>> >> system. >>>> >>> >> * Staging Plugin: a number of improvements here, including, >>>> >>> >> staging >>>> >>> >> rulesets (only allow artifacts that have signatures, or javadocs, >>>> >>> >> etc.), >>>> >>> >> staging bundle upload, and numerous user interface improvements >>>> >>> >> Nexus Pro can be evaluated/purchased here >>>> >>> >> http://www.sonatype.com/products/nexus >>>> >>> >> Enjoy !! >>>> >>> >> Thanks, >>>> >>> >> Damian >>>> >>> > >>>> >>> > -- >>>> >>> > Julien Carsique, Nuxeo (Paris, France) >>>> >>> > www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org >>>> >>> > Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM >>>> >>> > Platform >>>> >>> > >>>> >>> > >>>> >>> > >>>> >>> > >>>> >>> > >>>> >>> > --------------------------------------------------------------------- >>>> >>> > To unsubscribe, e-mail: nexus-user-unsubscribe@... >>>> >>> > For additional commands, e-mail: nexus-user-help@... >>>> >>> > >>>> >>> > >>>> >>> >>>> >>> >>>> >>> --------------------------------------------------------------------- >>>> >>> To unsubscribe, e-mail: nexus-user-unsubscribe@... >>>> >>> For additional commands, e-mail: nexus-user-help@... >>>> >>> >>>> >> >>>> >> >>>> > >>>> > >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: nexus-user-unsubscribe@... >>>> For additional commands, e-mail: nexus-user-help@... >>>> >>>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: nexus-user-unsubscribe@... >> For additional commands, e-mail: nexus-user-help@... >> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... |
|
|
RE: Nexus 1.4.0 Released !!!Thanks
-----Original Message----- From: Brian Fox [mailto:brianf@...] Sent: Thursday, October 29, 2009 1:20 PM To: nexus-user@... Subject: Re: [nexus-user] Nexus 1.4.0 Released !!! Yes we can include it. On Thu, Oct 29, 2009 at 1:03 PM, Edelson, Justin <Justin.Edelson@...> wrote: > Will this be rolled into 1.4.1? > > On Oct 29, 2009, at 12:21 PM, "Brian Demers" <bdemers@...> wrote: > > > For those > interested: https://docs.sonatype.com/display/NX/Security+Legacy+Adapter. > Both the OSS LDAP plugin and Crowd plugin should be working. > > > > On Oct 29, 2009, at 4:04 AM, Anders Hammar wrote: > > For those of you running into this issue: > https://issues.sonatype.org/browse/NEXUS-2930 > > /Anders > > On Wed, Oct 28, 2009 at 21:43, Brian Demers <bdemers@...> wrote: >> >> The API is stable now. Going forward we will follow a more >> traditional deprecation model. >> >> The big change (besides pulling out security) was support for plugins: >> >> http://www.sonatype.com/people/2009/06/writing-plugins-for-nexus-part >> -1/ >> >> >> now, to take a look at that adaptor... >> >> >> On Oct 28, 2009, at 4:05 PM, Carr, Brian M wrote: >> >>> When might the API stabilize a bit? Also, is there a clear listing >>> of what changed about the API? >>> >>> --b >>> ______________________________ >>> Brian M. Carr >>> Identity and Access Management >>> ITS Applications >>> University of Texas at Austin >>> V: 512-232-6419 >>> F: 512-471-5746 >>> brianmcarr@... >>> >>> On Oct 28, 2009, at 2:54 PM, Anders Hammar wrote: >>> >>>> What was it renamed to? >>>> >>>> /A >>>> >>>> On Wed, Oct 28, 2009 at 20:02, Brian Fox <brianf@...> wrote: >>>> That's my bad, technically it should be backwards compatible, but I >>>> didn't account for the renaming of this specific class. The >>>> security framework was refactored out of Nexus core into separate >>>> Spice components. If you bundle the jar into your plugin, it should >>>> work without code changes, as indicated by the OP. >>>> >>>> On Wed, Oct 28, 2009 at 2:51 PM, Anders Hammar <anders@...> >>>> wrote: >>>> > Yes, and that issue incorrectly states my earlier assumption that >>>> > Nexus 1.4.0 would be backwards compatible. >>>> > >>>> > I've added a note to the project's home page that Nexus 1.4.0 is >>>> > not yet support. >>>> > >>>> > /Anders >>>> > >>>> > On Wed, Oct 28, 2009 at 16:48, Richard Seddon >>>> > <rseddon@...> >>>> > wrote: >>>> >> >>>> >> Hi Anders, >>>> >> Yes, that seems likely. It looks like this realm hasn't been >>>> >> ported to 1.4 >>>> >> yet: >>>> >> >>>> >> >>>> >> http://code.google.com/p/nexus-ldap/issues/detail?id=12&colspec= >>>> >> ID%20Type%20Status%20Priority%20Affects%20Resolved%20Owner%20Sum >>>> >> mary >>>> >> >>>> >> Rich >>>> >> On Oct 28, 2009, at 8:28 AM, Anders Hammar wrote: >>>> >> >>>> >> Could it be my oss ldap realm? Haven't tested it yet with Nexus >>>> >> 1.4.0, but it uses that class so it would most likely give this >>>> >> error... >>>> >> >>>> >> /Anders >>>> >> >>>> >> On Wed, Oct 28, 2009 at 16:13, Brian Fox <brianf@...> wrote: >>>> >>> >>>> >>> What security realms are you using? >>>> >>> >>>> >>> On Wed, Oct 28, 2009 at 11:10 AM, Julien CARSIQUE >>>> >>> <jcarsique@...> >>>> >>> wrote: >>>> >>> > Hello, >>>> >>> > >>>> >>> > We have this issue at startup: >>>> >>> > java.lang.NoClassDefFoundError: >>>> >>> > org/sonatype/jsecurity/locators/users/PlexusUserLocator >>>> >>> > >>>> >>> > Adding PlexusUserLocator which was in >>>> >>> > plexus-delegating-realm-1.0.6.3.jar >>>> >>> > (in Nexus 1.3.6) fix it. >>>> >>> > >>>> >>> > Best regards, >>>> >>> > >>>> >>> > Damian Bradicich a écrit : >>>> >>> >> >>>> >>> >> Nexus 1.4.0 has been released. >>>> >>> >> This was a rather substantial release, and contains a lot >>>> >>> >> of new functionality and bug fixes. >>>> >>> >> Including: >>>> >>> >> * You can now disable redeployment on a per repository >>>> >>> >> basis, no longer need to define a confusing privilege scheme >>>> >>> >> to achieve this. Can simply set repository to Read only, >>>> >>> >> Deploy Once or Allow Redeploy. >>>> >>> >> * New security tools: the Role browser allows you to browse >>>> >>> >> the tree of roles assigned to a user, and find the >>>> >>> >> privileges each role is granting. >>>> >>> >> Also, the new Privilege Trace alls you to find from where a >>>> >>> >> user is getting privileges. >>>> >>> >> * Repository View Privilege: there is a new set of >>>> >>> >> privileges (1 per >>>> >>> >> repository) called a view privilege, if a user doesn't have >>>> >>> >> the view privilege to a particular repository (or group) the >>>> >>> >> privilege will not be seen in the UI (or over rest API >>>> >>> >> calls) >>>> >>> >> * New Plugin Model: The new plugin model has been >>>> >>> >> implemented and is ready for use !! The book updates will >>>> >>> >> have information about the extension points available as >>>> >>> >> well as information about the new Nexus Plugin Archetype to >>>> >>> >> make it easy to get started with your own plugins. You can >>>> >>> >> also read some more details in the blog posts that tamas put >>>> >>> >> together a little while back >>>> >>> >> >>>> >>> >> >>>> >>> >> http://www.sonatype.com/people/2009/07/writing-plugins-for-n >>>> >>> >> exus-part-2/ >>>> >>> >> For some of the more pertinent issues, see here >>>> >>> >> http://nexus.sonatype.org/change-history.html (you will also >>>> >>> >> find the FULL list of jira tickets resolved on the link at >>>> >>> >> that page) >>>> >>> >> Nexus OSS can be downloaded here >>>> >>> >> http://nexus.sonatype.org/downloads/ >>>> >>> >> Nexus Pro 1.4.0 ( as it is built off of OSS nexus ) >>>> >>> >> contains same list of tasks implemented, along with some new >>>> >>> >> plugins and enhancements to old plugins. Here are some >>>> >>> >> highlights >>>> >>> >> * Site Plugin: This plugin gives the ability to deploy web >>>> >>> >> sites to nexus professional, and have them served up to >>>> >>> >> users >>>> >>> >> * User Account Plugin: Non registered users can now create >>>> >>> >> new accounts in nexus on their own. Administrators can >>>> >>> >> configure which >>>> >>> >> role(s) >>>> >>> >> will get >>>> >>> >> assigned to these users upon signing up >>>> >>> >> * Atlassian Crowd Plugin: provides seamless integration >>>> >>> >> between Nexus and Atlassian’s Crowd server, a versatile user >>>> >>> >> and directory management system. >>>> >>> >> * Staging Plugin: a number of improvements here, including, >>>> >>> >> staging rulesets (only allow artifacts that have signatures, >>>> >>> >> or javadocs, etc.), staging bundle upload, and numerous user >>>> >>> >> interface improvements >>>> >>> >> Nexus Pro can be evaluated/purchased here >>>> >>> >> http://www.sonatype.com/products/nexus >>>> >>> >> Enjoy !! >>>> >>> >> Thanks, >>>> >>> >> Damian >>>> >>> > >>>> >>> > -- >>>> >>> > Julien Carsique, Nuxeo (Paris, France) www.nuxeo.com - The >>>> >>> > Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - >>>> >>> > The Java EE, scalable, standard-based ECM Platform >>>> >>> > >>>> >>> > >>>> >>> > >>>> >>> > >>>> >>> > >>>> >>> > ------------------------------------------------------------- >>>> >>> > -------- To unsubscribe, e-mail: >>>> >>> > nexus-user-unsubscribe@... >>>> >>> > For additional commands, e-mail: nexus-user-help@... >>>> >>> > >>>> >>> > >>>> >>> >>>> >>> >>>> >>> --------------------------------------------------------------- >>>> >>> ------ To unsubscribe, e-mail: >>>> >>> nexus-user-unsubscribe@... >>>> >>> For additional commands, e-mail: nexus-user-help@... >>>> >>> >>>> >> >>>> >> >>>> > >>>> > >>>> >>>> ------------------------------------------------------------------- >>>> -- To unsubscribe, e-mail: nexus-user-unsubscribe@... >>>> For additional commands, e-mail: nexus-user-help@... >>>> >>>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: nexus-user-unsubscribe@... >> For additional commands, e-mail: nexus-user-help@... >> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... |
| Free embeddable forum powered by Nabble | Forum Help |