[jira] [Commented] (GEODE-10055) AbstractLauncher print info and debug with stderr instead of stdout

2022-07-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-10055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565328#comment-17565328
 ] 

ASF subversion and git services commented on GEODE-10055:
-

Commit a88c8b55c52f31539cf2e940c2d444b97a69e92f in geode's branch 
refs/heads/develop from Mario Kevo
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a88c8b55c5 ]

GEODE-10055: fix AbstractLauncher to print info and debug with stdout (#7368)

* GEODE-10055: fix AbstractLauncher to print info and debug with stdout instead 
of stderr

> AbstractLauncher print info and debug with stderr instead of stdout
> ---
>
> Key: GEODE-10055
> URL: https://issues.apache.org/jira/browse/GEODE-10055
> Project: Geode
>  Issue Type: Bug
>  Components: logging
>Affects Versions: 1.12.8, 1.13.7, 1.14.3
>Reporter: Mario Kevo
>Assignee: Mario Kevo
>Priority: Major
>  Labels: pull-request-available
>
> The problem happened with locator/server launcher logs which are printed with 
> stderr in both cases, for info and debug.
> {code:java}
>   protected void info(final Object message, final Object... args) {
> if (args != null && args.length > 0) {
>   System.err.printf(message.toString(), args);
> } else {
>   System.err.print(message);
> }
>   }
> {code}
> And when it is redirected to some tools it represents it like an error as it 
> is printed with stderr, instead of stdout.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (GEODE-10055) AbstractLauncher print info and debug with stderr instead of stdout

2022-07-12 Thread Mario Kevo (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mario Kevo resolved GEODE-10055.

Fix Version/s: 1.16.0
   Resolution: Fixed

> AbstractLauncher print info and debug with stderr instead of stdout
> ---
>
> Key: GEODE-10055
> URL: https://issues.apache.org/jira/browse/GEODE-10055
> Project: Geode
>  Issue Type: Bug
>  Components: logging
>Affects Versions: 1.12.8, 1.13.7, 1.14.3
>Reporter: Mario Kevo
>Assignee: Mario Kevo
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0
>
>
> The problem happened with locator/server launcher logs which are printed with 
> stderr in both cases, for info and debug.
> {code:java}
>   protected void info(final Object message, final Object... args) {
> if (args != null && args.length > 0) {
>   System.err.printf(message.toString(), args);
> } else {
>   System.err.print(message);
> }
>   }
> {code}
> And when it is redirected to some tools it represents it like an error as it 
> is printed with stderr, instead of stdout.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (GEODE-9927) Publish a geode-server-all meta jar

2022-07-12 Thread Robert Houghton (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-9927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Houghton resolved GEODE-9927.

Fix Version/s: 1.15.0
   Resolution: Fixed

> Publish a geode-server-all meta jar
> ---
>
> Key: GEODE-9927
> URL: https://issues.apache.org/jira/browse/GEODE-9927
> Project: Geode
>  Issue Type: New Feature
>  Components: build
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> Create and publish a versioned geode-server-all meta jar, with the 
> opinionated set of Geode dependencies for operating a fully-functional server.
> This is the same content as the unversioned, unpublished `geode-depenencies` 
> jar which appears in the TGZ, but is not part of Maven distributions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (GEODE-9117) Do upgrade tests against snapshots or RCs

2022-07-12 Thread Robert Houghton (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Houghton resolved GEODE-9117.

Resolution: Won't Fix

> Do upgrade tests against snapshots or RCs
> -
>
> Key: GEODE-9117
> URL: https://issues.apache.org/jira/browse/GEODE-9117
> Project: Geode
>  Issue Type: Improvement
>  Components: build, ci, serialization
>Reporter: Robert Houghton
>Priority: Major
>
> Extend upgrade/backward compatibility testing to include pre-releases, 
> snapshots, or RCs, in addition to already-released versions of Geode. Let us 
> catch breaking changes in things like serialization before it's too late.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)