<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_opencensus-java/impl, branch upstream-master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/'/>
<entry>
<title>Remove redundant dependencies between compile and testCompile. (#1660)</title>
<updated>2019-01-15T20:15:01+00:00</updated>
<author>
<name>Bogdan Drutu</name>
<email>bdrutu@google.com</email>
</author>
<published>2019-01-15T20:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=ef0de1d7f11ce85aa9a897e41b77b437daedf56e'/>
<id>ef0de1d7f11ce85aa9a897e41b77b437daedf56e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update disruptor to sleep 1ms and avoid busy waiting. (#1605)</title>
<updated>2018-11-21T22:23:30+00:00</updated>
<author>
<name>Bogdan Drutu</name>
<email>bdrutu@google.com</email>
</author>
<published>2018-11-21T22:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=aa8ee6a526e11e5763d2f508bd6952a1b87e3a51'/>
<id>aa8ee6a526e11e5763d2f508bd6952a1b87e3a51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Error Prone: 2.3.1 -&gt; 2.3.2 (#1551)</title>
<updated>2018-11-05T18:14:25+00:00</updated>
<author>
<name>sebright</name>
<email>sebright@google.com</email>
</author>
<published>2018-11-05T18:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=5a6a6b7f0e0d042abac849906924f6a087c5ba80'/>
<id>5a6a6b7f0e0d042abac849906924f6a087c5ba80</id>
<content type='text'>
This commit also fixes and suppresses some new warnings.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also fixes and suppresses some new warnings.</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Temporarily move "metrics" package into impl_core/ for release. (#1426)" (#1432)</title>
<updated>2018-09-14T22:45:30+00:00</updated>
<author>
<name>Yang Song</name>
<email>songy23@users.noreply.github.com</email>
</author>
<published>2018-09-14T22:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=937d2296642d9bcdae23a2be469d1d0f367ae3de'/>
<id>937d2296642d9bcdae23a2be469d1d0f367ae3de</id>
<content type='text'>
This reverts commit d3fa0e5c60903f95c184d7c7bafae8fdd12156ad.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d3fa0e5c60903f95c184d7c7bafae8fdd12156ad.</pre>
</div>
</content>
</entry>
<entry>
<title>Temporarily move "metrics" package into impl_core/ for release. (#1426)</title>
<updated>2018-09-12T19:13:14+00:00</updated>
<author>
<name>sebright</name>
<email>sebright@google.com</email>
</author>
<published>2018-09-12T19:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=d3fa0e5c60903f95c184d7c7bafae8fdd12156ad'/>
<id>d3fa0e5c60903f95c184d7c7bafae8fdd12156ad</id>
<content type='text'>
The "metrics" package isn't ready to be released yet, so this commit moves it
out of the API artifact.  The package can still be accessed by the stats
implementation in impl_core/.  This commit can be reverted once the package is
ready to be exposed.  The moved package names also contain "temporary" so that
there is no possibility of class name conflicts between different versions of
opencensus-api and opencensus-impl-core.  For example,
io.opencensus.metrics.export is renamed to
io.opencensus.implcore.temporary.metrics.export.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "metrics" package isn't ready to be released yet, so this commit moves it
out of the API artifact.  The package can still be accessed by the stats
implementation in impl_core/.  This commit can be reverted once the package is
ready to be exposed.  The moved package names also contain "temporary" so that
there is no possibility of class name conflicts between different versions of
opencensus-api and opencensus-impl-core.  For example,
io.opencensus.metrics.export is renamed to
io.opencensus.implcore.temporary.metrics.export.</pre>
</div>
</content>
</entry>
<entry>
<title> Update all targets to at least java7 and android14 (#1367)</title>
<updated>2018-08-18T20:52:19+00:00</updated>
<author>
<name>Bogdan Drutu</name>
<email>bdrutu@google.com</email>
</author>
<published>2018-08-18T20:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=50b0e198702022ffd887416f6550f0218982bb15'/>
<id>50b0e198702022ffd887416f6550f0218982bb15</id>
<content type='text'>
* Update all targets to at least java7 and android14

* Change code to be android14 compatible.

* Select a specific version for each signature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update all targets to at least java7 and android14

* Change code to be android14 compatible.

* Select a specific version for each signature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add implementation for gauges. (#1365)</title>
<updated>2018-08-15T00:28:24+00:00</updated>
<author>
<name>Bogdan Drutu</name>
<email>bdrutu@google.com</email>
</author>
<published>2018-08-15T00:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=f50596ac77fd0c4eb209ffbc8769b5025a3aa090'/>
<id>f50596ac77fd0c4eb209ffbc8769b5025a3aa090</id>
<content type='text'>
* Add implementation for gauges.

* Remove usage of internal class in implcore tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add implementation for gauges.

* Remove usage of internal class in implcore tests.
</pre>
</div>
</content>
</entry>
<entry>
<title> Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)</title>
<updated>2018-08-13T18:36:27+00:00</updated>
<author>
<name>Yang Song</name>
<email>songy23@users.noreply.github.com</email>
</author>
<published>2018-08-13T18:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=775816d699bd4f02788db5609a87386940e34aff'/>
<id>775816d699bd4f02788db5609a87386940e34aff</id>
<content type='text'>
* Metrics: Implement ExportComponent, make ProducerManager abstract.

* Metrics: Add impl and impllite.

* Resolve two TODOs.

* Fix import path, leave a TODO for getMetricRegistry.

* Make NoopMetricProducerManager private. Add missing since tag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Metrics: Implement ExportComponent, make ProducerManager abstract.

* Metrics: Add impl and impllite.

* Resolve two TODOs.

* Fix import path, leave a TODO for getMetricRegistry.

* Make NoopMetricProducerManager private. Add missing since tag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove warning suppression in DisruptorEventQueue.</title>
<updated>2018-05-12T01:23:21+00:00</updated>
<author>
<name>Kristen Kozak</name>
<email>sebright@google.com</email>
</author>
<published>2018-05-12T01:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=ed3347839996c2f0be4efeb9cdd56e0fdfed5ab7'/>
<id>ed3347839996c2f0be4efeb9cdd56e0fdfed5ab7</id>
<content type='text'>
This commit fixes a varargs warning by creating an explicit array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes a varargs warning by creating an explicit array.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "nullness" warning suppression in DisruptorEventQueue.</title>
<updated>2018-05-12T01:22:11+00:00</updated>
<author>
<name>Kristen Kozak</name>
<email>sebright@google.com</email>
</author>
<published>2018-05-12T01:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=e78769744e6736bab279c01f3ab81b6598d6aab3'/>
<id>e78769744e6736bab279c01f3ab81b6598d6aab3</id>
<content type='text'>
This commit fixes a nullness warning by splitting the constructor into a factory
method and a constructor, to ensure that the DisruptorEventQueue is fully
initialized before any events are enqueued.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes a nullness warning by splitting the constructor into a factory
method and a constructor, to ensure that the DisruptorEventQueue is fully
initialized before any events are enqueued.
</pre>
</div>
</content>
</entry>
</feed>
