|
Commons IO example source code file (upgradeto1_3_2.xml)
The Commons IO upgradeto1_3_2.xml source code<?xml version="1.0"?> <!-- 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> <properties> <title>Upgrade from 1.3, or 1.3.1, to 1.3.2 <author email="dev@commons.apache.org">Commons Documentation Team </properties> <body> <section name="Upgrade"> <p> These are the release notes and advice for upgrading Commons-IO from version 1.3, or 1.3.1, to version 1.3.2. <source> Commons IO is a package of Java utility classes for java.io's hierarchy. Classes in this package are considered to be so standard and of such high reuse as to justify existence in java.io. Commons IO contains utility classes, stream implementations, file filters, and endian transformation classes. Compatibility with 1.3.1 ------------------------ Binary compatible - Yes Source compatible - Yes Semantic compatible - Yes Check the bug fixes section for semantic bug fixes Compatibility with 1.3 ---------------------- Binary compatible - No See [IO-113] Source compatible - No See [IO-113] Semantic compatible - Yes Enhancements since 1.3.1 ------------------------ - Created the FileCleaningTracker, basically a non-static version of the FileCleaner, which can be controlled by the user. [IO-116] - The FileCleaner is deprecated. (For reasons of compatibility, the deprecation warnings are hidden within the 1.3 branch. They'll be visible, as of version 1.4.) Bug fixes from 1.3.1 -------------------- - Some tests, which are implicitly assuming a Unix-like file system, are now skipped on Windows. [IO-115] Bug fixes from 1.3 ------------------ - FileUtils - NPE in openOutputStream(File) when file has no parent in path [IO-112] - readFileToString(File) is not static [IO-113] </source> </p> </section> </body> </document> Other Commons IO examples (source code examples)Here is a short list of links related to this Commons IO upgradeto1_3_2.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.