블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

 

'뉴스/소식'에 해당되는 글 312

  1. 2012.04.03 Apache Commons IO 2.2 릴리즈
  2. 2012.03.29 Apacle POI 3.8 릴리즈
  3. 2012.03.27 Apache Tomcat Connectors 1.2.35 릴리즈
  4. 2012.03.26 Apache Maven Fluido Skin 1.2 발표
  5. 2012.03.26 Apache Tika 1.1 릴리즈
 
아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache Commons IO 2.2 릴리즈

뉴스/소식 | 2012. 4. 3. 08:56 | Posted by 노안돼지

The Commons IO team is pleased to announce the Commons IO 2.2 release!


Commons IO is a package of Java utility classes like java.io.  Classes in this package are considered to be so standard and of such high reuse as to justify existence in java.io.

The Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

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.

  https://commons.apache.org/io/changes-report.html#a2.2

For general information on Commons IO please visit the website:

  http://commons.apache.org/io/

The latest version may be downloaded from the following page:

  http://commons.apache.org/io/download_io.cgi

Thanks again to all involved in the release, both Commons users and
Commons developers.

==============================================================================
Commons IO Package Version 2.2
==============================================================================

Changes in this version include:

New features:
o IO-313:  Add IOUTils.toBufferedReader(Reader) Thanks to ggregory.
o IO-308:  Allow applications to provide buffer (or size) for copyLarge methods. Thanks to Manoj Mokashi.
o IO-305:  New copyLarge() method in IOUtils that takes additional offset, length arguments Thanks to Manoj Mokashi.
o IO-287:  Use terabyte (TB), petabyte (PB) and exabyte (EB) in FileUtils.byteCountToDisplaySize(long size) Thanks to Ron Kuris, Gary Gregory.
o IO-173:  FileUtils.listFiles() doesn't return directories Thanks to Marcos Vinícius da Silva.
o IO-297:  CharSequenceInputStream to efficiently stream content of a CharSequence Thanks to Oleg Kalnichevski.
o IO-304:  The second constructor of Tailer class does not pass 'delay' to the third one Thanks to liangly.
o IO-303:  TeeOutputStream does not call branch.close() when main.close() throws an exception Thanks to fabian.barney.
o IO-302:  ArrayIndexOutOfBoundsException in BOMInputStream when reading a file without BOM multiple times Thanks to jsteuerwald, detinho.
o IO-301:  Add IOUtils.closeQuietly(Selector) necessary Thanks to kaykay.unique.
o IO-292:  IOUtils.closeQuietly() should take a ServerSocket as a parameter Thanks to sebb.
o IO-290:  Add read/readFully methods to IOUtils Thanks to sebb.
o IO-288:  Supply a ReversedLinesFileReader Thanks to Georg Henzler.
o IO-291:  Add new function FileUtils.directoryContains. Thanks to ggregory.
o IO-275:  FileUtils.contentEquals and IOUtils.contentEquals - Add option to ignore "line endings"
        Added contentEqualsIgnoreEOL methods to both classes Thanks to CJ Aspromgos.

Fixed Bugs:
o IO-311:  IOUtils.read(InputStream/Reader) ignores the offset parameter Thanks to Robert Muir.
o IO-312:  CharSequenceInputStream(CharSequence s, Charset charset, int bufferSize) ignores bufferSize
o IO-300:  FileUtils.moveDirectoryToDirectory removes source directory if destination is a subdirectory
o IO-307:  ReaderInputStream#read(byte[] b, int off, int len) should check for valid parameters
o IO-306:  ReaderInputStream#read(byte[] b, int off, int len) should always return 0 for length == 0
o IO-276:  "FileUtils#deleteDirectoryOnExit(File)" does not work Thanks to nkami.
o IO-273:  BoundedInputStream.read() treats max differently from BoundedInputStream.read(byte[]...) Thanks to sebb.
o IO-298:  Various methods of class 'org.apache.commons.io.FileUtils' incorrectly suppress 'java.io.IOException' Thanks to Christian Schulte.

Changes:
o IO-296:  ReaderInputStream optimization: more efficient reading of small chunks of data Thanks to Oleg Kalnichevski.

Compatibility with 2.1 and 1.4:
Binary compatible: Yes
Source compatible: Yes
Semantic compatible: Yes. Check the bug fixes section for semantic bug fixes

Commons IO 2.2 requires a minimum of JDK 1.5.
Commons IO 1.4 requires a minimum of JDK 1.3.

Gary

--
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
Spring Batch in Action: http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

:

Apacle POI 3.8 릴리즈

뉴스/소식 | 2012. 3. 29. 09:00 | Posted by 노안돼지

The Apache POI is pleased to announce the release of POI 3.8.  The release is available for download at:

 

http://poi.apache.org/download.html

 

See the full release notes below for details about this release.

 

Release Notes -- Apache POI -- Version 3.8

 

Introduction

------------

 

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 http://poi.apache.org/ for more details

 

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.

 

Release highlights:

 

* NPOIFS:  NIO driven API to read OLE2 filesystems with low memory footprint.

* SXSSF:  a low-memory footprint  API built on top of XSSF that can be used when very large spreadsheets have to be produced, and heap space is limited

* poi-excelant: Ant tasks for running POI against a workbook

* Supported evaluation of new Excel formulas:

IRR,NPV,MROUND,VAR,VARP,CLEAN,CHAR,ADDRESS,HOUR,MINUTE,SECOND,RATE,WORKDAY,NETWORKDAYS,SUMIFS,RANK

* XSLF usermodel API:  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.

* 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.

 

Other notable changes:

* Numerous improvements and refactorings in HWPF, Java API for MS Word .doc files: support for reading

  footnotes, endnotes and bookmarks, improved support for hadlings tables, paragraphs, text runs and much more...

* Initial support for charts in XSSF

* support for encrypted OOXML documents

 

 

A full list of changes is available in the change log:

http://poi.apache.org/changes.html.

People interested should also follow the dev mailing list to track further progress.

 

Release Contents

----------------

 

This release comes in two forms:

 - pre-built binaries containing compiled versions of all Apache POI components and documentation

   (poi-bin-3.8-20120326.zip or poi-bin-3.8-20120326.tar.gz)

 - source archive you can build POI from (poi-src-3.8-20120326.zip or

poi-src-3.8-20120326.tar.gz)

  Unpack the archive and use  the following command to build all POI components with Apache Ant 1.6+ and JDK 1.5 or higher:

 

  ant jar

 

 Pre-built versions of all POI components are also available in the central Maven repository  under Group ID "org.apache.poi" and Version "3.8"

 

All release artifacts are accompanied by MD5 checksums and a PGP signatures that you can use to verify the authenticity of your download.

The public key used for the PGP signature can be found at http://svn.apache.org/repos/asf/poi/tags/REL_3_8_FINAL/KEYS

 

:

Apache Tomcat Connectors 1.2.35 릴리즈

뉴스/소식 | 2012. 3. 27. 09:11 | Posted by 노안돼지

지난번 보안 문제가 발생한 Apache Tomcat Connectors 1.2.34를 개선한 Apache Tomcat Connectors 1.2.35가 릴리즈 되었습니다.

기존 1.2.33 버전 사용자들께서는 이번 버전으로 업그레이드 하시기 바랍니다.


이와 관련된 자세한 내역은 아래 주소를 참조하세요.

http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html

  

다운로드

http://tomcat.apache.org/download-connectors.cgi

 

주의사항]

Users of discontinued Apache Httpd 1.3.x version will need to apply the

http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-1.3/mod_jk.c?r1=1302445

patch  to be able to compile this version of mod_jk.

 

The Apache Tomcat Team

:

Apache Maven Fluido Skin 1.2 발표

뉴스/소식 | 2012. 3. 26. 12:44 | Posted by 노안돼지

The Apache Maven team is happy to announce the release of Apache Maven Fluido Skin 1.2

The Apache Maven Fluido Skin is an Apache Maven site skin built on top of Twitter's bootstrap and other nice widgets. The main news of the current release is the upgrade to Twitter Bootstrap 2 and the integration of social networks share buttons, such as Facebook and G+.

Follow belo the list of resolved issues:

Bug

 [MSKINS-26] - hard coded style with padding-top for body [MSKINS-31] - If you have no <body> you get error on rendering Improvement

 [MSKINS-32] - Use ${project.name} as default for bannerLeft New Feature

[MSKINS-29] - upgrade to bootstrap 2.0.0 [MSKINS-33] - Add Facebook like button integration [MSKINS-34] - Add google +1 button support Wish

[MSKINS-28] - Make it possible to center "powered by" logos in sidebar

 

More details how to integrate the skin in your Apache projects can be found on the skin homepage <http://maven.apache.org/skins/maven-fluido-skin/>


Enjoy and have fun!

-Simo, on behalf of the Apache Maven team.

:

Apache Tika 1.1 릴리즈

뉴스/소식 | 2012. 3. 26. 12:42 | Posted by 노안돼지
The Apache Tika project is pleased to announce the release of Apache Tika 1.1. The release contents have been pushed out to the main Apache release site and to the Maven Central sync, so the releases should be available as soon as the mirrors get the syncs.

Apache Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.

Apache Tika 1.1 contains a number of improvements and bug fixes. Details can be found in the changes file:

http://www.apache.org/dist/tika/CHANGES-1.1.txt

Apache Tika is available in source form from the following download page:
http://www.apache.org/dyn/closer.cgi/tika/apache-tika-1.1-src.zip

Apache Tika is also available in binary form or for use using Maven 2 from the Central Maven Repository:

http://repo1.maven.org/maven2/org/apache/tika/

In the initial 48 hours, the release may not be available on all mirrors.
When downloading from a mirror site, please remember to verify the downloads using signatures found on the Apache site:

http://www.apache.org/dist/tika/KEYS

For more information on Apache Tika, visit the project home page:

http://tika.apache.org/

: