Re: [VOTE] sunsetting of Apache Pivot project

2024-04-15 Thread Roger Whitcomb
project. ~Roger Whitcomb Apache Pivot PMC Chair ASF Member > On Oct 30, 2023, at 10:44 AM, Roger Whitcomb > wrote: > > So, my vote is > [ X ] +1 retire Pivot > > BUT not before doing a 2.1.0 release, which I have initiated on a separate > thread > > Thanks, >

Update for final release

2024-04-11 Thread Roger Whitcomb
notes have been prepared, I think we’re just a build and a vote away from the final release, and then retirement, so … Many thanks, ~Roger Whitcomb PMC Chair - Apache Pivot project ASF Member P.S. The attached “logs.calc” script can be run by the “Calc” program, built from the repository at: https

Re: svn commit: r1913470 [3/21] - in /pivot/trunk: ./ charts/src/org/apache/pivot/charts/ charts/src/org/apache/pivot/charts/content/ core/src/org/apache/pivot/annotations/ core/src/org/apache/pivot/c

2023-11-29 Thread Roger Whitcomb
sible). > I'll keep you updated. > > Bye > > >> Il giorno mar 28 nov 2023 alle ore 23:28 Roger Whitcomb < >> rogerandb...@rbwhitcomb.com> ha scritto: >> >> Ciao Sandro, >> Thanks for this. All three tests that fail are due to the same roo

Re: svn commit: r1913470 [3/21] - in /pivot/trunk: ./ charts/src/org/apache/pivot/charts/ charts/src/org/apache/pivot/charts/content/ core/src/org/apache/pivot/annotations/ core/src/org/apache/pivot/c

2023-11-28 Thread Roger Whitcomb
Ciao Sandro, Thanks for this. All three tests that fail are due to the same root cause: the tests are being run from the .class files and not from the .jar files. The VersionTest fails because Version.class.getPackage().getImplementationVersion() returns null (because the class isn’t inside a .

Re: Prepare for final Pivot 2.1.0 release

2023-11-26 Thread Roger Whitcomb
alid entity ⌘ > [javadoc] * {@code "Ctrl+Shift+Left"}, or even > "⌃⌘F1". > [javadoc] > ^ > ... > test: > [echo] charts: Executing test cases... > [echo] core: Executing test cases... >[junit] Test org.apache.piv

Re: svn commit: r1913470 [3/21] - in /pivot/trunk: ./ charts/src/org/apache/pivot/charts/ charts/src/org/apache/pivot/charts/content/ core/src/org/apache/pivot/annotations/ core/src/org/apache/pivot/c

2023-11-26 Thread Roger Whitcomb
Ciao Sandro, Can you run the tests with debug on (hint: change setting in “build.properties” file) to see the specific failure in VersionTest, please?! It works fine on my laptop with Java 11+28 Thanks, ~Roger > On Oct 31, 2023, at 12:15 PM, smart...@apache.org wrote: > > Modified: pivot/trun

Re: Prepare for final Pivot 2.1.0 release

2023-10-31 Thread Roger Whitcomb
setup of a new vm for the build environment >> based on a modern Linux distribution and JDK 11 and all the stuff for the >> creation and testing of the release. >> >> For 2.1.0 really do we need compatibility with Java 8 ? >> Just to be sure if the compatibility flag

Re: [VOTE] sunsetting of Apache Pivot project

2023-10-30 Thread Roger Whitcomb
r preference: > > [ ] +1 retire Pivot > [ ] +-0 don't care > [ ] -1 don't retire because... > > The forwarded message was sent over three months ago with no response: > > On 2023/07/20 17:22:34 Roger Whitcomb wrote: >> Hello, >> As anyone who has followed

Prepare for final Pivot 2.1.0 release

2023-10-30 Thread Roger Whitcomb
, ~Roger Whitcomb

Probably sunsetting of Apache Pivot project

2023-07-20 Thread Roger Whitcomb
actively supported). It especially pains me personally to have to make this announcement, but … such is life sometimes. Sincerely, Roger Whitcomb Apache Pivot PMC Chair ASF Member

Possible problems with JDK 21

2023-05-15 Thread Roger Whitcomb
This article talks about possible incompatibilities with JDK21 with classes that implement Collection interfaces … haven’t tried it but we might have problems with Pivot because we do that all over our Collection classes. https://inside.java/2023/05/12/quality-heads-up/ Thanks, ~Roger

Re: eol style on files

2022-04-18 Thread Roger Whitcomb
Thank you for looking at that. The website is one of the “black boxes” I haven’t dealt with much. So, I think native is the best choice. No problem at all updating it. From my perspective. Thanks, ~Roger > On Apr 18, 2022, at 7:26 AM, Gavin McDonald wrote: > > Hi All, > > I was looking

Line endings?

2020-05-09 Thread Roger Whitcomb
t should be done? I have identified around 195 files with this problem. I have coded some stuff in the "trim-whitespace" task that fixes things, and I'm ready to check in this change, but I wanted to get any feedback before I do something stupid Thanks, ~Roger Whitcomb

Fwd: [NOTICE] Structural changes to Apache downloads

2020-03-04 Thread Roger Whitcomb
We should definitely update the website with this change. I will create a JIRA ticket. Thanks, ~Roger Begin forwarded message: From: Daniel Gruno Date: March 4, 2020 at 7:04:27 AM PST To: "us...@infra.apache.org" Subject: [NOTICE] Structural changes to Apache downloads Reply-To: priv...@pivo

RE: Building using Java 11?

2019-12-12 Thread Roger Whitcomb
12, 2019 at 1:30 AM Roger Whitcomb mailto:rogerandb...@rbwhitcomb.com>> wrote: > I'm thinking that's the "problem" ... If I target Java 8 then the > "--add-modules" flag is not supported, but apparently that is what is > required (now) in Java 11 to

Re: Building using Java 11?

2019-12-11 Thread Roger Whitcomb
removed fro JDK but been hiding. They must be made visible via Java 9 module config. Cheers, Marek Mosiewicz W dniu pon, 09.12.2019 o godzinie 17∶06 +0100, użytkownik Sandro Martini napisał: > Hi all, > sorry but even for me I'm still on Java 8 as development ... > > By

Re: Building using Java 11?

2019-12-07 Thread Roger Whitcomb
ote: > > I have not gone beyond Java 8 myself, but I know that Oracle has started to > remove packages from the JDK and that those need to be supplied separately. > >> On Sat, Dec 7, 2019 at 9:17 AM Roger Whitcomb >> wrote: >> >> Hi all, >>I&#

Building using Java 11?

2019-12-06 Thread Roger Whitcomb
Hi all, I'm trying to build latest Pivot trunk code with Java 11 and am running into this error: C:\Projects\pivot\trunk\core\src\org\apache\pivot\io\FileSerializer.java:27: error: package javax.activation does not exist import javax.activation.MimetypesFileTypeMap;

[jira] [Commented] (PIVOT-999) Update code to take advantage of Java 8 features

2019-08-13 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906859#comment-16906859 ] Roger Whitcomb commented on PIVOT-999: -- Ooops!  Didn't compile und

[jira] [Commented] (PIVOT-999) Update code to take advantage of Java 8 features

2019-08-13 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906703#comment-16906703 ] Roger Whitcomb commented on PIVOT-999: -- Tweak a demo program: Sending demos-se

[jira] [Commented] (PIVOT-999) Update code to take advantage of Java 8 features

2019-08-13 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906702#comment-16906702 ] Roger Whitcomb commented on PIVOT-999: -- Tweak BeanAdapter to use generic &qu

[jira] [Commented] (PIVOT-1045) Refactor read-only classes to use a common abstract class to reduce code

2019-08-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905665#comment-16905665 ] Roger Whitcomb commented on PIVOT-1045: --- Other candidates inc

[jira] [Resolved] (PIVOT-1046) Regularize ColorUtilities methods

2019-08-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb resolved PIVOT-1046. --- Resolution: Fixed > Regularize ColorUtilities meth

[jira] [Commented] (PIVOT-1046) Regularize ColorUtilities methods

2019-08-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905653#comment-16905653 ] Roger Whitcomb commented on PIVOT-1046: --- Basically finished this issue: Sen

[jira] [Updated] (PIVOT-1045) Refactor read-only classes to use a common abstract class to reduce code

2019-08-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-1045: -- Description: All of the "read-only" collection classes (such as ArrayAdapter

[jira] [Updated] (PIVOT-1045) Refactor read-only classes to use a common abstract class to reduce code

2019-08-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-1045: -- Description: All of the "read-only" collection classes (such as ArrayAdapter

[jira] [Created] (PIVOT-1046) Regularize ColorUtilities methods

2019-08-12 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1046: - Summary: Regularize ColorUtilities methods Key: PIVOT-1046 URL: https://issues.apache.org/jira/browse/PIVOT-1046 Project: Pivot Issue Type: Improvement

[jira] [Commented] (PIVOT-1045) Refactor read-only classes to use a common abstract class to reduce code

2019-08-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905627#comment-16905627 ] Roger Whitcomb commented on PIVOT-1045: --- First iteration: Sending core\src

[jira] [Created] (PIVOT-1045) Refactor read-only classes to use a common abstract class to reduce code

2019-08-12 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1045: - Summary: Refactor read-only classes to use a common abstract class to reduce code Key: PIVOT-1045 URL: https://issues.apache.org/jira/browse/PIVOT-1045 Project

[jira] [Commented] (PIVOT-1044) Avoid using FileInputStream / FileOutputStream to avoid GC issues with finalizer

2019-06-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862528#comment-16862528 ] Roger Whitcomb commented on PIVOT-1044: --- One more file fixed: Sending tutor

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2019-06-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862525#comment-16862525 ] Roger Whitcomb commented on PIVOT-1032: --- A few tiny changes: Sending demos

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2019-06-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862268#comment-16862268 ] Roger Whitcomb commented on PIVOT-1032: --- Get rid of f

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2019-06-05 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16857008#comment-16857008 ] Roger Whitcomb commented on PIVOT-1032: --- Trying to get one more file comple

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2019-06-05 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16856922#comment-16856922 ] Roger Whitcomb commented on PIVOT-1032: --- Some EmptyBlock and NestedBlock prob

[jira] [Commented] (PIVOT-1044) Avoid using FileInputStream / FileOutputStream to avoid GC issues with finalizer

2019-06-05 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16856920#comment-16856920 ] Roger Whitcomb commented on PIVOT-1044: --- Fixed the "core" (that i

[jira] [Commented] (PIVOT-1043) Investigate Java 11 compatibility

2019-03-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791072#comment-16791072 ] Roger Whitcomb commented on PIVOT-1043: --- The replacements for the internal

[jira] [Commented] (PIVOT-1027) Add an @UnsupportedOperation annotation that can be used to mark methods that always throw UnsupportedOperationException when called

2019-03-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790899#comment-16790899 ] Roger Whitcomb commented on PIVOT-1027: --- Last of the changes: Sending core

[jira] [Closed] (PIVOT-1027) Add an @UnsupportedOperation annotation that can be used to mark methods that always throw UnsupportedOperationException when called

2019-03-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-1027. - Resolution: Fixed > Add an @UnsupportedOperation annotation that can be used to mark meth

[jira] [Commented] (PIVOT-1027) Add an @UnsupportedOperation annotation that can be used to mark methods that always throw UnsupportedOperationException when called

2019-01-07 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16736274#comment-16736274 ] Roger Whitcomb commented on PIVOT-1027: --- Sending tutorials\src\org\apache\p

[jira] [Commented] (PIVOT-1027) Add an @UnsupportedOperation annotation that can be used to mark methods that always throw UnsupportedOperationException when called

2019-01-07 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16736273#comment-16736273 ] Roger Whitcomb commented on PIVOT-1027: --- More files updated: Sending core\src

[jira] [Created] (PIVOT-1044) Avoid using FileInputStream / FileOutputStream to avoid GC issues with finalizer

2018-11-05 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1044: - Summary: Avoid using FileInputStream / FileOutputStream to avoid GC issues with finalizer Key: PIVOT-1044 URL: https://issues.apache.org/jira/browse/PIVOT-1044

[jira] [Commented] (PIVOT-1043) Investigate Java 11 compatibility

2018-10-29 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16667340#comment-16667340 ] Roger Whitcomb commented on PIVOT-1043: --- And a HUGE thing with Java 11 is

[jira] [Updated] (PIVOT-1042) Investigate support of surrogate pairs in all text processing

2018-10-19 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-1042: -- Description: According to PIVOT-850, most if not all the code that advances through text

[jira] [Commented] (PIVOT-1042) Investigate support of surrogate pairs in all text processing

2018-10-19 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657247#comment-16657247 ] Roger Whitcomb commented on PIVOT-1042: --- Here is a good article from IBM a

[jira] [Commented] (PIVOT-1043) Investigate Java 11 compatibility

2018-10-19 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657239#comment-16657239 ] Roger Whitcomb commented on PIVOT-1043: --- Same deprecation issues from Java 9

[jira] [Created] (PIVOT-1043) Investigate Java 11 compatibility

2018-10-19 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1043: - Summary: Investigate Java 11 compatibility Key: PIVOT-1043 URL: https://issues.apache.org/jira/browse/PIVOT-1043 Project: Pivot Issue Type: Bug

[jira] [Created] (PIVOT-1042) Investigate support of surrogate pairs in all text processing

2018-10-18 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1042: - Summary: Investigate support of surrogate pairs in all text processing Key: PIVOT-1042 URL: https://issues.apache.org/jira/browse/PIVOT-1042 Project: Pivot

[jira] [Closed] (PIVOT-1039) Address deprecation issues with Java 9 and 10

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-1039. - Resolution: Fixed Fix Version/s: 2.1.0 > Address deprecation issues with Java 9 and

[jira] [Commented] (PIVOT-1039) Address deprecation issues with Java 9 and 10

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611003#comment-16611003 ] Roger Whitcomb commented on PIVOT-1039: --- Fixed the warnings relate

[jira] [Closed] (PIVOT-1040) Add a renderer for vertical buttons (image above the text)

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-1040. - Resolution: Fixed > Add a renderer for vertical buttons (image above the t

[jira] [Reopened] (PIVOT-1040) Add a renderer for vertical buttons (image above the text)

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb reopened PIVOT-1040: --- > Add a renderer for vertical buttons (image above the t

[jira] [Updated] (PIVOT-1040) Add a renderer for vertical buttons (image above the text)

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-1040: -- Fix Version/s: 2.1.0 > Add a renderer for vertical buttons (image above the t

[jira] [Commented] (PIVOT-1040) Add a renderer for vertical buttons (image above the text)

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610907#comment-16610907 ] Roger Whitcomb commented on PIVOT-1040: --- Adding tests\src\org\apache\pivot\t

[jira] [Closed] (PIVOT-1040) Add a renderer for vertical buttons (image above the text)

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-1040. - Resolution: Fixed > Add a renderer for vertical buttons (image above the t

[jira] [Commented] (PIVOT-1027) Add an @UnsupportedOperation annotation that can be used to mark methods that always throw UnsupportedOperationException when called

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610903#comment-16610903 ] Roger Whitcomb commented on PIVOT-1027: --- Sending core\src\org\apache\pivot\

[jira] [Commented] (PIVOT-1027) Add an @UnsupportedOperation annotation that can be used to mark methods that always throw UnsupportedOperationException when called

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610888#comment-16610888 ] Roger Whitcomb commented on PIVOT-1027: --- Another whole set of these (and rel

[jira] [Closed] (PIVOT-1034) Change ThemeNotFoundException to a subclass of Error

2018-09-11 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-1034. - Resolution: Fixed Fix Version/s: 2.1.0 > Change ThemeNotFoundException to a subclass

[jira] [Commented] (PIVOT-1039) Address deprecation issues with Java 9 and 10

2018-09-07 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607347#comment-16607347 ] Roger Whitcomb commented on PIVOT-1039: --- Fix (some, most of?) the depreca

[jira] [Commented] (PIVOT-1041) Add a Constants class as a place to store frequently used constant values

2018-08-23 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16590947#comment-16590947 ] Roger Whitcomb commented on PIVOT-1041: --- Put the constant values I could

[jira] [Created] (PIVOT-1041) Add a Constants class as a place to store frequently used constant values

2018-08-23 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1041: - Summary: Add a Constants class as a place to store frequently used constant values Key: PIVOT-1041 URL: https://issues.apache.org/jira/browse/PIVOT-1041 Project

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2018-08-23 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16590444#comment-16590444 ] Roger Whitcomb commented on PIVOT-1032: --- Fix the rest of AvoidNestedBlocks er

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2018-08-17 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584459#comment-16584459 ] Roger Whitcomb commented on PIVOT-1032: --- Fixed the remaining LineLength er

[jira] [Created] (PIVOT-1040) Add a renderer for vertical buttons (image above the text)

2018-08-13 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1040: - Summary: Add a renderer for vertical buttons (image above the text) Key: PIVOT-1040 URL: https://issues.apache.org/jira/browse/PIVOT-1040 Project: Pivot

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2018-08-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16577802#comment-16577802 ] Roger Whitcomb commented on PIVOT-1032: --- Fix "HideUtilityClassConstructor

[jira] [Closed] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-08-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-1035. - Resolution: Fixed Having implemented what [~smartini] suggested as far as using the latest SVN

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2018-08-12 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16577762#comment-16577762 ] Roger Whitcomb commented on PIVOT-1032: --- Finished the rest of the "W

[jira] [Comment Edited] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-08-09 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16574866#comment-16574866 ] Roger Whitcomb edited comment on PIVOT-1035 at 8/9/18 1:5

[jira] [Commented] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-08-09 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16574866#comment-16574866 ] Roger Whitcomb commented on PIVOT-1035: --- Committed this change: Sending build

[jira] [Comment Edited] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-08-08 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573779#comment-16573779 ] Roger Whitcomb edited comment on PIVOT-1035 at 8/8/18 8:0

[jira] [Commented] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-08-08 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573779#comment-16573779 ] Roger Whitcomb commented on PIVOT-1035: --- What about using the "Last Ch

[jira] [Commented] (PIVOT-1039) Address deprecation issues with Java 9 and 10

2018-08-06 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570647#comment-16570647 ] Roger Whitcomb commented on PIVOT-1039: --- Fix style errors from last commit,

[jira] [Commented] (PIVOT-1039) Address deprecation issues with Java 9 and 10

2018-08-06 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570438#comment-16570438 ] Roger Whitcomb commented on PIVOT-1039: --- Addressed the failure in "Ve

[jira] [Commented] (PIVOT-1039) Address deprecation issues with Java 9 and 10

2018-08-02 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16567539#comment-16567539 ] Roger Whitcomb commented on PIVOT-1039: --- The "java10.log" lists

[jira] [Updated] (PIVOT-1039) Address deprecation issues with Java 9 and 10

2018-08-02 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-1039: -- Attachment: java10.log > Address deprecation issues with Java 9 and

[jira] [Closed] (PIVOT-1036) Add a Japanese translation of Pivot

2018-08-02 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-1036. - Resolution: Fixed Our translators are happy with the text, so closing this as done. > Ad

[jira] [Created] (PIVOT-1039) Address deprecation issues with Java 9 and 10

2018-08-02 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1039: - Summary: Address deprecation issues with Java 9 and 10 Key: PIVOT-1039 URL: https://issues.apache.org/jira/browse/PIVOT-1039 Project: Pivot Issue Type

[jira] [Commented] (PIVOT-1036) Add a Japanese translation of Pivot

2018-06-21 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519672#comment-16519672 ] Roger Whitcomb commented on PIVOT-1036: --- Added the translated Japanese resou

[jira] [Closed] (PIVOT-1038) Allow override of default Locale for all internal resources

2018-06-21 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-1038. - Resolution: Not A Problem Just realized this is not necessary, since any application can call

[jira] [Created] (PIVOT-1038) Allow override of default Locale for all internal resources

2018-06-21 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1038: - Summary: Allow override of default Locale for all internal resources Key: PIVOT-1038 URL: https://issues.apache.org/jira/browse/PIVOT-1038 Project: Pivot

[jira] [Closed] (PIVOT-1037) Removing tree nodes before they are visible will cause exceptions

2018-06-20 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb closed PIVOT-1037. - Resolution: Fixed Fix Version/s: 2.1.0 Closing pending further testing to verify, but the

[jira] [Commented] (PIVOT-1037) Removing tree nodes before they are visible will cause exceptions

2018-06-20 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518578#comment-16518578 ] Roger Whitcomb commented on PIVOT-1037: --- Should be fixed now: Sending wtk-t

[jira] [Commented] (PIVOT-1036) Add a Japanese translation of Pivot

2018-06-20 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518532#comment-16518532 ] Roger Whitcomb commented on PIVOT-1036: --- Note: sent the files to our transla

[jira] [Commented] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-06-20 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518528#comment-16518528 ] Roger Whitcomb commented on PIVOT-1035: --- We could set the "Specificatio

[jira] [Comment Edited] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-06-20 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518500#comment-16518500 ] Roger Whitcomb edited comment on PIVOT-1035 at 6/20/18 7:1

[jira] [Commented] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-06-20 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518500#comment-16518500 ] Roger Whitcomb commented on PIVOT-1035: ---   The "Implementation-Versi

[jira] [Commented] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-06-20 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518393#comment-16518393 ] Roger Whitcomb commented on PIVOT-1035: --- Changed to use a date forma

[jira] [Commented] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-06-20 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518364#comment-16518364 ] Roger Whitcomb commented on PIVOT-1035: --- Ciao [~smartini], right now the b

[jira] [Created] (PIVOT-1037) Removing tree nodes before they are visible will cause exceptions

2018-06-20 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1037: - Summary: Removing tree nodes before they are visible will cause exceptions Key: PIVOT-1037 URL: https://issues.apache.org/jira/browse/PIVOT-1037 Project: Pivot

[jira] [Commented] (PIVOT-1036) Add a Japanese translation of Pivot

2018-06-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515994#comment-16515994 ] Roger Whitcomb commented on PIVOT-1036: --- Ant target to zip up the transla

[jira] [Created] (PIVOT-1036) Add a Japanese translation of Pivot

2018-06-18 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1036: - Summary: Add a Japanese translation of Pivot Key: PIVOT-1036 URL: https://issues.apache.org/jira/browse/PIVOT-1036 Project: Pivot Issue Type: Improvement

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2018-06-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515813#comment-16515813 ] Roger Whitcomb commented on PIVOT-1032: --- Sending core\src\org\apache\p

[jira] [Commented] (PIVOT-1026) Replace logic for StockTracker demo since Yahoo has discontinued its API to download stock data

2018-06-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515812#comment-16515812 ] Roger Whitcomb commented on PIVOT-1026: --- Also Alpha Vantage has a free API (wi

[jira] [Commented] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-06-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515806#comment-16515806 ] Roger Whitcomb commented on PIVOT-1035: --- Did a simple implementation u

[jira] [Created] (PIVOT-1035) Add a real build number to the Pivot (internal) version

2018-06-18 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1035: - Summary: Add a real build number to the Pivot (internal) version Key: PIVOT-1035 URL: https://issues.apache.org/jira/browse/PIVOT-1035 Project: Pivot

[jira] [Commented] (PIVOT-1034) Change ThemeNotFoundException to a subclass of Error

2018-06-07 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505122#comment-16505122 ] Roger Whitcomb commented on PIVOT-1034: --- Made these changes and a bunch of cle

[jira] [Created] (PIVOT-1034) Change ThemeNotFoundException to a subclass of Error

2018-06-07 Thread Roger Whitcomb (JIRA)
Roger Whitcomb created PIVOT-1034: - Summary: Change ThemeNotFoundException to a subclass of Error Key: PIVOT-1034 URL: https://issues.apache.org/jira/browse/PIVOT-1034 Project: Pivot Issue

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2018-05-31 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496978#comment-16496978 ] Roger Whitcomb commented on PIVOT-1032: --- Sending        core/src/org/apache/p

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2018-05-02 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461836#comment-16461836 ] Roger Whitcomb commented on PIVOT-1032: --- Count the number of unique file names

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2018-04-27 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16456945#comment-16456945 ] Roger Whitcomb commented on PIVOT-1032: --- Fixed the NewlineAtEndOfFile set

[jira] [Commented] (PIVOT-1032) Implement "checkstyle" for builds and make changes to bring code into better compliance

2018-04-27 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16456939#comment-16456939 ] Roger Whitcomb commented on PIVOT-1032: --- Updated the list of files to c

  1   2   3   4   5   6   7   8   9   10   >