<!--
RSS generated by JIRA (4.4#649-r158309) at Wed Jun 19 15:17:52 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+TLOG+AND+resolution+%3D+Unresolved+AND+fixVersion+is+EMPTY+ORDER+BY+priority+DESC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://dev.clojure.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Clojure JIRA</title>
        <link>http://dev.clojure.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+TLOG+AND+resolution+%3D+Unresolved+AND+fixVersion+is+EMPTY+ORDER+BY+priority+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="2" total="2"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[TLOG-12] Reflection Warnings when using tools.logging</title>
                <link>http://dev.clojure.org/jira/browse/TLOG-12</link>
                <project id="10030" key="TLOG">tools.logging</project>
                        <description>&lt;p&gt;A few of my projects are still reflecting using tools.logging 0.2.6 and slf4j-log4j12 &quot;1.7.2&quot;.&lt;/p&gt;

&lt;p&gt;lein check produces the following output:&lt;/p&gt;

&lt;p&gt;...&lt;br/&gt;
Reflection warning, curator_clj/zookeeper.clj:1:1 - reference to field isTraceEnabled can&apos;t be resolved.&lt;br/&gt;
Reflection warning, curator_clj/zookeeper.clj:1:1 - reference to field isDebugEnabled can&apos;t be resolved.&lt;br/&gt;
Reflection warning, curator_clj/zookeeper.clj:1:1 - reference to field isInfoEnabled can&apos;t be resolved.&lt;br/&gt;
Reflection warning, curator_clj/zookeeper.clj:1:1 - reference to field isWarnEnabled can&apos;t be resolved.&lt;br/&gt;
Reflection warning, curator_clj/zookeeper.clj:1:1 - reference to field isErrorEnabled can&apos;t be resolved.&lt;br/&gt;
Reflection warning, curator_clj/zookeeper.clj:1:1 - reference to field isErrorEnabled can&apos;t be resolved.&lt;br/&gt;
...&lt;/p&gt;</description>
                <environment></environment>
            <key id="16173">TLOG-12</key>
            <summary>Reflection Warnings when using tools.logging</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="ataggart">Alexander Taggart</assignee>
                                <reporter username="beffbernard">Trevor Bernard</reporter>
                        <labels>
                    </labels>
                <created>Tue, 30 Apr 2013 07:09:02 -0500</created>
                <updated>Tue, 30 Apr 2013 17:46:41 -0500</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="31024" author="ataggart" created="Tue, 30 Apr 2013 17:37:07 -0500"  >&lt;p&gt;I&apos;ve made a quick test project: &lt;a href=&quot;https://github.com/ataggart/reflect-log-test&quot;&gt;https://github.com/ataggart/reflect-log-test&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Cloning that repo, running &lt;tt&gt;lein check&lt;/tt&gt; yields no reflection warnings.&lt;/p&gt;

&lt;p&gt;Please provide a way for me to reproduce what you see.&lt;/p&gt;
</comment>
                    <comment id="31026" author="beffbernard" created="Tue, 30 Apr 2013 17:46:41 -0500"  >&lt;p&gt;Forking that project and will try to find a simple test case that reproduces it.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11975" name="0001-Fix-TLOG-7-Remove-reflection-warnings.patch" size="14082" author="beffbernard" created="Tue, 30 Apr 2013 07:09:02 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                        <customfield id="customfield_10003" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                <customfieldname>Waiting On</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>beffbernard</customfieldvalue>
                </customfieldvalues>
            </customfield>
                            </customfields>
    </item>

<item>
            <title>[TLOG-9] spy macro (or new spy macro) that accepts a message</title>
                <link>http://dev.clojure.org/jira/browse/TLOG-9</link>
                <project id="10030" key="TLOG">tools.logging</project>
                        <description>&lt;p&gt;I think it might be useful to have spy be able to take a message to be logged in addition to the data. (or have a similar macro showing an optional message instead of the code).&lt;/p&gt;

&lt;p&gt;(spy &quot;doing x&quot; (blah))&lt;br/&gt;
(spy :doing-x (blah) ; because it is easier to type sometimes&lt;/p&gt;

&lt;p&gt;with spy this may conflict with the log-level. &lt;/p&gt;

&lt;p&gt;I find this sort of function with a message useful and use it quite often. Much more often than plain logging. Generally - I would&apos;t log the code unless it logged file and line number too.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="15876">TLOG-9</key>
            <summary>spy macro (or new spy macro) that accepts a message</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="ataggart">Alexander Taggart</assignee>
                                <reporter username="davesann">Dave Sann</reporter>
                        <labels>
                    </labels>
                <created>Sat, 8 Dec 2012 23:18:41 -0600</created>
                <updated>Sat, 8 Dec 2012 23:18:41 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>