New development build: 2.1.0-dev7

View: New views
4 Messages — Rating Filter:   Alert me  

New development build: 2.1.0-dev7

by ptrthomas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

After a while, JTrac development has picked up again.  Although most of you have upgraded to 2.1.0-beta, the formal release 2.1.0 final is still pending.  Work on the feature requests would go into the next version.

Notable in this release:

- remember-me auto-login fixed
- after clicking on any one of the "related items" a status edit no longer incorrectly updates the original item
- searching for numbers in the "detail" field should work now, please verify if there are no problems e.g. with upper-case vs lower-case
- added favicon so that at least in Firefox, the address-bar and browser tab are decorated with the logo
- CAS single-sign-on support working again, see this forum thread for details: http://sourceforge.net/forum/forum.php?thread_id=1891352&forum_id=552477
- Greek translation contributed by Manos Batsis included
- upgraded to Wicket 1.3.0 final
- fixes that should solve very rare problem of duplicate sequence-id numbers within a space
- fix for another rare but severe bug where a user profile password edit attempt ends up nulling user profile
- code in place to support multiple roles per space, not fully tested yet
- user-id validation accepts windows domain style DOMAIN\userid and also @ character - important for LDAP single-sign-on for example
- an "expand all" link on the search screen shows all the custom field multi-selectable values something close to how the old search screen used to be
- improved usability of search-by-id, user can type number without space-prefix-code to view by id when space is selected

As always, details on how to get up and running with the latest build are available here: http://jtrac.info/doc/html/interim-builds.html

Thanks,

Peter.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
j-trac-users mailing list
j-trac-users@...
https://lists.sourceforge.net/lists/listinfo/j-trac-users

Re: New development build: 2.1.0-dev7

by Staffan Olsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Peter,

Good to hear from you again. I'm suprised to see the version number
dev7. The last warfiles I used were dev9 and beta.

I tried the upgrade, but the webapp context won't start with the new
war file. Jetty says:

2008-01-22 12:49:40,349 [main] ERROR
[org.springframework.web.context.ContextLoader] - Context
initialization failed
org.springframework.beans.factory.CannotLoadBeanClassException: Error
loading class [info.jtrac.config.JtracConfigurer] for bean with name
'info.jtrac.config.JtracConfigurer' defined in ServletContext resource
[/WEB-INF/applicationContext.xml]: problem with class file or
dependent class; nested exception is
java.lang.UnsupportedClassVersionError: Bad version number in .class
file
Caused by:
java.lang.UnsupportedClassVersionError: Bad version number in .class file

Switching back to the 2.1.0-beta war it works again.

/Staffan

On Jan 20, 2008 5:54 PM, Peter Thomas <ptrthomas@...> wrote:

> Hi,
>
> After a while, JTrac development has picked up again.  Although most of you
> have upgraded to 2.1.0-beta, the formal release 2.1.0 final is still
> pending.  Work on the feature requests would go into the next version.
>
> Notable in this release:
>
> - remember-me auto-login fixed
> - after clicking on any one of the "related items" a status edit no longer
> incorrectly updates the original item
> - searching for numbers in the "detail" field should work now, please verify
> if there are no problems e.g. with upper-case vs lower-case
> - added favicon so that at least in Firefox, the address-bar and browser tab
> are decorated with the logo
> - CAS single-sign-on support working again, see this forum thread for
> details:
> http://sourceforge.net/forum/forum.php?thread_id=1891352&forum_id=552477
> - Greek translation contributed by Manos Batsis included
> - upgraded to Wicket 1.3.0 final
> - fixes that should solve very rare problem of duplicate sequence-id numbers
> within a space
> - fix for another rare but severe bug where a user profile password edit
> attempt ends up nulling user profile
> - code in place to support multiple roles per space, not fully tested yet
> - user-id validation accepts windows domain style DOMAIN\userid and also @
> character - important for LDAP single-sign-on for example
> - an "expand all" link on the search screen shows all the custom field
> multi-selectable values something close to how the old search screen used to
> be
> - improved usability of search-by-id, user can type number without
> space-prefix-code to view by id when space is selected
>
> As always, details on how to get up and running with the latest build are
> available here: http://jtrac.info/doc/html/interim-builds.html
>
> Thanks,
>
> Peter.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> j-trac-users mailing list
> j-trac-users@...
> https://lists.sourceforge.net/lists/listinfo/j-trac-users
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
j-trac-users mailing list
j-trac-users@...
https://lists.sourceforge.net/lists/listinfo/j-trac-users

Re: New development build: 2.1.0-dev7

by ptrthomas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Staffan, I had upgraded my dev environment to Java 1.6, that is the reason.

Just committed r1173 to SVN that will force the build javac target to 1.5

And my bad on the dev7 number because of my very hurried search in my GMail inbox, the next version will be dev10, and should be very soon.

- Peter

On 1/22/08, Staffan Olsson <solsson@...> wrote:
Hello Peter,

Good to hear from you again. I'm suprised to see the version number
dev7. The last warfiles I used were dev9 and beta.

I tried the upgrade, but the webapp context won't start with the new
war file. Jetty says:

2008-01-22 12:49:40,349 [main] ERROR
[org.springframework.web.context.ContextLoader] - Context
initialization failed
org.springframework.beans.factory.CannotLoadBeanClassException : Error
loading class [info.jtrac.config.JtracConfigurer] for bean with name
'info.jtrac.config.JtracConfigurer' defined in ServletContext resource
[/WEB-INF/applicationContext.xml]: problem with class file or
dependent class; nested exception is
java.lang.UnsupportedClassVersionError: Bad version number in .class
file
Caused by:
java.lang.UnsupportedClassVersionError: Bad version number in .class file

Switching back to the 2.1.0-beta war it works again.

/Staffan

On Jan 20, 2008 5:54 PM, Peter Thomas <ptrthomas@...> wrote:

> Hi,
>
> After a while, JTrac development has picked up again.  Although most of you
> have upgraded to 2.1.0-beta, the formal release 2.1.0 final is still
> pending.  Work on the feature requests would go into the next version.
>
> Notable in this release:
>
> - remember-me auto-login fixed
> - after clicking on any one of the "related items" a status edit no longer
> incorrectly updates the original item
> - searching for numbers in the "detail" field should work now, please verify
> if there are no problems e.g. with upper-case vs lower-case
> - added favicon so that at least in Firefox, the address-bar and browser tab
> are decorated with the logo
> - CAS single-sign-on support working again, see this forum thread for
> details:
> http://sourceforge.net/forum/forum.php?thread_id=1891352&forum_id=552477
> - Greek translation contributed by Manos Batsis included
> - upgraded to Wicket 1.3.0 final
> - fixes that should solve very rare problem of duplicate sequence-id numbers
> within a space
> - fix for another rare but severe bug where a user profile password edit
> attempt ends up nulling user profile
> - code in place to support multiple roles per space, not fully tested yet
> - user-id validation accepts windows domain style DOMAIN\userid and also @
> character - important for LDAP single-sign-on for example
> - an "expand all" link on the search screen shows all the custom field
> multi-selectable values something close to how the old search screen used to
> be
> - improved usability of search-by-id, user can type number without
> space-prefix-code to view by id when space is selected
>
> As always, details on how to get up and running with the latest build are
> available here: http://jtrac.info/doc/html/interim-builds.html
>
> Thanks,
>
> Peter.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> j-trac-users mailing list
> j-trac-users@...
> https://lists.sourceforge.net/lists/listinfo/j-trac-users
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
j-trac-users mailing list
j-trac-users@...
https://lists.sourceforge.net/lists/listinfo/j-trac-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
j-trac-users mailing list
j-trac-users@...
https://lists.sourceforge.net/lists/listinfo/j-trac-users

Re: New development build: 2.1.0-dev7

by TimP-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Peter,

On Sunday 20 January 2008 16:54, Peter Thomas wrote:
> Hi,
>
> After a while, JTrac development has picked up again.  Although most of you
> have upgraded to 2.1.0-beta, the formal release 2.1.0 final is still
> pending.  Work on the feature requests would go into the next version.

I am running straight out of SVN and all worked fine.

TimP

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
j-trac-users mailing list
j-trac-users@...
https://lists.sourceforge.net/lists/listinfo/j-trac-users