Showing messages 1 through 11 of 11.
-
Autoupdate testing
2008-05-23 00:48:48 prunge
[Reply | View]
I guess autoupdate needs user testing too, but I would be one to turn it off immediately so I can be sure of the version I am using when submitting bug reports and testing my own stuff under the new version.
-
manual update
2008-05-18 10:38:44 nopjn
[Reply | View]
And why not add an Advanced button in the options to reached a series of button to "Update to the Latest Release" or "Update to the latest beta build" ?
-
The poll description may be misleading
2008-05-16 13:18:30 mbien
[Reply | View]
IMO the builds should be updating automatically to the next buld until the final version is reached and beta builds should update to next beta builds until...final. (this is how firefox works - at least for betas)
After this point the updater should fall back into the "update to next final release" mode.
Why:
- people using builds are most likely devs or very technology interested users which want to be up to date
- people using betas are a little bit less interested in the bleeding edge but still want the update to the next beta since it is more stable
- the average user should be clear ;-) ...
-
Why not let the user choose?
2008-05-16 08:59:06 lilianne_blaze
[Reply | View]
Why not add an option to Control Panel \ Java \ Update - "Every new build" / "RCs and Final versions" / "Final versions only"? It should be pretty easy to implement.
-
Test early test often
2008-05-16 05:56:43 swpalmer
[Reply | View]
It's beta - the latest code should be in the hands of the beta testers always until it hits general release. There is no point to testing obsolete code.
-
6u10 verus 6u6
2008-05-16 03:19:27 invalidname
[Reply | View]
Just a note that this poll is about Java SE 6 Update 10 beta, not Sun's currently-shipping production version of Java SE 6.
-
6u10 verus 6u6
2008-05-16 05:37:26 jwenting
[Reply | View]
how can you know which beta a potential bug you find is related to if the software goes ahead and updates itself?
-
6u10 verus 6u6
2008-05-16 05:58:16 swpalmer
[Reply | View]
If you are testing a beta you better be aware of it and know what you are doing. If you can't figure out what JRE you are testing you shouldn't be testing a beta in the first place.
-
6u10 verus 6u6
2008-05-23 00:38:03 prunge
[Reply | View]
Consider these sequence of events:
- I am writing a bug report
- I type 'java -version' into console to fill in version number on bug report
- Java autoupdate updates itself to newest beta
- I run the test case for the bug report unaware of the version update
- Bug report with results from test case filed using incorrect version number
Given the time between 'java -version' and running of the test case is typically small (seconds) this scenario is unlikely but it is possible. But I guess we could always turn autoupdate off before doing a bug report.
-
6u10 verus 6u6
2008-05-18 12:13:03 jwenting
[Reply | View]
if it's installing updates on its own you can't know what you're testing because the software under testing is changing itself while you're testing it.
-
6u10 verus 6u6
2008-05-20 08:01:23 swpalmer
[Reply | View]
Nothing is suggesting that the JRE you are running your application on will change while you are running your application. The JRE will be constant for any particular run of your application. Error logs should identify the JRE version easily. Or you can just check with "java -version" when you notice a problem.
|
Showing messages 1 through 11 of 11.
|