Return-Path: X-Original-To: apmail-river-commits-archive@www.apache.org Delivered-To: apmail-river-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 205071826F for ; Tue, 12 Jan 2016 09:08:59 +0000 (UTC) Received: (qmail 66510 invoked by uid 500); 12 Jan 2016 09:08:59 -0000 Delivered-To: apmail-river-commits-archive@river.apache.org Received: (qmail 66471 invoked by uid 500); 12 Jan 2016 09:08:58 -0000 Mailing-List: contact commits-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list commits@river.apache.org Received: (qmail 66462 invoked by uid 99); 12 Jan 2016 09:08:58 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2016 09:08:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3217D1A0B52 for ; Tue, 12 Jan 2016 09:08:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 9gu3zB81MVdj for ; Tue, 12 Jan 2016 09:08:52 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 3BCFF2051D for ; Tue, 12 Jan 2016 09:08:52 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id ACE59E0361 for ; Tue, 12 Jan 2016 09:08:51 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A2C093A019A for ; Tue, 12 Jan 2016 09:08:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1724178 - in /river/jtsk/trunk: common.xml src-doc/static/specs/html/standard.css src/org/apache/river/thread/ThreadPool.java Date: Tue, 12 Jan 2016 09:08:51 -0000 To: commits@river.apache.org From: peter_firmstone@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160112090851.A2C093A019A@svn01-us-west.apache.org> Author: peter_firmstone Date: Tue Jan 12 09:08:51 2016 New Revision: 1724178 URL: http://svn.apache.org/viewvc?rev=1724178&view=rev Log: Remove thread stack size hint from ThreadPool, consider making this tunable. Set version string to 3.0.0 Modified: river/jtsk/trunk/common.xml river/jtsk/trunk/src-doc/static/specs/html/standard.css river/jtsk/trunk/src/org/apache/river/thread/ThreadPool.java Modified: river/jtsk/trunk/common.xml URL: http://svn.apache.org/viewvc/river/jtsk/trunk/common.xml?rev=1724178&r1=1724177&r2=1724178&view=diff ============================================================================== --- river/jtsk/trunk/common.xml (original) +++ river/jtsk/trunk/common.xml Tue Jan 12 09:08:51 2016 @@ -25,7 +25,7 @@ - + Modified: river/jtsk/trunk/src-doc/static/specs/html/standard.css URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src-doc/static/specs/html/standard.css?rev=1724178&r1=1724177&r2=1724178&view=diff ============================================================================== --- river/jtsk/trunk/src-doc/static/specs/html/standard.css (original) +++ river/jtsk/trunk/src-doc/static/specs/html/standard.css Tue Jan 12 09:08:51 2016 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /* Document Defaults */ body { font-size: 10pt; font-style: normal; font-weight: normal; color: #000000; background-color: #FFFFFF; letter-spacing: normal; text-align: left; text-indent: 15pt; word-spacing: normal} a:active { color: #0000CC} @@ -10,7 +28,8 @@ a:visited { color: #9999CC} .BodyRelative { } .CellBody { } .CellHeading { text-align: center; font-weight: bold; color: #003366} -.ChapNumber color:{ #ffffff} +.ChapNumber color:{ #ffffff} + .GroupTitlesIX { font-size: 16pt; color: #003366} .Heading1 { text-align: center; font-size: 20pt; color: #003366 ; font-weight: bold; margin-top: 20px} .Heading1A { font-size: 20pt; font-weight: bold; color: #003366 ; margin-top: 20px} Modified: river/jtsk/trunk/src/org/apache/river/thread/ThreadPool.java URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/org/apache/river/thread/ThreadPool.java?rev=1724178&r1=1724177&r2=1724178&view=diff ============================================================================== --- river/jtsk/trunk/src/org/apache/river/thread/ThreadPool.java (original) +++ river/jtsk/trunk/src/org/apache/river/thread/ThreadPool.java Tue Jan 12 09:08:51 2016 @@ -210,7 +210,7 @@ final class ThreadPool implements Execut public Thread newThread(Runnable r) { return AccessController.doPrivileged( - new NewThreadAction(threadGroup, r, NewThreadAction.NAME_PREFIX, false, 228)); + new NewThreadAction(threadGroup, r, NewThreadAction.NAME_PREFIX, false)); } }