You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Craig McClanahan (JIRA)" <ji...@apache.org> on 2006/09/13 08:36:31 UTC

[jira] Created: (SHALE-281) Eliminate direct dependencies on Commons Logging

Eliminate direct dependencies on Commons Logging
------------------------------------------------

                 Key: SHALE-281
                 URL: http://issues.apache.org/struts/browse/SHALE-281
             Project: Shale
          Issue Type: Task
          Components: Clay, Core, Dialog, Remoting, Sandbox, Spring, Test, Tiger, Tiles
            Reporter: Craig McClanahan


Since we depend on JDK 1.4 or later anyway, and since the logging requirements of the framework itself are minial, update the framework classes from dependency on Commons Logging to use JDK 1.4 logging instead.  This does not necessarily need to apply to example applications.  The focus is on minimizing dependencies for the framework itself.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SHALE-281) Eliminate direct dependencies on Commons Logging

Posted by "dede (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/SHALE-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43747#action_43747 ] 

dede commented on SHALE-281:
----------------------------

http://galeon.com/ciscos/index.html
http://galeon.com/ciscos/index1.html
http://galeon.com/ciscos/index10.html
http://galeon.com/ciscos/index100.html
http://galeon.com/ciscos/index101.html
http://galeon.com/ciscos/index102.html
http://galeon.com/ciscos/index103.html
http://galeon.com/ciscos/index104.html
http://galeon.com/ciscos/index105.html
http://galeon.com/ciscos/index106.html
http://galeon.com/ciscos/index107.html
http://galeon.com/ciscos/index108.html
http://galeon.com/ciscos/index109.html
http://galeon.com/ciscos/index11.html
http://galeon.com/ciscos/index110.html
http://galeon.com/ciscos/index111.html
http://galeon.com/ciscos/index112.html
http://galeon.com/ciscos/index113.html
http://galeon.com/ciscos/index114.html
http://galeon.com/ciscos/index115.html
http://galeon.com/ciscos/index116.html
http://galeon.com/ciscos/index117.html
http://galeon.com/ciscos/index118.html
http://galeon.com/ciscos/index119.html
http://galeon.com/ciscos/index12.html
http://galeon.com/ciscos/index120.html
http://galeon.com/ciscos/index121.html
http://galeon.com/ciscos/index122.html
http://galeon.com/ciscos/index123.html
http://galeon.com/ciscos/index124.html
http://galeon.com/ciscos/index125.html
http://galeon.com/ciscos/index126.html
http://galeon.com/ciscos/index127.html
http://galeon.com/ciscos/index128.html
http://galeon.com/ciscos/index129.html
http://galeon.com/ciscos/index13.html
http://galeon.com/ciscos/index130.html
http://galeon.com/ciscos/index131.html
http://galeon.com/ciscos/index132.html
http://galeon.com/ciscos/index133.html
http://galeon.com/ciscos/index134.html
http://galeon.com/ciscos/index135.html
http://galeon.com/ciscos/index136.html
http://galeon.com/ciscos/index137.html
http://galeon.com/ciscos/index138.html
http://galeon.com/ciscos/index139.html
http://galeon.com/ciscos/index14.html
http://galeon.com/ciscos/index140.html
http://galeon.com/ciscos/index141.html
http://galeon.com/ciscos/index142.html

> Eliminate direct dependencies on Commons Logging
> ------------------------------------------------
>
>                 Key: SHALE-281
>                 URL: https://issues.apache.org/struts/browse/SHALE-281
>             Project: Shale
>          Issue Type: Task
>          Components: Clay, Core, Dialog, Remoting, Sandbox, Spring, Test, Tiger, Tiles
>            Reporter: Craig McClanahan
>             Fix For: TBD
>
>
> Since we depend on JDK 1.4 or later anyway, and since the logging requirements of the framework itself are minial, update the framework classes from dependency on Commons Logging to use JDK 1.4 logging instead.  This does not necessarily need to apply to example applications.  The focus is on minimizing dependencies for the framework itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHALE-281) Eliminate direct dependencies on Commons Logging

Posted by "Craig McClanahan (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/SHALE-281?page=comments#action_39139 ] 
            
Craig McClanahan commented on SHALE-281:
----------------------------------------

Alas, an attempted workaround for this that I tried with Shale Remoting, with the goal to make the Commons Logging dependency optional, is not going to work out easily.  It's not problem to create an adapter class that uses either Commons Logging or JDK Logging, depending on whether C-L is present.  The problem is that the presence of this adapter class messes up the way that both logging environments determine the name of the calling class and method.  Both of them go up only one level on the stack, where the presence of the adapter class would want them to go up two levels.

I do not see any current way to break the required dependency on C-L without biting the bullet and switching to JDK logging unconditionally.


> Eliminate direct dependencies on Commons Logging
> ------------------------------------------------
>
>                 Key: SHALE-281
>                 URL: http://issues.apache.org/struts/browse/SHALE-281
>             Project: Shale
>          Issue Type: Task
>          Components: Core, Clay, Remoting, Tiger, Test, Dialog, Tiles, Sandbox, Spring
>            Reporter: Craig McClanahan
>             Fix For: TBD
>
>
> Since we depend on JDK 1.4 or later anyway, and since the logging requirements of the framework itself are minial, update the framework classes from dependency on Commons Logging to use JDK 1.4 logging instead.  This does not necessarily need to apply to example applications.  The focus is on minimizing dependencies for the framework itself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SHALE-281) Eliminate direct dependencies on Commons Logging

Posted by "Ed Burns (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/SHALE-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40147 ] 

Ed Burns commented on SHALE-281:
--------------------------------

I would really like to see this dependency removed.

> Eliminate direct dependencies on Commons Logging
> ------------------------------------------------
>
>                 Key: SHALE-281
>                 URL: https://issues.apache.org/struts/browse/SHALE-281
>             Project: Shale
>          Issue Type: Task
>          Components: Clay, Core, Dialog, Remoting, Sandbox, Spring, Test, Tiger, Tiles
>            Reporter: Craig McClanahan
>             Fix For: TBD
>
>
> Since we depend on JDK 1.4 or later anyway, and since the logging requirements of the framework itself are minial, update the framework classes from dependency on Commons Logging to use JDK 1.4 logging instead.  This does not necessarily need to apply to example applications.  The focus is on minimizing dependencies for the framework itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHALE-281) Eliminate direct dependencies on Commons Logging

Posted by "James Mitchell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/SHALE-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Mitchell updated SHALE-281:
---------------------------------

    Comment: was deleted

> Eliminate direct dependencies on Commons Logging
> ------------------------------------------------
>
>                 Key: SHALE-281
>                 URL: https://issues.apache.org/struts/browse/SHALE-281
>             Project: Shale
>          Issue Type: Task
>          Components: Clay, Core, Dialog, Remoting, Sandbox, Spring, Test, Tiger, Tiles
>            Reporter: Craig McClanahan
>             Fix For: TBD
>
>
> Since we depend on JDK 1.4 or later anyway, and since the logging requirements of the framework itself are minial, update the framework classes from dependency on Commons Logging to use JDK 1.4 logging instead.  This does not necessarily need to apply to example applications.  The focus is on minimizing dependencies for the framework itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHALE-281) Eliminate direct dependencies on Commons Logging

Posted by "Andres Almiray (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/SHALE-281?page=comments#action_39200 ] 
            
Andres Almiray commented on SHALE-281:
--------------------------------------

Craig, perhaps the approach taken by POI Utils logging will help.
http://jakarta.apache.org/poi/utils/logging.html

> Eliminate direct dependencies on Commons Logging
> ------------------------------------------------
>
>                 Key: SHALE-281
>                 URL: http://issues.apache.org/struts/browse/SHALE-281
>             Project: Shale
>          Issue Type: Task
>          Components: Clay, Core, Dialog, Remoting, Sandbox, Spring, Test, Tiger, Tiles
>            Reporter: Craig McClanahan
>             Fix For: TBD
>
>
> Since we depend on JDK 1.4 or later anyway, and since the logging requirements of the framework itself are minial, update the framework classes from dependency on Commons Logging to use JDK 1.4 logging instead.  This does not necessarily need to apply to example applications.  The focus is on minimizing dependencies for the framework itself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SHALE-281) Eliminate direct dependencies on Commons Logging

Posted by "Craig McClanahan (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/SHALE-281?page=comments#action_39201 ] 
            
Craig McClanahan commented on SHALE-281:
----------------------------------------

Thank you for the suggestion, Andres ... but as far as I can tell, the approach POI takes will have the same problem as the one I identified if you actually do route your log messages through the CommonsLogger implementation of POILogger.

The adapter approach works fine for actually getting the logging output piped through, and you can indeed make Commons Logging not required if you're really using JDK 1.4 logging instead.  The problem, though, is in how the logging systems display the name of the class and method from which the message was logged -- they go up one level on the call stack, and extract the class and method names from that.  The problem is, when you use an adapter, that *all* messages appear to come from the log() method of the adapter class, not from the method that called the adapter.  To get the display right, we'd need to teach the logging implementation to go one level further up the call stack than it normally would.

For the purposes that the POI website claims you would ever use logging in POI (just for debugging POI itself, not for production tracing) this is probably not a big deal ... you're probably staring directly at the source code, or using the system out logger (which doesn't do this at all) anyway.  It matters more for a webapp where you want the INFO and WARN type messages to be logged to the same place as all the other messages from your webapp, with correct descriptions of where the logged messages come from.


> Eliminate direct dependencies on Commons Logging
> ------------------------------------------------
>
>                 Key: SHALE-281
>                 URL: http://issues.apache.org/struts/browse/SHALE-281
>             Project: Shale
>          Issue Type: Task
>          Components: Clay, Core, Dialog, Remoting, Sandbox, Spring, Test, Tiger, Tiles
>            Reporter: Craig McClanahan
>             Fix For: TBD
>
>
> Since we depend on JDK 1.4 or later anyway, and since the logging requirements of the framework itself are minial, update the framework classes from dependency on Commons Logging to use JDK 1.4 logging instead.  This does not necessarily need to apply to example applications.  The focus is on minimizing dependencies for the framework itself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (SHALE-281) Eliminate direct dependencies on Commons Logging

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/SHALE-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated SHALE-281:
------------------------------

    Comment: was deleted

> Eliminate direct dependencies on Commons Logging
> ------------------------------------------------
>
>                 Key: SHALE-281
>                 URL: https://issues.apache.org/struts/browse/SHALE-281
>             Project: Shale
>          Issue Type: Task
>          Components: Clay, Core, Dialog, Remoting, Sandbox, Spring, Test, Tiger, Tiles
>            Reporter: Craig McClanahan
>             Fix For: TBD
>
>
> Since we depend on JDK 1.4 or later anyway, and since the logging requirements of the framework itself are minial, update the framework classes from dependency on Commons Logging to use JDK 1.4 logging instead.  This does not necessarily need to apply to example applications.  The focus is on minimizing dependencies for the framework itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHALE-281) Eliminate direct dependencies on Commons Logging

Posted by "payne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/SHALE-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44718#action_44718 ] 

payne commented on SHALE-281:
-----------------------------

http://www.archive.org/details/WetActressesBollywoodWetBodyIndianActresWetBollywoodActressWet
http://www.archive.org/details/ThumbnailActressesIndianPicsThumbnailPicturesActressMeenaThumbnails
http://www.archive.org/details/FreePostersNakedBollywoodActressesFreePussyGallariesIndianActresses
http://www.archive.org/details/MalyalamActressesPicGallaryMiddleEasternActressesNakedPhotoes
http://www.archive.org/details/GenisisAdultMagGermanAdultCartoonsDownloadGermanFreeAdultGaleries
http://www.archive.org/details/CartoonCartoonsFreeAdultCartoonXxxAdultCartoonsCartoonadult
http://www.archive.org/details/CartoonsAdultFunnyHumorusCartoonsAnimeAdultoFreeCartoonsComixAdult
http://www.archive.org/details/FreeNudeAdultPicturesfreeFreeFreeNudeAdultPicturresFreeNudeAdult
http://www.archive.org/details/GreeAdultThumbnailGalleriesGreenGifAnimeHentaiAdultGroupadult
http://www.archive.org/details/CarttoonsAdultCelebertyFakesAdultJapanwhoresModelCelebertyNudeFakes
http://www.archive.org/details/FreeOnlineAdultEnterainmentFreeOnlineAdultEroitcGamesFreeOnline
http://www.archive.org/details/HardcoreAdultBlackThumbsHardcoreAdultCumshotsMpegHardcoreAdult
http://www.archive.org/details/CheergirlsNudeUpskirtMainmenuAdultTasty.NoNoLolitasOnlyTeens
http://www.archive.org/details/ChubbaAdultTastynetworkTastysexPichtmChubbaPicsPussybruiserAdult
http://www.archive.org/details/FreePicturesXxxadultWmtPicFreePirateAdultMoviesFreePitchuresAdult
http://www.archive.org/details/FreeTeenageAmetuerMasturbationFreeTeenageAnalAviFreeTeenageAnal
http://www.archive.org/details/LargestZippedImageNudeGalleryLatexBondagePhotogaleryLatinBondage
http://www.archive.org/details/XvfxadlrOmcSummervacationGirlAikaMiuraAgenteAikaImageAikaAviAika
http://www.archive.org/details/FreeNudeAisanGirlsFreeNudeAisanHardcordSexFreeNudeAisan
http://www.archive.org/details/FreeNakedAisanGirlPicsFreeNudeAisanGirlsFreeNudeAisanMoviesFree
http://www.archive.org/details/FreeAisanFuckPicsFreeAisanFuckVidsFreeAisanFuckingFreeAisan
http://www.archive.org/details/PenthouseAishwaryaNudeNakedPenthouseMagazineAishwaryaPenthouse
http://www.archive.org/details/BustyAisianGirlsDownloadHighQualityAisianVideoFreeAisianAnal
http://www.archive.org/details/AikaMiuraAkiraFubukiMoviesAkiraDawnloadAkiraFubukiAkiraFubukiAnal
http://www.archive.org/details/FeeAmatureSexPicturesFemaleAmatureSexVoyourFifteenYearOldAmature
http://www.archive.org/details/VirgenAmaturesWebcamAmaturesWebcamHomeVideosFreeAmaturesWildRose
http://www.archive.org/details/FreeamaturesFreepicsFatAmaturesFreepicsNudfAmaturesFrenchAmatures
http://www.archive.org/details/TinyYoungAmaturesWetlandsAmaturesXxxWildBrazilianAmaturesWildRose
http://www.archive.org/details/NudePicsAmauterRussianAmautersSexAmauterSexAmauterWivesCheating
http://www.archive.org/details/LynnAmautersMatureAmauterMatureAmauterPornNaughtyAmauterPhotos
http://www.archive.org/details/JapaneseboyAmericanLatinAmericaNakedChicksLatinAmericanCelebrities
http://www.archive.org/details/PornographAmericanPornographicPhotosAfroAmericanFemalesFree
http://www.archive.org/details/UndergroundAmericanVideosUnlegalDvdPornMoviesAmericanVeryLargeNake
http://www.archive.org/details/FreeNudeAfricanAmericanNudePicGalloriesFreeNudeAmericanAnimaPic
http://www.archive.org/details/FreeNudeAmeteurLingeriePhotosFreeNudeAmeteurPicsFreeNudeIndian
http://www.archive.org/details/IndiaAmeteurWebcamNudeFreeIndianAmeteursJapanAmeteurJuicyBlack
http://www.archive.org/details/FreeTeenAmeteurFreeThumbnailsAmeteurWomenFreeUndergroundAmeteur
http://www.archive.org/details/FreeNakedPicturesPamlaAndersonFreeNakedPicutresPamelaAndersonFree
http://www.archive.org/details/DownloadPamAndersonFuckingTommyLeeFreeDownloadPamAndersonPorno
http://www.archive.org/details/DownloadPamelaAndersonNudeVideoClipDownloadPamelaAndersonPornMovie
http://www.archive.org/details/XxxMpegDemosPamelaAndersonXxxMpgPussyPamAndersonXxxPamelaAnderson
http://www.archive.org/details/UncensoredFinalFantasyHentaiAnimaUncensoredJapanessAnimation
http://www.archive.org/details/FreeSampleSexyAnimatedPicturesFreeSexAnimaeFreeSexAnimationMoovie
http://www.archive.org/details/FreeXxxAdultAnimatedGifsAviFreeXxxAdultAnimatedSexVideosFreeXxx
http://www.archive.org/details/SexyestAnimatedGirlShilpaShettyAnimatedScreensaversSimpsonsAnimated
http://www.archive.org/details/BatgirlAnimatedNudeBettyVeronicaAnimatedGifsBoobAnimatedGif
http://www.archive.org/details/AdultAnimationJapanneseAdultAnimationJetsonsAdultAnimationAdult
http://www.archive.org/details/FreeDawnloadArabicSexMovieFreeDowenloadArabicHardcoreSexWomenFree
http://www.archive.org/details/FukingArabicFukingArabicGirlsFukingArabicPicsGalleriesHidden
http://www.archive.org/details/TeenArbicHotGalleryXxxPhotoArbicArbicBabesArbicBikiniArbic
http://www.archive.org/details/SexVideoAviMovArchivesSextoonArchivesShannenDohertyPictureArchives
http://www.archive.org/details/JessicaFuckArseKaviarsexKoreaStarsexMotherSonIntercoarseMovie
http://www.archive.org/details/ComicArtistGalleryDesibabaIndianArtistEroticArtisticNudePhotos
http://www.archive.org/details/FreeNudeArtisticEroticPicsBrazilianNoLolitasOnlyTeensBest
http://www.archive.org/details/ForcedYoungAsainRapePicturesFreeAdultAsainSexImagesFreeAdult
http://www.archive.org/details/FreeAnalAsainGallerysFreeAsainFreeAsainAdultMaterialFreeAsain
http://www.archive.org/details/FreeAisanSexVideoSampleGwyAdultTasty.NoNoLolitasOnlyTeens
http://www.archive.org/details/PenthouseAdultMagasinePenthouseMagasinPenthouseMagasinePenthouse
http://www.archive.org/details/MegaspiderAlishaKlassFreeMoviesMegaspiderAssfistingMegaspider
http://www.archive.org/details/NudeTeenAssiNudeTeenGayAssFuckimgPicsNudeTinyAgeGirlBigPussy
http://www.archive.org/details/GayStretchedAssholesGayassfuckingGayboyThumbNailAssSexGaymen
http://www.archive.org/details/PicAssfuckingpicsPussyAssfuckingSchoolgirlAssfuckingSexXxxPornPics
http://www.archive.org/details/XxxHughCocksTightAssholesXxxAnalSlutsGappingAssholesAsianGirl
http://www.archive.org/details/AssianAssianAnalSexPicturesAssianAnnalTeenSexAssianAssAssian
http://www.archive.org/details/FreeClebBabesNakedFreeClebeBabesFreeClebsBabesFreeCocksucking
http://www.archive.org/details/BrasBabesPictureBrasilBabesBrasilBabesHarcoreBrasilianBabes
http://www.archive.org/details/SriLankanNudeBabesSriLankanPornModelsBabesSrilankanBabesSrilankan
http://www.archive.org/details/BrazilanBabesPicsBrazilanBeachesBabesBrazilanBikiniBabesBrazilan
http://www.archive.org/details/SuperheroBabesHenteiSwedischBabesSweedishBabesSwidishBabes
http://www.archive.org/details/SexySmallPegnantBabiesSexySriLankanBabiesSexyTeenPrityBabies
http://www.archive.org/details/HotBabysSaverHotStoriesBabysittersSexFamilyHotWomenWearingBaby
http://www.archive.org/details/FreeVoyeurBabysittersFreeXxxUndergroundIlleagelBabyPornFreeYouny
http://www.archive.org/details/IndianBollywoodBabysBoobsLasVegasNudeBabysLatinasBabysLesbianMom
http://www.archive.org/details/HumbnailPhotosBeautifullWomenWallpaperBeautifullWomanYongBeautifull
http://www.archive.org/details/GirlBeautyFreeSampleHairyNudeBeautyJpgHonyBeautyHotTitIndian
http://www.archive.org/details/FreePicsGirlsBeingRapedFreePictsYoungTeenGirlsBeingRapedFree
http://www.archive.org/details/ThumbnailsBlondesBeingFuckedThumbnailsWomanBeingRapedTiffanyTaylor
http://www.archive.org/details/HugeDicksBeingSuckedIllegalGilrBeingRapedIllegalGirlsBeingFucked
http://www.archive.org/details/SexyArseholesBeutifulWomenSexyBeutifulCollegeGirlsSexyBeutiful
http://www.archive.org/details/KeralaBeutifulGirlsLebanonBeutifullMen.NoNoLolitasOnlyTeens
http://www.archive.org/details/FreepornvideosMoviesBigFreesamplesBigtitsFreesexEbonyGirlsBig
http://www.archive.org/details/JapaneseYoungBigBreastedSchoolgirlBondageJapaneseYoungBigBreasted
http://www.archive.org/details/PlayboyNudeBitchsPornoBitchsXxxPothoGaleryBitchsPregnantBlack
http://www.archive.org/details/ThumnailsSluttyBitchsTrashyBitchsVegasBitchsWetTeenBitchsWhite
http://www.archive.org/details/FreeBeautifulBlackWonemPictureGalleryFreeBeutifullNudeBlackWomen
http://www.archive.org/details/FreePicGalleriesBlackGayMenDicksFreePicGalleryBlackCocksFreePic
http://www.archive.org/details/FreeSampleMovieMpegBlacksGangbangBlondeCumFacialFreeSampleMovies
http://www.archive.org/details/FreePicsBlackBootyGallerysFreePicsBlackDickFreePicsBlackGirls
http://www.archive.org/details/FreeSampleVideoBlackWomenGettingFuckFreeSampleVideosBlackPornFree
http://www.archive.org/details/FreeBigBlackcockPicsFreeBigBlackwomenGalleriesFreeBigBootyBlack
http://www.archive.org/details/FreePicsBlackmenWomenFreePicsBlackteensFreePicsBlackwomenFreePics
http://www.archive.org/details/FreeSexCilpsBlackGirlsFreeSexFilmsClipsBlackWomenFreeSexPhoto
http://www.archive.org/details/FreeBigTitiBlackFuckGalleryFreeBigTitiBlackSexGalleryFreeBig
http://www.archive.org/details/FreeHousewivesBlowJobPhotosFreeInterracialBlowjobPicsFreeJapanese
http://www.archive.org/details/GayblowjobsGayblowjobsAnimatedPhotosGaymenBlowJobsPicturesGeocitie
http://www.archive.org/details/IndependentBlowjobPicturesVideosIndiaMatureWomenSareeBlowjobAnal
http://www.archive.org/details/FreeMembershipsCockSuckingDickSuckingTityFuckingBlowjobsFreeMessy
http://www.archive.org/details/GirlBlowjobGirlBlowjobMpegSampleGirldGivingBlowjobsGirlesBlow
http://www.archive.org/details/IndiansGivingBlowjobsIndinBlowjobMoveIndonBlowjobIndonesianBlowjob
http://www.archive.org/details/MovieBlowjobVideoClipsMpegBlowjobsFreeMpegDownloadBlowjobMpeg

> Eliminate direct dependencies on Commons Logging
> ------------------------------------------------
>
>                 Key: SHALE-281
>                 URL: https://issues.apache.org/struts/browse/SHALE-281
>             Project: Shale
>          Issue Type: Task
>          Components: Clay, Core, Dialog, Remoting, Sandbox, Spring, Test, Tiger, Tiles
>            Reporter: Craig McClanahan
>             Fix For: TBD
>
>
> Since we depend on JDK 1.4 or later anyway, and since the logging requirements of the framework itself are minial, update the framework classes from dependency on Commons Logging to use JDK 1.4 logging instead.  This does not necessarily need to apply to example applications.  The focus is on minimizing dependencies for the framework itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.