Return-Path: X-Original-To: apmail-announce-archive@www.apache.org Delivered-To: apmail-announce-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B483C0BB for ; Mon, 6 Aug 2012 19:39:59 +0000 (UTC) Received: (qmail 36690 invoked by uid 500); 6 Aug 2012 19:39:46 -0000 Delivered-To: apmail-announce-archive@apache.org Received: (qmail 36258 invoked by uid 500); 6 Aug 2012 19:39:45 -0000 Mailing-List: contact announce-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list announce@apache.org Delivered-To: moderator for announce@apache.org Received: (qmail 21831 invoked by uid 99); 6 Aug 2012 19:32:46 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alex.parvulescu@gmail.com designates 209.85.220.178 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=2a+Bi3QyPHtcta2JfnfyudT5uGG29C+9TR8F2EbS0A4=; b=ySiMXZYjg9dYMAPIRYcwQ8CPFljI3d4C0qacStf0tcq++KzKO1MZuIwOHfYeyktYzq 4EGtxJisHiafpvUMFXAVXdJb12/m9Nhlk3Exd4ikTmBTaVY1BOdOIpKydgqRvt2jxNVu +J8JgrxXGLM3tSRSPvkS8KYkQEk2Plp41FC5a+kjzELdeiqdHCz+vHxxpgNSz4E6IpSA hN4lwxLbjBgo8hASFCnbPIHVuCUpzvCwqlPYmo8SXSfG0N9Ft4WvJqMw0JrYQjXv+3OT fvSIYNpppxMJ8Mw8JuiIPbz6QhQV8foiyMUKwTJL4g6oIppbZgw8jojppgJX+nmkv7tu 4m3Q== MIME-Version: 1.0 Sender: alex.parvulescu@gmail.com Date: Mon, 6 Aug 2012 21:26:35 +0200 X-Google-Sender-Auth: h-DIP-9zcHPEzDY6de10mvwUPFs Message-ID: Subject: [ANNOUNCE] Apache Jackrabbit 2.5.1 released From: Alex Parvulescu To: announce@apache.org, announce@jackrabbit.apache.org, Jackrabbit Users , Jackrabbit Developers Content-Type: multipart/alternative; boundary=047d7b5d505e2b91c204c69ddb89 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d505e2b91c204c69ddb89 Content-Type: text/plain; charset=ISO-8859-1 The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.5.1. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release. Release Notes -- Apache Jackrabbit -- Version 2.5.1 Introduction ------------ This is Apache Jackrabbit(TM) 2.5, 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). Apache Jackrabbit 2.5 is an unstable series of releases cut directly from Jackrabbit trunk, with a focus on new features and other improvements. For production use we recommend the latest stable 2.4 release. Changes in Jackrabbit 2.5.1 --------------------------- Improvements [JCR-3242] - Update to Lucene 3.6 [JCR-3263] - Consistency checker performance improvements [JCR-3265] - Consistency checker should double check for false positives [JCR-3269] - Consistency checker should fix 'disconnected' nodes [JCR-3319] - Improve performance of repository updates - tweak index 'deletes' creation [JCR-3327] - Upgrade to Java SE 6 [JCR-3330] - upgrade httpclient 3 dependency to final release 3.1 [JCR-3331] - various tests do not compile with source==1.6 [JCR-3332] - Add constructor with size argument to Node- and PropertyIteratorAdapter [JCR-3339] - Log stack trace with warn message in ObservationDispatcher [JCR-3350] - Easy-to-use utility class for adding ACEs to nodes [JCR-3351] - Add performance test setup for jr2.6 [JCR-3352] - Minor improvements for collecting ACEs [JCR-3356] - performance tests [JCR-3358] - Allow null type in JcrUtils.getOrAddNode(parent, name, type) [JCR-3362] - Use a basic form for audit logs [JCR-3365] - Provide get property and get node utility methods in JcrUtils [JCR-3369] - Garbage collector improvements [JCR-3370] - TCK test for shareable node paths assumes work area [JCR-3371] - TCK test for shareable nodes incorrectly assumes the 'mix:shareable' mixin cannot be removed [JCR-3376] - TCK: SQLPathTest.testChildAxisRoot expects root node not in result [JCR-3386] - Adjust some default values of the BasicDataSource in the ConnectionFactory [JCR-3392] - Combine the XA aware (Reentrant) LockImpls to prevent duplicate code [JCR-3393] - InternalVersionManagerBase.calculateCheckinVersionName may fail with NPE on broken versioning persistence Bug fixes [JCR-2666] - JCR TCK Test for Restoring Version Tests That Versionable Child Is also Restored, contrary to JCR 2.0 specification [JCR-3267] - Consistency checker needs to run multiple times to fix all problems [JCR-3313] - JCR TCK Test for expanding column names is too restrictive [JCR-3318] - BLOB not stored and no exception thrown [JCR-3321] - TCK: Strange XPath query in OrderByMultiTypeTest.testMultipleOrder [JCR-3324] - TCK: GetQueryTest.testGetQuery() unnecessarily uses a same name sibling [JCR-3325] - check-release script fails to compute hashes on Cygwin (conf'd to text mode) [JCR-3326] - missing test configuration for org.apache.jackrabbit.test.api.version.RestoreTest.testRestoreNameJcr2() [JCR-3328] - leaking temp files [JCR-3329] - incorrect WebDAV PROPFIND response for version-controlled resources [JCR-3334] - incorrect logging template in CachingEntryCollector [JCR-3337] - Negated descendant node query with no results throws NPE [JCR-3343] - ClusterNode's updateCommited method throws NPE [JCR-3345] - ACL evaluation may return non-fresh results [JCR-3346] - JMX Popular Queries size issue [JCR-3349] - The BatchMode of the ConnectionHelper doesn't work in XA Environment [JCR-3353] - A DeadLock can occur if an Exception is thrown while unlocking the Journal [JCR-3354] - The ReadWriteLock in AbstractJournal can create a Deadlock in XA Environment [JCR-3355] - Unable to create performance tests using JCR 2.0 API [JCR-3363] - DataStore garbage collection: test case GarbageCollectorTest.testGC() is too lenient [JCR-3367] - InMemBundlePersistenceManager#getAllNodeIds is not implemented correctly [JCR-3373] - ChildNodesQueryHits may throw IOException when the session has limited access [JCR-3374] - Size estimate for AbstractBundlePersistenceManager.MISSING is too low [JCR-3377] - DataStore Temp-Files will not be deleted as side effect of JCR-3318 [JCR-3378] - The ConnectionHelper can return a closed Connection in BatchMode [JCR-3379] - XA concurrent transactions - NullPointerException [JCR-3380] - TCK tests for shareable nodes assume moving shareable nodes is not supported [JCR-3383] - Unclosed Resources in ConnectionHelper if ResultSet is null [JCR-3384] - TCK: BinaryPropertyTest.testGetLengthJcr2() fails with a multi-valued binary property [JCR-3385] - DbClusterTest fails when port is already in use [JCR-3387] - On heavy load we see occasional SQLException: closed statement: next [JCR-3390] - Reordering policy node fails with AccessDeniedException [JCR-3399] - Shared ISM does not release the internal Writelock if something unexpectedly is happening in externalUpdate Changes in Jackrabbit 2.5.0 --------------------------- New features [JCR-3233] Provide callback for consistency checker [JCR-3255] Access cluster node id Improvements [JCR-3181] add test case for recovering from broken version history ... [JCR-3191] Update commons-io dependency from versiom 1.4 to 2.0.1 [JCR-3209] lock token validity [JCR-3212] add TCK test for Info map of NODE_MOVED event on node reordering [JCR-3213] Speed up NodeIndexer.isIndexed() check [JCR-3229] FileRevision should have a flag to control whether to sync ... [JCR-3231] Replace BundleFsPersistenceManager with ... [JCR-3232] Improve FileRevision extensibility [JCR-3237] add missing name constants for mix:title [JCR-3243] RepositoryStatistics should be more flexible [JCR-3248] TimeoutHandler visitor should be extracted into a dedicated class [JCR-3253] Set omit term freq positions flag on parent field in the index [JCR-3254] make max size of CachingEntryCollector's cache configurable [JCR-3259] augment logging information around CachingEntryCollector [JCR-3275] Audit log [JCR-3280] SQL2 joins on empty sets are not efficient [JCR-3282] Optimize usage of norms [JCR-3286] InternalVersionManagerBase.calculateCheckinVersionName will ... [JCR-3296] Indexing ignored file types creates some garbage [JCR-3315] Add .gitignore file Bug fixes [JCR-2662] JCR unit tests for journaled observation do not check ... [JCR-3050] NullPointerException on removing a node acquired from search ... [JCR-3158] Deadlock in DBCP when accessing node [JCR-3192] Javadoc in jackrabbit-jcr-rmi is missing an ending ">" [JCR-3227] VolatileIndex not closed properly [JCR-3234] QueryStat getPopularQueries doesn't set the proper position [JCR-3236] Can not instantiate lucene Analyzer in SearchIndex [JCR-3247] SQL2 ISDESCENDANTNODE BooleanQuery#TooManyClauses returns [JCR-3250] webapp welcome page shows incorrect port when port is the ... [JCR-3261] Problems with BundleDbPersistenceManager getAllNodeIds [JCR-3262] Oracle JDBC Class Cast Exception [JCR-3266] JCR-SQL2 query with multiple columns in result only returns ... [JCR-3268] Re-index fails on corrupt bundle [JCR-3270] Error instantiating lucene search index in Turkish Regional ... [JCR-3272] EventConsumer.canRead() should rely on AccessManager.isGranted() [JCR-3289] Remove operation right after move operation causes missing ... [JCR-3290] Concurrent add and move can cause inconsistency [JCR-3291] Stack overflow in multi-session test with moves [JCR-3292] Workspace move in concurrent environment causes inconsistencies [JCR-3298] jackrabbit-core RepositoryChecker.fix() can fail with OOM [JCR-3299] Adding new index infos generation is not atomic [JCR-3300] tests should consistently check for repository support and ... [JCR-3303] ClusterNode's stopDelay should default to something other zero [JCR-3307] JCR test org.apache.jackrabbit.test.api.version.... [JCR-3312] AbstractSession.getItem should deal with identifier paths [JCR-3314] Drop commons-io dependency from spi-commons [JCR-3316] invalid namespace URI in AbstractImportXmlTest [JCR-3317] Set the MaxTotalConnections on ConnectionManager to prevent ... In addition to the above-mentioned changes, this release contains all the changes included up to the Apache Jackrabbit 2.4.0 release. For more detailed information about all the changes in this and other Jackrabbit releases, please see the Jackrabbit issue tracker at https://issues.apache.org/jira/browse/JCR Release Contents ---------------- This release consists of a single source archive packaged as a zip file. The archive can be unpacked with the jar tool from your JDK installation. See the README.txt file for instructions on how to build this release. 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. The public key used for the PGP signature can be found at https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS. About Apache Jackrabbit ----------------------- 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. For more information, visit http://jackrabbit.apache.org/ About The Apache Software Foundation ------------------------------------ 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. For more information, visit http://www.apache.org/ Trademarks ---------- Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache Jackrabbit project logo are trademarks of The Apache Software Foundation. --047d7b5d505e2b91c204c69ddb89 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
The Apache Jackrabbit community is pleased to announce the release of<= /div>
Apache Jackrabbit 2.5.1. The release is available for download at= :


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


Release Notes -- Apache J= ackrabbit -- Version 2.5.1

Introduction
------------

This is Apache Jackrabbit(TM) 2.5, a = fully compliant implementation of the
Content Repository for Java= (TM) Technology API, version 2.0 (JCR 2.0) as
specified in the Ja= va Specification Request 283 (JSR 283).

Apache Jackrabbit 2.5 is an unstable series of releases= cut directly from
Jackrabbit trunk, with a focus on new features= and other improvements.
For production use we recommend the late= st stable 2.4 release.


Changes in Jackrabbit 2.5.1
--= -------------------------

Improvements
<= br>
=A0 [JCR-3242] - Update to Lucene 3.6
=A0 [JCR-3263= ] - Consistency checker performance improvements
=A0 [JCR-3265] - Consistency checker should double check for false pos= itives
=A0 [JCR-3269] - Consistency checker should fix 'disco= nnected' nodes
=A0 [JCR-3319] - Improve performance of reposi= tory updates - tweak index 'deletes' creation
=A0 [JCR-3327] - Upgrade to Java SE 6
=A0 [JCR-3330] - upgra= de httpclient 3 dependency to final release 3.1
=A0 [JCR-3331] - = various tests do not compile with source=3D=3D1.6
=A0 [JCR-3332] = - Add constructor with size argument to Node- and PropertyIteratorAdapter
=A0 [JCR-3339] - Log stack trace with warn message in ObservationDispa= tcher
=A0 [JCR-3350] - Easy-to-use utility class for adding ACEs = to nodes
=A0 [JCR-3351] - Add performance test setup for jr2.6
=A0 [JCR-3352] - Minor improvements for collecting ACEs
=A0 = [JCR-3356] - performance tests
=A0 [JCR-3358] - Allow null type i= n JcrUtils.getOrAddNode(parent, name, type)
=A0 [JCR-3362] - Use = a basic form for audit logs
=A0 [JCR-3365] - Provide get property and get node utility methods in = JcrUtils
=A0 [JCR-3369] - Garbage collector improvements
=A0 [JCR-3370] - TCK test for shareable node paths assumes work area
=A0 [JCR-3371] - TCK test for shareable nodes incorrectly assumes the '= mix:shareable' mixin cannot be removed
=A0 [JCR-3376] - TCK: = SQLPathTest.testChildAxisRoot expects root node not in result
=A0= [JCR-3386] - Adjust some default values of the BasicDataSource in the Conn= ectionFactory
=A0 [JCR-3392] - Combine the XA aware (Reentrant) LockImpls to prevent= duplicate code
=A0 [JCR-3393] - InternalVersionManagerBase.calcu= lateCheckinVersionName may fail with NPE on broken versioning persistence

Bug fixes

=A0 [JCR-2666] - JCR= TCK Test for Restoring Version Tests That Versionable Child Is also Restor= ed, contrary to JCR 2.0 specification
=A0 [JCR-3267] - Consistenc= y checker needs to run multiple times to fix all problems
=A0 [JCR-3313] - JCR TCK Test for expanding column names is too restri= ctive
=A0 [JCR-3318] - BLOB not stored and no exception thrown
=A0 [JCR-3321] - TCK: Strange XPath query in OrderByMultiTypeTest.t= estMultipleOrder
=A0 [JCR-3324] - TCK: GetQueryTest.testGetQuery() unnecessarily uses a= same name sibling
=A0 [JCR-3325] - check-release script fails to= compute hashes on Cygwin (conf'd to text mode)
=A0 [JCR-3326= ] - missing test configuration for org.apache.jackrabbit.test.api.version.R= estoreTest.testRestoreNameJcr2()
=A0 [JCR-3328] - leaking temp files
=A0 [JCR-3329] - incorre= ct WebDAV PROPFIND response for version-controlled resources
=A0 = [JCR-3334] - incorrect logging template in CachingEntryCollector
= =A0 [JCR-3337] - Negated descendant node query with no results throws NPE
=A0 [JCR-3343] - ClusterNode's updateCommited method throws NPE
=A0 [JCR-3345] - ACL evaluation may return non-fresh results
<= div>=A0 [JCR-3346] - JMX Popular Queries size issue
=A0 [JCR-3349= ] - The BatchMode of the ConnectionHelper doesn't work in XA Environmen= t
=A0 [JCR-3353] - A DeadLock can occur if an Exception is thrown while = unlocking the Journal
=A0 [JCR-3354] - The ReadWriteLock in Abstr= actJournal can create a Deadlock in XA Environment
=A0 [JCR-3355]= - Unable to create performance tests using JCR 2.0 API
=A0 [JCR-3363] - DataStore garbage collection: test case GarbageCollec= torTest.testGC() is too lenient
=A0 [JCR-3367] - InMemBundlePersi= stenceManager#getAllNodeIds is not implemented correctly
=A0 [JCR= -3373] - ChildNodesQueryHits may throw IOException when the session has lim= ited access
=A0 [JCR-3374] - Size estimate for AbstractBundlePersistenceManager.MI= SSING is too low
=A0 [JCR-3377] - DataStore Temp-Files will not b= e deleted as side effect of JCR-3318
=A0 [JCR-3378] - The Connect= ionHelper can return a closed Connection in BatchMode
=A0 [JCR-3379] - XA concurrent transactions - NullPointerException
=A0 [JCR-3380] - TCK tests for shareable nodes assume moving shareab= le nodes is not supported
=A0 [JCR-3383] - Unclosed Resources in = ConnectionHelper if ResultSet is null
=A0 [JCR-3384] - TCK: BinaryPropertyTest.testGetLengthJcr2() fails wit= h a multi-valued binary property
=A0 [JCR-3385] - DbClusterTest f= ails when port is already in use
=A0 [JCR-3387] - On heavy load w= e see occasional SQLException: closed statement: next
=A0 [JCR-3390] - Reordering policy node fails with AccessDeniedExcepti= on
=A0 [JCR-3399] - Shared ISM does not release the internal Writ= elock if something unexpectedly is happening in externalUpdate

Changes in Jackrabbit 2.5.0
-----------= ----------------

New features

=
=A0 [JCR-3233] Provide callback for consistency checker
=A0 = [JCR-3255] Access cluster node id

Improvements

=A0 [JCR-3181] ad= d test case for recovering from broken version history ...
=A0 [J= CR-3191] Update commons-io dependency from versiom 1.4 to 2.0.1
= =A0 [JCR-3209] lock token validity
=A0 [JCR-3212] add TCK test for Info map of NODE_MOVED event on node r= eordering
=A0 [JCR-3213] Speed up NodeIndexer.isIndexed() check
=A0 [JCR-3229] FileRevision should have a flag to control whether = to sync ...
=A0 [JCR-3231] Replace BundleFsPersistenceManager with ...
= =A0 [JCR-3232] Improve FileRevision extensibility
=A0 [JCR-3237] = add missing name constants for mix:title
=A0 [JCR-3243] Repositor= yStatistics should be more flexible
=A0 [JCR-3248] TimeoutHandler visitor should be extracted into a dedic= ated class
=A0 [JCR-3253] Set omit term freq positions flag on pa= rent field in the index
=A0 [JCR-3254] make max size of CachingEn= tryCollector's cache configurable
=A0 [JCR-3259] augment logging information around CachingEntryCollecto= r
=A0 [JCR-3275] Audit log
=A0 [JCR-3280] SQL2 joins on= empty sets are not efficient
=A0 [JCR-3282] Optimize usage of no= rms
=A0 [JCR-3286] InternalVersionManagerBase.calculateCheckinVersionName = will ...
=A0 [JCR-3296] Indexing ignored file types creates some = garbage
=A0 [JCR-3315] Add .gitignore file

Bug fixes

=A0 [JCR-2662] JCR unit tests for journa= led observation do not check ...
=A0 [JCR-3050] NullPointerExcept= ion on removing a node acquired from search ...
=A0 [JCR-3158] De= adlock in DBCP when accessing node
=A0 [JCR-3192] Javadoc in jackrabbit-jcr-rmi is missing an ending &quo= t;>"=A0
=A0 [JCR-3227] VolatileIndex not closed properly<= /div>
=A0 [JCR-3234] QueryStat getPopularQueries doesn't set the pr= oper position
=A0 [JCR-3236] Can not instantiate lucene Analyzer in SearchIndex
=A0 [JCR-3247] SQL2 ISDESCENDANTNODE BooleanQuery#TooManyClauses retu= rns
=A0 [JCR-3250] webapp welcome page shows incorrect port when = port is the ...
=A0 [JCR-3261] Problems with BundleDbPersistenceManager getAllNodeIds<= /div>
=A0 [JCR-3262] Oracle JDBC Class Cast Exception
=A0 [JC= R-3266] JCR-SQL2 query with multiple columns in result only returns ...
=A0 [JCR-3268] Re-index fails on corrupt bundle
=A0 [JCR-327= 0] Error instantiating lucene search index in Turkish Regional ...
=A0 [JCR-3272] EventConsumer.canRead() should rely on AccessManager.isGra= nted()
=A0 [JCR-3289] Remove operation right after move operation causes miss= ing ...
=A0 [JCR-3290] Concurrent add and move can cause inconsis= tency
=A0 [JCR-3291] Stack overflow in multi-session test with mo= ves
=A0 [JCR-3292] Workspace move in concurrent environment causes inconsi= stencies
=A0 [JCR-3298] jackrabbit-core RepositoryChecker.fix() c= an fail with OOM
=A0 [JCR-3299] Adding new index infos generation= is not atomic
=A0 [JCR-3300] tests should consistently check for repository support = and ...
=A0 [JCR-3303] ClusterNode's stopDelay should default= to something other zero
=A0 [JCR-3307] JCR test org.apache.jackr= abbit.test.api.version....
=A0 [JCR-3312] AbstractSession.getItem should deal with identifier pat= hs
=A0 [JCR-3314] Drop commons-io dependency from spi-commons
=A0 [JCR-3316] invalid namespace URI in AbstractImportXmlTest
<= div> =A0 [JCR-3317] Set the MaxTotalConnections on ConnectionManager to prevent = ...

In addition to the above-mentioned changes, th= is release contains
all the changes included up to the Apache Jac= krabbit 2.4.0 release.

For more detailed information about all the changes in = this and other
Jackrabbit releases, please see the Jackrabbit iss= ue tracker at

=A0 =A0 https://issues.apache.org/jira/browse/JCR

Release Contents
----------------
<= br>
This release consists of a single source archive packaged as = a zip file.
The archive can be unpacked with the jar tool from yo= ur JDK installation.
See the README.txt file for instructions on how to build this release.=

The source archive is accompanied by SHA1 and MD5= checksums and a PGP
signature that you can use to verify the aut= henticity of your download.
The public key used for the PGP signature can be found at
https://svn= .apache.org/repos/asf/jackrabbit/dist/KEYS.

About Apache Jackrabbit
-----------------------

Apache Jackrabbit is a fully conforming implementation of the Conte= nt
Repository for Java Technology API (JCR). A content repository= is a
hierarchical content store with support for structured and unstructure= d
content, full text search, versioning, transactions, observatio= n, and
more.

For more information, visit= http://jackrabbit.apache.org/

About The Apache Software Foundation
--------= ----------------------------

Established in 1999, = The Apache Software Foundation provides organizational,
legal, an= d financial support for more than 100 freely-available,
collaboratively-developed Open Source projects. The pragmatic Apache L= icense
enables individual and commercial users to easily deploy A= pache software;
the Foundation's intellectual property framew= ork limits the legal exposure
of its 2,500+ contributors.

For more informat= ion, visit http://www.apache.org/

Trademarks
----------

Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and th= e Apache
Jackrabbit project logo are trademarks of The Apache Sof= tware Foundation.
--047d7b5d505e2b91c204c69ddb89--