<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>아파치 소프트웨어 재단 소식 &amp;amp; 알림에 오신 것을 환영합니다.</title>
    <link>https://announce.tistory.com/</link>
    <description>News and Announcements (at) Apache Software Foundation.</description>
    <language>ko</language>
    <pubDate>Thu, 12 Mar 2026 05:03:33 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>노안돼지</managingEditor>
    <item>
      <title>Apache HTTP Server 2.4.2 릴리즈</title>
      <link>https://announce.tistory.com/372</link>
      <description>&lt;p&gt;&lt;p&gt;Apache HTTP Server 2.4.2 Released&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.4.2 of the Apache HTTP Server (&quot;Apache&quot;). &amp;nbsp;This version of Apache is our 2nd GA release of the new generation 2.4.x branch of Apache HTTPD and represents fifteen years of innovation by the project, and is recommended over all previous releases. This version of Apache is principally a security and bug fix release, including the following security fix:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;*) SECURITY: CVE-2012-0883 (cve.mitre.org)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;envvars: Fix insecure handling of LD_LIBRARY_PATH that could&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;lead to the current working directory to be searched for DSOs.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Apache HTTP Server 2.4.2 is available for download from:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;http://httpd.apache.org/download.cgi&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Apache 2.4 offers numerous enhancements, improvements, and performance boosts over the 2.2 codebase. &amp;nbsp;For an overview of new features introduced since 2.4 please see:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;http://httpd.apache.org/docs/trunk/new_features_2_4.html&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Please see the CHANGES_2.4 file, linked from the download page, for a full list of changes. A condensed list, CHANGES_2.4.2 includes only those changes introduced since the prior 2.4 release. &amp;nbsp;A summary of all of the security vulnerabilities addressed in this and earlier releases is available:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;http://httpd.apache.org/security/vulnerabilities_24.html&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This release requires the Apache Portable Runtime (APR) version 1.4.x and APR-Util version 1.4.x. The APR libraries must be upgraded for all features of httpd to operate correctly.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This release builds on and extends the Apache 2.2 API. &amp;nbsp;Modules written for Apache 2.2 will need to be recompiled in order to run with Apache 2.4, and require minimal or no source code changes.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;http://svn.apache.org/repos/asf/httpd/httpd/trunk/VERSIONING&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;When upgrading or installing this version of Apache, please bear in mind that if you intend to use Apache with one of the threaded MPMs (other than the Prefork MPM), you must ensure that any modules you will be using (and the libraries they depend on) are thread-safe.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;NOTE to Windows users: AcceptFilter None has replaced Win32DisableAcceptEx&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;and the feature appears to have interoperability issues with mod_ssl.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;Apache 2.4.2 may not yet be suitable for all Windows servers. &amp;nbsp;There&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;is not yet a Windows binary distribution of httpd 2.4, but this is&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;expected to be remedied soon as various dependencies graduate from&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;beta to GA.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <category>뉴스/소식</category>
      <category>HTTP</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/372</guid>
      <comments>https://announce.tistory.com/372#entry372comment</comments>
      <pubDate>Fri, 20 Apr 2012 08:43:56 +0900</pubDate>
    </item>
    <item>
      <title>Apache Tomcat 7.0.27 릴리즈</title>
      <link>https://announce.tistory.com/371</link>
      <description>&lt;p&gt;&lt;p&gt;The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.27&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This release is includes significant new features as well as a number of bug fixes compared to version 7.0.26. The notable changes include:&lt;/p&gt;&lt;p&gt;* Support for the WebSocket protocol (RFC6455). Both streaming and&amp;nbsp; message based APIs are provided and the implementation currently&amp;nbsp; fully passes the Autobahn test suite. Also included are several&amp;nbsp; examples.&lt;/p&gt;&lt;p&gt;* A number of fixes to the HTTP NIO connector, particularly when using&amp;nbsp;Comet.&lt;/p&gt;&lt;p&gt;* Improve the memory leak prevention and detection code so that it&amp;nbsp;works well with JVMs from IBM.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Please refer to the change log for the complete list of changes:&lt;/p&gt;&lt;p&gt;http://tomcat.apache.org/tomcat-7.0-doc/changelog.html&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Note that this version has 4 zip binaries: a generic one and three bundled with Tomcat native binaries for Windows operating systems running on different CPU architectures.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Downloads:&lt;/p&gt;&lt;p&gt;http://tomcat.apache.org/download-70.cgi&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Migration guides from Apache Tomcat 5.5.x and 6.0.x:&lt;/p&gt;&lt;p&gt;http://tomcat.apache.org/migration.html&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;-- The Apache Tomcat Team&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <category>뉴스/소식</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/371</guid>
      <comments>https://announce.tistory.com/371#entry371comment</comments>
      <pubDate>Mon, 9 Apr 2012 08:45:14 +0900</pubDate>
    </item>
    <item>
      <title>Apache Empire-db 2.3.0 릴리즈</title>
      <link>https://announce.tistory.com/370</link>
      <description>&lt;p&gt;&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;The Apache Empire-db team is pleased to
announce the release of Apache Empire-db version 2.3.0, this is our first
release since we graduated from the incubator.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;Apache Empire-db is a lightweight data
access and persistence component for relational databases based on JDBC.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&lt;a href=&quot;http://empire-db.apache.org/&quot;&gt;http://empire-db.apache.org/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;* Allow specification of delete action
for each DBRelation (ON DELETE CASCADE)&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;* Extend Record and Column interfaces by
Record.isReadOnly() and&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;Column.validate() methods&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;* Simplify use of DBCommand:DBCommandParam
class&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;* Allow expression based indexes&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;* Allow to specify the character column
length in bytes (Non-Unicode) or&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;* chars (Unicode) for DDL generation&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;..and lots of bug fixes...&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;Changelog:&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&lt;a href=&quot;http://svn.apache.org/viewvc/empire-db/tags/empire-db-parent-2.3.0/CHANGELOG.txt?view=co&quot;&gt;http://svn.apache.org/viewvc/empire-db/tags/empire-db-parent-2.3.0/CHANGELOG.txt?view=co&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;Download:&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&lt;a href=&quot;http://empire-db.apache.org/downloads/latest.htm&quot;&gt;http://empire-db.apache.org/downloads/latest.htm&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;Thank you for your interest in Apache
Empire-db!&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;The Apache Empire-db Team.&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <category>뉴스/소식</category>
      <category>Empire-db</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/370</guid>
      <comments>https://announce.tistory.com/370#entry370comment</comments>
      <pubDate>Thu, 5 Apr 2012 08:46:58 +0900</pubDate>
    </item>
    <item>
      <title>Apache Jackrabbit 2.4.1 릴리즈</title>
      <link>https://announce.tistory.com/369</link>
      <description>&lt;p&gt;&lt;p&gt;The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.4.1. The release is available for download at:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; http://jackrabbit.apache.org/downloads.html&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;See the full release notes below for details about this release.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Release Notes -- Apache Jackrabbit -- Version 2.4.1&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Introduction&lt;/p&gt;&lt;p&gt;------------&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This is Apache Jackrabbit(TM) 2.4, a fully compliant implementation of the Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as specified in the Java Specification Request 283 (JSR 283).&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Apache Jackrabbit 2.4.1 is patch release that contains fixes and improvements over Jackrabbit 2.4.0. This release is fully compatible with earlier 2.x.x releases.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Changes since Jackrabbit 2.4.0&lt;/p&gt;&lt;p&gt;------------------------------&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Improvements&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3237] add missing name constants for mix:title&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3254] make max size of CachingEntryCollector's cache configurable&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3255] Access cluster node id&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3259] augment logging information around CachingEntryCollector&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3280] SQL2 joins on empty sets are not efficient&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Bug fixes&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3158] Deadlock in DBCP when accessing node&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3227] VolatileIndex not closed properly&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3236] Can not instantiate lucene Analyzer in SearchIndex&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3247] SQL2 ISDESCENDANTNODE BooleanQuery#TooManyClauses returns&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3250] webapp welcome page shows incorrect port when port is the ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3261] Problems with BundleDbPersistenceManager getAllNodeIds&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3266] JCR-SQL2 query with multiple columns in result only returns ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3268] Re-index fails on corrupt bundle&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3270] Error instantiating lucene search index in Turkish Regional ...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Changes since Jackrabbit 2.2.0&lt;/p&gt;&lt;p&gt;------------------------------&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;New features&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2859] Make open scoped locks recoverable&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2936] JMX Bindings for Jackrabbit&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3005] Make it possible to get multiple nodes in one call via davex&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3040] JMX Stats for the Session&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3117] Stats for the PersistenceManager&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3118] Configurable actions upon authorizable creation and removal&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3124] Stats for Queries&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3140] Add configurable hook for password validation&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3154] Stats for Queries continued&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3183] Add memory based bundle store&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Improvements&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-1443] Make JCAManagedConnectionFactory non final, so it can be extended&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2798] JCAManagedConnectionFactory should chain cause exception&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2887] Split PrivilegeRegistry in a per-session manager instance ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2906] Multivalued property sorted by last/random value&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2989] Support for embedded index aggregates&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3017] Version history recovery fails in case a version does not ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3030] Permit using different tablespaces for tables and indexes ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3084] Script for checking releases&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3085] better diagnostics when version storage is broken&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3091] Lucene Scorer implementations should handle the 'advance' ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3098] Add hit miss statistics and logging to caches&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3102] InternalVersion.getFrozenNode confused about root version?&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3107] Speed up hierarchy cache initialization&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3109] Move PersistenceManagerTest from o.a.j.core to o.a.j.core....&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3114] expose PM for versioning manager so that the consistency ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3119] Improve aggregate node indexing code&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3120] Change log level in UserManagerImpl#getAuthorizable(NodeImpl) ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3122] QueryObjectModelImpl should execute queries as SessionOperation(s)&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3127] Upgrade to Tika 0.10&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3129] It should be possible to create a non-transient Repository ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3132] Test tooling updates&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3133] Query Stats should use the TimeSeries mechanism&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3135] Upgrade to Logback 1.0&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3136] Add m2e lifecycle mappings for Eclipse Indigo&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3138] Skip sync delay when changes are found&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3141] Upgrade to Tika 1.0&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3142] Create OSGi Bundles from jackrabbit-webdav and ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3143] SessionImpl#isSupportedOption: Skip descriptor evaluation ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3146] Text extraction may congest thread pool in the repository&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3161] Add JcrUtils.getPropertyTypeNames&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3162] Index update overhead on cluster slave due to JCR-905&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3165] Consolidate compare behaviour for Value(s) and Comparable(s)&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3167] Make Jackrabbit compile on Java 7&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3170] Precompile JavaCC parsers in jackrabbit-spi-commons&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3172] implement PERSIST events for the EventJournal&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3177] Remove jdk 1.4 restriction for jcr-tests&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3178] Improve error messages for index aggregates&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3184] extend ConsistencyChecker API to allow adoption of orphaned ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3185] refactor consistency checks in BundleDBPersistenceManager ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3199] workspace-wide default for lock timeout&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3200] consistency check should get node ids in chunks, not rely on ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3202] AuthorizableImpl#memberOf and #declaredMemberOf should ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3203] GroupImp#getMembers and #getDeclaredMembers should return ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3222] Allow servlet filters to specify custom session providers&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Bug fixes&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2539] spi2dav: Observation's user data not property handled&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2540] spi2dav : move/reorder not properly handled by observation&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2541] spi2dav : EventJournal not &amp;nbsp;implemented&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2542] spi2dav: EventFilters not respected&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2543] spi2dav : Query offset not respected&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2774] Access control for repository level API operations&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2892] Large fetch sizes have potentially deleterious effects on ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-2930] same named child nodes disappear on restore&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3082] occasional index out of bounds exception while running ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3086] potential infinite loop around InternalVersionImpl.getSuccessors&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3089] javax.jcr.RepositoryException when a JOIN SQL2 query is ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3090] setFetchSize() fails in getAllNodeIds()&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3093] Inconsistency between Session.getProperty and Node....&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3095] Move operation may turn AC caches stale&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3101] recovery tool does not recover when version history can ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3105] NPE when versioning operations are concurrent&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3108] SQL2 ISDESCENDANTNODE can throw BooleanQuery#...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3110] QNodeTypeDefinitionImpl.getSerializablePropertyDefs() ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3111] InternalVersionManagerBase; missing null check after getNode()&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3112] NodeTypeDefDiff.PropDefDiff.init() constraints change check ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3115] Versioning fixup leaves persistence in a state where the ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3116] Cluster Node ID should be trimmed&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3126] The CredentialsWrapper should use a empty String as userId ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3128] Problem with formerly escaped JCR node names when upgrading ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3131] NPE in ItemManager when calling Session.save() with nothing ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3139] missing sync in InternalVersionManagerImpl.externalUpdate ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3148] Using transactions still leads to memory leak&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3149] AccessControlProvider#getEffectivePolicies for a set of ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3151] SharedFieldCache can cause a memory leak&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3152] AccessControlImporter does not import repo level ac content&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3156] Group#getMembers may list inherited members multiple times&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3159] LOWER operand with nested LOCALNAME operand not work with SQL2&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3160] Session#move doesn't trigger rebuild of parent node aggregation&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3163] NPE in RepositoryServiceImpl.getPropertyInfo()&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3174] Destination URI should be normalized&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3175] InputContextImpl: cannot upload file larger than 2GB&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3176] JCARepositoryManager does not close InputStream&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3189] JCARepositoryManager.createNonTransientRepository throws NPE ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3194] ConcurrentModificationException in CacheManager.&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3195] wrong assumptions in test cases about lock tokens&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3198] Broken handling of outer join results over davex&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3205] Missing support for lock timeout and ownerHint in jcr-server&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3210] NPE in spi2dav when server does not send all headers&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3214] [Lock] weird number for &quot;infinite&quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3216] When fetching node ids in checks for the checker all ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3218] UserImporter should trigger execution AuthorizableActions ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3220] simple webdav server does not support lock timeouts&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3223] Disallow unregistering of node types still (possibly) in use&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3224] SystemSession#createSession should return SessionImpl again&lt;/p&gt;&lt;p&gt;&amp;nbsp; [JCR-3225] ConcurrentModificationException in QueryStatImpl&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;In addition to the above-mentioned changes, this release contains all the changes included up to the Apache Jackrabbit 2.2.0 release.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;For more detailed information about all the changes in this and other Jackrabbit releases, please see the Jackrabbit issue tracker at&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; https://issues.apache.org/jira/browse/JCR&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Release Contents&lt;/p&gt;&lt;p&gt;----------------&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This release consists of a single source archive packaged as a zip file.&lt;/p&gt;&lt;p&gt;The archive can be unpacked with the jar tool from your JDK installation.&lt;/p&gt;&lt;p&gt;See the README.txt file for instructions on how to build this release.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The source archive is accompanied by SHA1 and MD5 checksums and a PGP signature that you can use to verify the authenticity of your download.&lt;/p&gt;&lt;p&gt;The public key used for the PGP signature can be found at https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;About Apache Jackrabbit&lt;/p&gt;&lt;p&gt;-----------------------&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Apache Jackrabbit is a fully conforming implementation of the Content Repository for Java Technology API (JCR). A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;For more information, visit http://jackrabbit.apache.org/&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;About The Apache Software Foundation&lt;/p&gt;&lt;p&gt;------------------------------------&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Established in 1999, The Apache Software Foundation provides organizational, legal, and financial support for more than 100 freely-available, collaboratively-developed Open Source projects. The pragmatic Apache License enables individual and commercial users to easily deploy Apache software; the Foundation's intellectual property framework limits the legal exposure of its 2,500+ contributors.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;For more information, visit http://www.apache.org/&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <category>뉴스/소식</category>
      <category>Jackrabbit</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/369</guid>
      <comments>https://announce.tistory.com/369#entry369comment</comments>
      <pubDate>Wed, 4 Apr 2012 08:59:44 +0900</pubDate>
    </item>
    <item>
      <title>Apache Libcloud 0.9.1 릴리즈</title>
      <link>https://announce.tistory.com/368</link>
      <description>&lt;p&gt;&lt;/p&gt;&lt;p &gt;&lt;span &gt;Libcloud team is pleased to announce the
release of Libcloud 0.9.1!&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Release highlights:&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;- A lot of improvements and additional
functionality in the OpenStack driver. Now a generic OpenStack driver
(Provider.OPENSTACK) also works with &lt;a href=&quot;http://devstack.org&quot;&gt;devstack.org&lt;/a&gt;
and &lt;a href=&quot;http://trystack.org&quot;&gt;trystack.org&lt;/a&gt; installations&lt;/p&gt;

&lt;p &gt;&lt;span &gt;- Improvements and better exception
propagation in the deploy_node method&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;- New driver for ElasticHosts Los Angeles
and Toronto location&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;- Support for new EC2 instance type -
m1.medium&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;Bug fixes:&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;- Don't lowercase special header names in
the Amazon S3 storage driver. This fixes a bug with multi-objects delete calls.&lt;/p&gt;

&lt;p &gt;&lt;span &gt;- Properly handle OpenStack providers which
return public IP addresses under the 'internet' key in the 'addresses'
dictionary&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;- Make create_node in Linode driver return
a Node instance instead of a listen of Node instances&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;For a full list of changes, please see the
CHANGES file &amp;lt;&lt;a href=&quot;https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&amp;amp;view=markup&quot;&gt;https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&amp;amp;view=markup&lt;/a&gt;&amp;gt;.&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Download&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Libcloud 0.9.1 can be downloaded from &lt;a href=&quot;http://libcloud.apache.org/downloads.html&quot;&gt;http://libcloud.apache.org/downloads.html&lt;/a&gt;
or installed using pip:&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;pip install apache-libcloud&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;It is possible that the file hasn't been
synced to all the mirrors yet. If this is the case, please use the main Apache
mirror - &lt;a href=&quot;http://www.apache.org/dist/libcloud&quot;&gt;http://www.apache.org/dist/libcloud&lt;/a&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;Upgrading&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;If you have installed Libcloud using pip
you can also use it to upgrade it:&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;pip install --upgrade apache-libcloud&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Upgrade notes&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;A page which describes backward
incompatible or semi-incompatible changes and how to preserve the old behavior
when this is possible can be found at &lt;a href=&quot;http://libcloud.apache.org/upgrade-notes.html&quot;&gt;http://libcloud.apache.org/upgrade-notes.html&lt;/a&gt;.&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Documentation&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;API documentation can be found at &lt;a href=&quot;http://libcloud.apache.org/apidocs/0.9.1/&quot;&gt;http://libcloud.apache.org/apidocs/0.9.1/&lt;/a&gt;.&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Bugs / Issues&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;If you find any bug or issue, please report
it on our issue tracker &amp;lt;&lt;a href=&quot;https://issues.apache.org/jira/browse/LIBCLOUD&quot;&gt;https://issues.apache.org/jira/browse/LIBCLOUD&lt;/a&gt;&amp;gt;.
Don't forget to attach an example and / or test which reproduces your problem.&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Thanks&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Thanks to everyone who contributed and made
this release possible! Full list of people who contributed to this release can
be found in the CHANGES file &amp;lt;&lt;a href=&quot;https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&amp;amp;view=markup&quot;&gt;https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&amp;amp;view=markup&lt;/a&gt;&amp;gt;.&lt;/p&gt;&lt;p &gt;Enjoy!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
      <category>뉴스/소식</category>
      <category>Libcloud</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/368</guid>
      <comments>https://announce.tistory.com/368#entry368comment</comments>
      <pubDate>Tue, 3 Apr 2012 08:59:17 +0900</pubDate>
    </item>
    <item>
      <title>Apache Sqoop 프로젝트가 Top-Level Project 승격되었습니다.</title>
      <link>https://announce.tistory.com/367</link>
      <description>&lt;p&gt;The Apache Software Foundation Announces Apache Sqoop as a Top-Level Project&lt;/p&gt;&lt;p&gt;[this announcement is also available
online at&amp;nbsp;&lt;a href=&quot;http://s.apache.org/mU&quot;&gt;http://s.apache.org/mU&lt;/a&gt;]&lt;/p&gt;&lt;p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Open Source big data tool used for
efficient bulk transfer between Apache Hadoop and structured datastores.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Forest Hill, MD --The Apache Software
Foundation (ASF), the all-volunteer developers, stewards, and incubators of
nearly 150 Open Source projects and initiatives, today announced that Apache
Sqoop has graduated from the Apache Incubator to become a Top-Level Project
(TLP), signifying that the Project’s community and products have been
well-governed under the ASF's meritocratic process and principles.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Designed to efficiently transfer bulk
data between Apache Hadoop and structured datastores such as relational
databases, Apache Sqoop allows the import of data from external datastores and
enterprise data warehouses into Hadoop Distributed File System or related
systems like Apache Hive and HBase.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&quot;The Sqoop Project has demonstrated
its maturity by graduating from the Apache Incubator,&quot; explained Arvind
Prabhakar, Vice President of Apache Sqoop. &quot;With jobs transferring data on
the order of billions of rows, Sqoop is proving its value as a critical
component of production environments.&quot;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Building on the Hadoop infrastructure,
Sqoop parallelizes data transfer for fast performance and best utilization of
system and network resources. In addition, Sqoop allows fast copying of data
from external systems to Hadoop to make data analysis more efficient and
mitigates the risk of excessive load to external systems.&amp;nbsp;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&quot;Connectivity to other databases
and warehouses is a critical component for the evolution of Hadoop as an
enterprise solution, and that's where Sqoop plays a very important role&quot;
said Deepak Reddy, Hadoop Manager at Coupons.com. &quot;We use Sqoop
extensively to store and exchange data between Hadoop and other warehouses like
Netezza. The power of Sqoop also comes in the ability to write free-form
queries against structured databases and pull that data into Hadoop.&quot;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&quot;Sqoop has been an integral part of
our production data pipeline&quot; said Bohan Chen, Director of the Hadoop
Development and Operations team at Apollo Group. &quot;It provides a reliable
and scalable way to import data from relational databases and export the
aggregation results to relational databases.&quot;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Since entering the Apache Incubator in
June 2011, Sqoop was quickly embraced as an ideal SQL-to-Hadoop data transfer
solution. The Project provides connectors for popular systems such as MySQL,
PostgreSQL, Oracle, SQL Server and DB2, and also allows for the development of
drop-in connectors that provide high speed connectivity with specialized
systems like enterprise data warehouses.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Craig Ling, Director of Business Systems
at Tsavo Media, said &quot;We adopted the use of Sqoop to transfer data into
and out of Hadoop with our other systems over a year ago. It is straight
forward and easy to use, which has opened the door to allow team members to
start consuming data autonomously, maximizing the analytical value of our data
repositories.&quot;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;Availability and Oversight&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;Apache Sqoop software is released under
the Apache License v2.0, and is overseen by a self-selected team of active
contributors to the project. A Project Management Committee (PMC) guides the
Project's day-to-day operations, including community development and product
releases. Apache Sqoop source code, documentation, mailing lists, and related
resources are available at &lt;a href=&quot;http://sqoop.apache.org/&quot;&gt;http://sqoop.apache.org/&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;About The Apache Software Foundation
(ASF) Established in 1999, the all-volunteer Foundation oversees nearly one
hundred fifty leading Open Source projects, including Apache HTTP Server — the
world's most popular Web server software. Through the ASF's meritocratic
process known as &quot;The Apache Way,&quot; more than 350 individual Members
and 3,000 Committers successfully collaborate to develop freely available
enterprise-grade software, benefiting millions of users worldwide: thousands of
software solutions are distributed under the Apache License; and the community
actively participates in ASF mailing lists, mentoring initiatives, and
ApacheCon, the Foundation's official user conference, trainings, and expo. The
ASF is a US 501(3)(c) not-for-profit charity, funded by individual donations
and corporate sponsors including AMD, Basis Technology, Cloudera, Facebook,
Google, IBM, HP, Hortonworks, Matt Mullenweg, Microsoft, PSW Group,
SpringSource/VMware, and Yahoo!. For more information, visit&amp;nbsp; &lt;a href=&quot;http://www.apache.org/&quot;&gt;http://www.apache.org/&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&quot;Apache&quot;, &quot;Apache
Sqoop&quot;, and &quot;ApacheCon&quot; are trademarks of The Apache Software
Foundation. All other brands and trademarks are the property of their
respective owners.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;# &amp;nbsp;# &amp;nbsp;#&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;= = = = =&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;Boston +1 617 921 8656&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;New York +1 917 725 2133&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;London +44 (0) 20 3239 9686&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;skype sallykhudairi&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <category>알림</category>
      <category>Sqoop</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/367</guid>
      <comments>https://announce.tistory.com/367#entry367comment</comments>
      <pubDate>Tue, 3 Apr 2012 08:57:49 +0900</pubDate>
    </item>
    <item>
      <title>Apache Commons IO 2.2 릴리즈</title>
      <link>https://announce.tistory.com/366</link>
      <description>&lt;p&gt;&lt;p &gt;&lt;span &gt;The Commons IO team is pleased to announce
the Commons IO 2.2 release!&lt;/span&gt;&lt;/p&gt;

&lt;p &gt;&lt;span &gt;&lt;br /&gt;
Commons IO is a package of Java utility classes like &lt;a href=&quot;http://java.io&quot; target=&quot;_blank&quot;&gt;java.io&lt;/a&gt;.&amp;nbsp; Classes in this package are considered to be
so standard and of such high reuse as to justify existence in &lt;a href=&quot;http://java.io&quot; target=&quot;_blank&quot;&gt;java.io&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The Commons IO library contains utility classes, stream implementations, file
filters, file comparators, endian transformation classes, and much more.&lt;br /&gt;
&lt;br /&gt;
This is a drop-in replacement for 2.1. A list of the 15 new features, 1 change
and 8 bug fixes in this release are found in the release notes and below.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;a href=&quot;https://commons.apache.org/io/changes-report.html#a2.2&quot; target=&quot;_blank&quot;&gt;https://commons.apache.org/io/changes-report.html#a2.2&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For general information on Commons IO please visit the website:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;a href=&quot;http://commons.apache.org/io/&quot; target=&quot;_blank&quot;&gt;http://commons.apache.org/io/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The latest version may be downloaded from the following page:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;a href=&quot;http://commons.apache.org/io/download_io.cgi&quot; target=&quot;_blank&quot;&gt;http://commons.apache.org/io/download_io.cgi&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks again to all involved in the release, both Commons users and&lt;br /&gt;
Commons developers.&lt;br /&gt;
&lt;br /&gt;
==============================================================================&lt;br /&gt;
Commons IO Package Version 2.2&lt;br /&gt;
==============================================================================&lt;br /&gt;
&lt;br /&gt;
Changes in this version include:&lt;br /&gt;
&lt;br /&gt;
New features:&lt;br /&gt;
o IO-313:&amp;nbsp; Add IOUTils.toBufferedReader(Reader) Thanks to ggregory. &lt;br /&gt;
o IO-308:&amp;nbsp; Allow applications to provide buffer (or size) for copyLarge
methods. Thanks to Manoj Mokashi. &lt;br /&gt;
o IO-305:&amp;nbsp; New copyLarge() method in IOUtils that takes additional offset,
length arguments Thanks to Manoj Mokashi. &lt;br /&gt;
o IO-287:&amp;nbsp; Use terabyte (TB), petabyte (PB) and exabyte (EB) in
FileUtils.byteCountToDisplaySize(long size) Thanks to Ron Kuris, Gary Gregory. &lt;br /&gt;
o IO-173:&amp;nbsp; FileUtils.listFiles() doesn't return directories Thanks to Marcos
Vinícius da Silva. &lt;br /&gt;
o IO-297:&amp;nbsp; CharSequenceInputStream to efficiently stream content of a
CharSequence Thanks to Oleg Kalnichevski. &lt;br /&gt;
o IO-304:&amp;nbsp; The second constructor of Tailer class does not pass 'delay' to
the third one Thanks to liangly. &lt;br /&gt;
o IO-303:&amp;nbsp; TeeOutputStream does not call branch.close() when main.close()
throws an exception Thanks to fabian.barney. &lt;br /&gt;
o IO-302:&amp;nbsp; ArrayIndexOutOfBoundsException in BOMInputStream when reading a
file without BOM multiple times Thanks to jsteuerwald, detinho. &lt;br /&gt;
o IO-301:&amp;nbsp; Add IOUtils.closeQuietly(Selector) necessary Thanks to
kaykay.unique. &lt;br /&gt;
o IO-292:&amp;nbsp; IOUtils.closeQuietly() should take a ServerSocket as a
parameter Thanks to sebb. &lt;br /&gt;
o IO-290:&amp;nbsp; Add read/readFully methods to IOUtils Thanks to sebb. &lt;br /&gt;
o IO-288:&amp;nbsp; Supply a ReversedLinesFileReader Thanks to Georg Henzler. &lt;br /&gt;
o IO-291:&amp;nbsp; Add new function FileUtils.directoryContains. Thanks to
ggregory. &lt;br /&gt;
o IO-275:&amp;nbsp; FileUtils.contentEquals and IOUtils.contentEquals - Add option
to ignore &quot;line endings&quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Added contentEqualsIgnoreEOL methods
to both classes Thanks to CJ Aspromgos. &lt;br /&gt;
&lt;br /&gt;
Fixed Bugs:&lt;br /&gt;
o IO-311:&amp;nbsp; IOUtils.read(InputStream/Reader) ignores the offset parameter
Thanks to Robert Muir. &lt;br /&gt;
o IO-312:&amp;nbsp; CharSequenceInputStream(CharSequence s, Charset charset, int
bufferSize) ignores bufferSize &lt;br /&gt;
o IO-300:&amp;nbsp; FileUtils.moveDirectoryToDirectory removes source directory if
destination is a subdirectory &lt;br /&gt;
o IO-307:&amp;nbsp; ReaderInputStream#read(byte[] b, int off, int len) should check
for valid parameters &lt;br /&gt;
o IO-306:&amp;nbsp; ReaderInputStream#read(byte[] b, int off, int len) should
always return 0 for length == 0 &lt;br /&gt;
o IO-276:&amp;nbsp; &quot;FileUtils#deleteDirectoryOnExit(File)&quot; does not work
Thanks to nkami. &lt;br /&gt;
o IO-273:&amp;nbsp; BoundedInputStream.read() treats max differently from
BoundedInputStream.read(byte[]...) Thanks to sebb. &lt;br /&gt;
o IO-298:&amp;nbsp; Various methods of class 'org.apache.commons.io.FileUtils'
incorrectly suppress 'java.io.IOException' Thanks to Christian Schulte. &lt;br /&gt;
&lt;br /&gt;
Changes:&lt;br /&gt;
o IO-296:&amp;nbsp; ReaderInputStream optimization: more efficient reading of small
chunks of data Thanks to Oleg Kalnichevski. &lt;br /&gt;
&lt;br /&gt;
Compatibility with 2.1 and 1.4:&lt;br /&gt;
Binary compatible: Yes&lt;br /&gt;
Source compatible: Yes&lt;br /&gt;
Semantic compatible: Yes. Check the bug fixes section for semantic bug fixes&lt;br /&gt;
&lt;br /&gt;
Commons IO 2.2 requires a minimum of JDK 1.5. &lt;br /&gt;
Commons IO 1.4 requires a minimum of JDK 1.3. &lt;br clear=&quot;all&quot;&gt;
&lt;span style=&quot;color:#888888&quot;&gt;&lt;br /&gt;
&lt;span class=&quot;hoenzb&quot;&gt;Gary&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;hoenzb&quot;&gt;-- &lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;hoenzb&quot;&gt;E-Mail: &lt;a href=&quot;mailto:garydgregory@gmail.com&quot; target=&quot;_blank&quot;&gt;garydgregory@gmail.com&lt;/a&gt; | &lt;a href=&quot;mailto:ggregory@apache.org&quot; target=&quot;_blank&quot;&gt;ggregory@apache.org &lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;hoenzb&quot;&gt;JUnit in Action, 2nd Ed: &lt;a href=&quot;http://bit.ly/ECvg0&quot; target=&quot;_blank&quot;&gt;http://bit.ly/ECvg0&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;hoenzb&quot;&gt;Spring Batch in Action: &lt;a href=&quot;http://bit.ly/bqpbCK&quot; target=&quot;_blank&quot;&gt;http://bit.ly/bqpbCK&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;hoenzb&quot;&gt;Blog: &lt;a href=&quot;http://garygregory.wordpress.com/&quot; target=&quot;_blank&quot;&gt;http://garygregory.wordpress.com&lt;/a&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;hoenzb&quot;&gt;Home: &lt;a href=&quot;http://garygregory.com/&quot; target=&quot;_blank&quot;&gt;http://garygregory.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;hoenzb&quot;&gt;Tweet! &lt;a href=&quot;http://twitter.com/GaryGregory&quot; target=&quot;_blank&quot;&gt;http://twitter.com/GaryGregory&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <category>뉴스/소식</category>
      <category>commons</category>
      <category>io</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/366</guid>
      <comments>https://announce.tistory.com/366#entry366comment</comments>
      <pubDate>Tue, 3 Apr 2012 08:56:01 +0900</pubDate>
    </item>
    <item>
      <title>Apacle POI 3.8 릴리즈</title>
      <link>https://announce.tistory.com/365</link>
      <description>&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;The Apache POI is pleased to announce the release of POI 3.8.&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;The release is available for download at:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;A href=&quot;http://poi.apache.org/download.html&quot;&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2 face=&quot;Courier New&quot;&gt;http://poi.apache.org/download.html&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;See the full release notes below for details about this release.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Release Notes -- Apache POI -- Version 3.8&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Introduction&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;------------&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;Apache POI is well-known in the Java field as a library for reading and writing Microsoft Office file formats, such as Excel, PowerPoint, Visio and Word. See &lt;/FONT&gt;&lt;A href=&quot;http://poi.apache.org/&quot;&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2 face=&quot;Courier New&quot;&gt;http://poi.apache.org/&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt; for more details&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Apache POI 3.8 is an incremental feature release based on and compatible with earlier POI 3.8-beta* releases. POI 3.8 is considered stable and recommended for production use.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Release highlights:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;* NPOIFS:&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;NIO driven API to read OLE2 filesystems with low memory footprint.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;* SXSSF:&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;a low-memory footprint&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;API built on top of XSSF that can be used when very large spreadsheets have to be produced, and heap space is limited&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;* poi-excelant: Ant tasks for running POI against a workbook&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;* Supported evaluation of new Excel formulas:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;IRR,NPV,MROUND,VAR,VARP,CLEAN,CHAR,ADDRESS,HOUR,MINUTE,SECOND,RATE,WORKDAY,NETWORKDAYS,SUMIFS,RANK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;* XSLF usermodel API:&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;POI's implementation of the PowerPoint 2007 OOXML (.xlsx) file format. XSLF provides a rich usermodel API and a PPTX2PNG utility to export slides to images.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;* WordToFO, WordToHtml and WordToText converters: utilities to export MS Word .doc files into XSL-FO, html and text files. Output from WordToFO can be used to convert .doc files to pdf using Apache FOP.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Other notable changes:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;* Numerous improvements and refactorings in HWPF, Java API for MS Word .doc files: support for reading&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;footnotes, endnotes and bookmarks, improved support for hadlings tables, paragraphs, text runs and much more...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;* Initial support for charts in XSSF&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;* support for encrypted OOXML documents&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;A full list of changes is available in the change log:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;A href=&quot;http://poi.apache.org/changes.html&quot;&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2 face=&quot;Courier New&quot;&gt;http://poi.apache.org/changes.html&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;People interested should also follow the dev mailing list to track further progress.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Release Contents&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;----------------&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;This release comes in two forms:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;- pre-built binaries containing compiled versions of all Apache POI components and documentation&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;(poi-bin-3.8-20120326.zip or poi-bin-3.8-20120326.tar.gz)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;- source archive you can build POI from (poi-src-3.8-20120326.zip or&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;poi-src-3.8-20120326.tar.gz)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;Unpack the archive and use&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;the following command to build all POI components with Apache Ant 1.6+ and JDK 1.5 or higher:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;ant jar&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;Pre-built versions of all POI components are also available in the central Maven repository&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;under Group ID &quot;org.apache.poi&quot; and Version &quot;3.8&quot;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;All release artifacts are accompanied by MD5 checksums and a PGP signatures that you can use to verify the authenticity of your download.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;The public key used for the PGP signature can be found at &lt;/FONT&gt;&lt;A href=&quot;http://svn.apache.org/repos/asf/poi/tags/REL_3_8_FINAL/KEYS&quot;&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2 face=&quot;Courier New&quot;&gt;http://svn.apache.org/repos/asf/poi/tags/REL_3_8_FINAL/KEYS&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>뉴스/소식</category>
      <category>poi</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/365</guid>
      <comments>https://announce.tistory.com/365#entry365comment</comments>
      <pubDate>Thu, 29 Mar 2012 09:00:42 +0900</pubDate>
    </item>
    <item>
      <title>Apache Rave 프로젝트를 Top-Level 프로젝트로 승격시킵니다.</title>
      <link>https://announce.tistory.com/364</link>
      <description>&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;[this announcement is also available online at&amp;nbsp;&lt;/FONT&gt;&lt;A href=&quot;http://s.apache.org/SxF&quot;&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2 face=&quot;Courier New&quot;&gt;http://s.apache.org/SxF&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Open Source mashup platform provides easy-to-use infrastructure for building and integrating with social media standards including Activity Streams, OpenSocial, W3C Widgets, and more.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Forest Hill, MD -- The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced that Apache Rave has graduated from the Apache Incubator to become a Top-Level Project (TLP), signifying that the Project's community and products have been well-governed under the ASF's meritocratic process and principles.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Apache Rave is an Open Source software mashup platform that allows developers to build and engage with an array of social network technologies such as OpenSocial, Activity Streams, and W3C Widgets. Rave's lightweight and extensible approach to robust personalization and collaboration capabilities supports a simple model for integration across other platforms, services and solutions.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&quot;Internet social platforms, such as Facebook, Google+, and Twitter have shaped the expectations of today's users; creating an onslaught of demand for pervasive social integration within both consumer and enterprise applications,&quot; said Matthew B. Franklin, Vice President of Apache Rave and Lead Software Engineer at The MITRE Corporation. &quot;Developers today are constantly faced with the need to deliver low-cost, scalable, modularized applications with deep-rooted social capabilities. Apache Rave is the first open source project chartered to deliver a lightweight, flexible, widget-based platform to meet these demands.&quot;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Apache Rave bundles the efforts of several independent Open Source initiatives that address similar functionality and requirements into a single, enterprise-grade platform that easily scales across federated application integrations, social intranets, and multi-channel social communities with enhanced personalization and customized content delivery.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Developed on open standards, Apache Rave is collaboratively supported by individuals from a wide range of corporations, non-commercial organizations, and institutes from around the world. Seeded by code donations from The MITRE Corporation, Indiana University Pervasive Technology Institute, SURFnet, OSS Watch, Hippo, and numerous individual developers; interest in Apache Rave continues, and the Project welcomes new participants to its growing community.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&quot;Apache Rave takes the good bits from traditional Portals, leaves out whatever made them so heavy-weight and adds modern web technologies like OpenSocial, Widgets, Social Networking, Mobile delivery and Content Services. Rave has already proven to be a platform not to be underestimated. Hippo is proud to be an initiator and participant of this project, and plans to make Rave an integral part of its context-aware content delivery platform&quot;, said Ate Douma, Apache Rave incubating Champion and Chief Architect for open-source CMS vendor Hippo.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&quot;The Apache Rave project delivers a perfect platform for our personalized University Portal. Together with SURFnet we hope to develop, integrate and use all possible OpenSocial aspects to benefit our Academic community to the fullest,&quot; said Sander Liemberg, Project Manager at the University of Groningen, The Netherlands.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&quot;As participants in Apache Rave, we are very interested in applying its capabilities to managing scientific collaborations and access to computing resources. Rave is also interesting because of its capacity to be extended by developers: Rave provides a packaged, out-of-the box experience, but we are also trying to ensure it is can also serve as a starting point for developers who wish to extend its capabilities,&quot; said Marlon Pierce, Science Gateway Group Lead at Indiana University and Apache Rave PMC Member. &quot;In particular, we at Indiana University are taking the specialized requirements of the National Science Foundation XSEDE Science Gateway program.&quot;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Since entering the Apache Incubator in March 2011, the Apache Rave project has successfully produced several code releases in preparation of its first production-ready, v1.0 release. In addition, Apache Rave recently received an honorable mention in the 2011 Open Source Rookies of the Year awards.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&quot;We are pleased to have been a founding member of the Apache Rave community and are excited for the future of the project. Rave will be a cornerstone capability for our internal and external users, and we look forward to the continued collaboration and co-development with the community,&quot; said Joel Jacobs, Chief Information Officer, The MITRE Corporation.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;Availability and Oversight&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;Apache Rave software is released under the Apache License v2.0, and is overseen by a self-selected team of active contributors to the project. A Project Management Committee (PMC) guides the Project's day-to-day operations, including community development and product releases. Apache Rave source code, documentation, mailing lists, and related resources are available at &lt;/FONT&gt;&lt;A href=&quot;http://rave.apache.org/&quot;&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2 face=&quot;Courier New&quot;&gt;http://rave.apache.org/&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;About The Apache Software Foundation (ASF) Established in 1999, the all-volunteer Foundation oversees nearly one hundred fifty leading Open Source projects, including Apache HTTP Server -- the world's most popular Web server software. Through the ASF's meritocratic process known as &quot;The Apache Way,&quot; more than 350 individual Members and 3,000 Committers successfully collaborate to develop freely available enterprise-grade software, benefiting millions of users worldwide: thousands of software solutions are distributed under the Apache License; and the community actively participates in ASF mailing lists, mentoring initiatives, and ApacheCon, the Foundation's official user conference, trainings, and expo. The ASF is a US 501(3)(c) not-for-profit charity, funded by individual donations and corporate sponsors including AMD, Basis Technology, Cloudera, Facebook, Google, IBM, HP, Hortonworks, Matt Mullenweg, Microsoft, PSW Group, SpringSource/VMware, and Yahoo!. For more information, visit&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;http://www.apache.org/.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&quot;Apache&quot;, &quot;Apache Rave&quot;, and &quot;ApacheCon&quot; are trademarks of The Apache Software Foundation. All other brands and trademarks are the property of their respective owners.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 0pt&quot; class=MsoPlainText&gt;&lt;SPAN &gt;&lt;FONT color=#000000 size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>알림</category>
      <category>RAVE</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/364</guid>
      <comments>https://announce.tistory.com/364#entry364comment</comments>
      <pubDate>Wed, 28 Mar 2012 08:54:18 +0900</pubDate>
    </item>
    <item>
      <title>Apache Tomcat Connectors 1.2.35 릴리즈</title>
      <link>https://announce.tistory.com/363</link>
      <description>&lt;p&gt;지난번 보안 문제가 발생한&amp;nbsp;Apache Tomcat Connectors 1.2.34를 개선한&amp;nbsp;Apache Tomcat Connectors 1.2.35가 릴리즈 되었습니다.&lt;/p&gt;&lt;p&gt;기존 1.2.33 버전 사용자들께서는 이번 버전으로 업그레이드 하시기 바랍니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이와 관련된 자세한 내역은 아래 주소를 참조하세요.&lt;/p&gt;&lt;p&gt;&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;a href=&quot;http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html&quot;&gt;http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;다운로드&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&lt;a href=&quot;http://tomcat.apache.org/download-connectors.cgi&quot;&gt;http://tomcat.apache.org/download-connectors.cgi&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;[&amp;nbsp;&lt;/span&gt;주의사항]&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;Users of discontinued Apache Httpd 1.3.x
version will need to apply the&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&lt;a href=&quot;http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-1.3/mod_jk.c?r1=1302445&quot;&gt;http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-1.3/mod_jk.c?r1=1302445&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;patch&amp;nbsp;
to be able to compile this version of mod_jk.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span &gt;The Apache Tomcat Team&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <category>뉴스/소식</category>
      <category>Connectors</category>
      <category>Tomcat</category>
      <author>노안돼지</author>
      <guid isPermaLink="true">https://announce.tistory.com/363</guid>
      <comments>https://announce.tistory.com/363#entry363comment</comments>
      <pubDate>Tue, 27 Mar 2012 09:11:29 +0900</pubDate>
    </item>
  </channel>
</rss>