Skip to content
Closed

1.x #7372

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
690 commits
Select commit Hold shift + click to select a range
cac7430
1.x: fix filter() default-requesting and thus going unbounded (#3912)
akarnokd May 5, 2016
4874bbe
1.x: Single.retryWhen javadoc clarifications (#3909)
akarnokd May 5, 2016
5293fd0
1.x: DoOnUnsubscribe javadoc clarifications (#3907)
akarnokd May 5, 2016
1512c10
Release 1.1.5 CHANGES.md update (#3913)
akarnokd May 5, 2016
2a8d6c7
1.x: fix RxRingBuffer-pool depending on the computation scheduler (#3…
akarnokd May 10, 2016
ac96d21
1.x: Subscriber.NOT_SET Long -> long, saves an unboxing per instance …
akarnokd May 10, 2016
d43c05c
1.x: fix using() resource cleanup when factory throws or being non-ea…
akarnokd May 10, 2016
4a6441c
1.x: fix Single.flatMap not composing subscription through (#3941)
akarnokd May 17, 2016
edc4d50
fix exception message (#3944)
May 17, 2016
91888b3
1.x: javac- and javadoc-related cleanup in components, part 1 (#3949)
akarnokd May 18, 2016
d24c395
Update branches names in CONTRIBUTING:md (#3943)
bryant1410 May 18, 2016
3ea9265
1.x: just() construction to call the onCreate execution hook (#3958)
akarnokd May 23, 2016
7fed2ed
1.x: TestSubscriber extra info on assertion failures (#3934)
akarnokd May 23, 2016
c296d52
Add Completable.andThen(Completable), deprecate endWith() (#3948)
vanniktech May 23, 2016
fef520e
1.x: javac- and javadoc-related cleanup in components, part 2 (#3951)
akarnokd May 24, 2016
9710f06
1.x: add termination clarification to switchMap operators (#3974)
akarnokd Jun 1, 2016
44947d9
1.x: benchmark just and Single (#3982)
akarnokd Jun 1, 2016
4b61060
1.x: add Completable.safeSubscribe option + RxJavaPlugins hook suppor…
akarnokd Jun 1, 2016
ab6dbc1
1.x: remove remaining field updaters (#3979)
akarnokd Jun 1, 2016
bc83db0
1.x: request rebatch operator (#3971)
akarnokd Jun 1, 2016
271c83b
1.x: promote UnicastSubject to be a standard+experimental Subject (#3…
akarnokd Jun 1, 2016
66c82b0
1.x: Use the correct Throwable to set the cause for CompositeExceptio…
zsxwing Jun 1, 2016
6004156
1.x: document zip() eagerness (#3981)
akarnokd Jun 2, 2016
f8b6bd2
Add more time to certain tests that failed under heavy CI load (#3987)
akarnokd Jun 3, 2016
f78c0d4
Add Schedulers.reset() for better testing (#3986)
ZacSweers Jun 6, 2016
08a2130
1.x: fix reset() shutting down everything other than the schedulers (…
akarnokd Jun 7, 2016
67b7be0
1.x: replay request coordination reduce overhead (#3470)
akarnokd Jun 15, 2016
3261a49
1.x: fix Spsc queues reporting not empty but then poll() returns null…
akarnokd Jun 15, 2016
4e5f6aa
1.x: ReplaySubject now supports backpressure (#3918)
akarnokd Jun 15, 2016
aa183b0
1.x: Release 1.1.6 CHANGES.md (#4008)
akarnokd Jun 15, 2016
60c8ff9
1.x: add multi-other withLatestFrom operators (#3966)
akarnokd Jun 16, 2016
607f68c
Add vararg of Subscriptions to composite subscription. (#3720)
klemzy Jun 17, 2016
cc05088
Add specificity to documentation for AsyncSubject (#4014)
DavidDTA Jun 17, 2016
64a3d7e
1.x: Update Gradle to 2.14 (#4018)
artem-zinnatullin Jun 17, 2016
fefe12d
Wait until both subscribers have received their values in testPublish…
DavidDTA Jun 17, 2016
8e127a5
1.x: update doOnEach(Observer) javadoc (#4024)
akarnokd Jun 17, 2016
76517d9
1.x: fix Completable.onErrorComplete(Func1) not relaying function cra…
akarnokd Jun 18, 2016
f17d3ff
1.x: expand and explain cache() in more detail (#4026)
akarnokd Jun 18, 2016
806aa25
1.x: make the latest CompositeSubscription test more robust. (#4019)
akarnokd Jun 18, 2016
c5a0c36
Fix javadoc typos (#4038)
bgogetap Jun 20, 2016
6bef4ce
1.x: distinctUntilChanged with direct value comparator - alternative …
akarnokd Jun 20, 2016
b8bccd9
Added zip function with Observable array. (#4036)
Shyish Jun 20, 2016
0a5f884
1.x: add missing javadoc elements, fix some descriptions (#4039)
akarnokd Jun 20, 2016
535fb75
Use codecov.io for code coverage (#4046)
zsxwing Jun 20, 2016
03bc7a2
1.x: add AsyncCompletableSubscriber that exposes unsubscribe() (#4020)
akarnokd Jun 21, 2016
519c38b
1.x: fix ReplaySubject anomaly around caughtUp by disabling that opt.…
akarnokd Jun 22, 2016
161dbef
1.x: fix timed replay() replaying old data for late subscribers (#4023)
akarnokd Jun 22, 2016
c31dd7f
1.x: coverage improvements, small adjustments (#4060)
akarnokd Jun 22, 2016
54eeaca
1.x: Deprecate TestObserver, enhance TestSubscriber a bit (#4011)
akarnokd Jun 22, 2016
829a0ed
1.x: ignore .pmd file in root directory (#4065)
akarnokd Jun 22, 2016
a077f9b
1.x: Ignore local.properties file (#4066)
vanniktech Jun 22, 2016
9dd61b6
1.x: scan & reduce give javadoc about unsharing the initialValue (#4063)
akarnokd Jun 22, 2016
d477f9c
1.x: add package-info.java to the public packages (#4062)
akarnokd Jun 22, 2016
3650215
Fix an issue with README.md where the links to the Java annotations w…
maxthomas Jun 22, 2016
544690b
1.x: Add PMD code checking tool to the build process (#4068)
akarnokd Jun 22, 2016
47477cf
1.x: new hook management proposal (#4007)
akarnokd Jun 23, 2016
90e4204
1.x: Remove unnecessary dependency in build.gradle (#4086)
zsxwing Jun 23, 2016
afe3cb0
1.x: fix some flaky tests, add more timeout to others (#4088)
akarnokd Jun 23, 2016
5be3a4b
1.x: apply fixes based on PMD suggestions (#4091)
akarnokd Jun 25, 2016
b21504d
1.x: add AnimalSniffer to the build process, fix and suppress violati…
akarnokd Jun 25, 2016
c60a08b
1.x: exclude some text files from license checks (#4093)
akarnokd Jun 25, 2016
c110f69
1.x: update map() and filter() to implement OnSubscribe directly (#4097)
akarnokd Jun 25, 2016
d855a29
add groupBy overload with evictingMapFactory (#3931)
davidmoten Jun 25, 2016
a6d6ba9
1.x: Add Findbugs (#4099)
vanniktech Jun 25, 2016
4210577
1.x: increase coverage of producers (#4117)
akarnokd Jun 25, 2016
1d75f4a
1.x: provide an explanation why certain tests are ignored (#4118)
DmitriyZaitsev Jun 25, 2016
ed92ba8
1.x: increase coverage of internal utils, remove unused/unnecessary i…
akarnokd Jun 25, 2016
66815b4
1.x: run Findbugs on main only (#4131)
vanniktech Jun 26, 2016
5c74757
1.x: Test all private Constructors (#4125)
vanniktech Jun 27, 2016
5439901
Refactor private constructor checker into a utility class. (#4133)
akarnokd Jun 27, 2016
d66d931
1.x: Change Completable.subscribe(onError, onComplete) to (onComplete…
artem-zinnatullin Jun 28, 2016
ee63aff
1.x: add RxJavaHooks tests, fix small bugs (#4142)
akarnokd Jun 29, 2016
cec8915
Fix the initialization of Completable.complete() (#4146)
akarnokd Jun 29, 2016
27297a4
1.x: benchmark reduce and takeLast(1) (#4174)
akarnokd Jul 7, 2016
20ef857
1.x: add missing backpressure descriptions and update old ones (#4172)
akarnokd Jul 7, 2016
978825e
1.x: optimize collect, reduce and takeLast(1) (#4176)
akarnokd Jul 8, 2016
97c4e53
1.x: improve coverage of rx.Observable methods (#4178)
akarnokd Jul 8, 2016
f3777df
Ability to create custom schedulers with behavior based on composing …
abersnaze Jun 30, 2016
1354c34
1.x: change test heap size to avoid 137 (#4180)
akarnokd Jul 9, 2016
e267e02
Merge pull request #4154 from abersnaze/sched
abersnaze Jul 9, 2016
5e59bcf
1.x: no need to run gradle assembe by travis (#4183)
akarnokd Jul 9, 2016
cf154b1
1.x: add missing RxJavaHooks options, fix bugs (#4182)
akarnokd Jul 9, 2016
b9af588
1.x: increase Coverage of some classes (#4181)
akarnokd Jul 9, 2016
6b47b11
1.x: new fromAsync to bridge the callback world with the reactive (#4…
akarnokd Jul 10, 2016
91eeea0
1.x: allow customizing GenericScheduledExecutorService via RxJavaHook…
akarnokd Jul 10, 2016
0d76f54
Release 1.1.7 changes.md update (#4184)
akarnokd Jul 10, 2016
76182a7
Move status icons to top, add maven version badge. (#4187)
akarnokd Jul 10, 2016
6b72d8a
1.x: add missing headers, add SuppressWarnings (#4188)
akarnokd Jul 10, 2016
65c7070
Fix grammar error in RxJavaHooks javadocs (#4191)
bryant1410 Jul 11, 2016
4d5515a
1.x: merge/flatMap to keep scalar/inner element relative order (#4209)
akarnokd Jul 20, 2016
a45de22
1.x: fix assembly tracking replacing original exception (#4215)
akarnokd Jul 20, 2016
479df31
1.x: PublishSubject perf (#4224)
akarnokd Jul 22, 2016
75ffcbb
1.x: fix replay() retaining reference to the child Subscriber (#4229)
akarnokd Jul 23, 2016
2284d4f
Update changes.md
akarnokd Jul 23, 2016
cbec342
save allocation in OnSubscribeAmb (#4232)
davidmoten Jul 23, 2016
99abbf9
CachedThreadScheduler should wait until the previous action (if any) …
csabakos Jul 23, 2016
791379d
save allocation in OnSubscribeAutoConnect (#4233)
davidmoten Jul 23, 2016
7d42628
1.x: Fix some typos (#4234)
vanniktech Jul 23, 2016
89f2d6f
reduce allocations in OnSubscribeJoin (#4236)
davidmoten Jul 24, 2016
c3a3d1a
reduce allocations in OnSubscribeGroupJoin (#4237)
davidmoten Jul 24, 2016
45f6072
1.x: Fix typo eigth to eighth (#4238)
vanniktech Jul 24, 2016
ec77334
rename Map and Filter test classes now that have moved to OnSubscribe…
davidmoten Jul 27, 2016
3467685
save allocation in OperatorSkipTimed (#4239)
davidmoten Jul 27, 2016
c566a40
jgit freaks out if it can't find a version tag
akarnokd Jul 27, 2016
0bdff66
Merge branch '1.x' of https://github.com/ReactiveX/RxJava.git into 1.x
akarnokd Jul 27, 2016
1e147fb
1.x: SyncOnSubscribe fix typo and java doc (#4248)
vanniktech Jul 27, 2016
7e913fa
1.x: Single.flatMapCompletable (#4226)
vanniktech Jul 27, 2016
e697309
OperatorAll - prevent multiple terminal events (#4244)
davidmoten Jul 27, 2016
d6f395e
Fix retryWhen/redoWhen potential concurrent reentry when resubscribin…
akarnokd Jul 27, 2016
b72beff
1.x: PublishSubject fail-fast when backpressured (#4225)
akarnokd Jul 27, 2016
689b22d
OperatorAny - prevent multiple terminal events (#4245)
davidmoten Jul 28, 2016
60dbbed
OperatorReduce - prevent multiple terminal events (#4246)
davidmoten Jul 28, 2016
41959f7
onBackpressureDrop - prevent multiple terminal events (#4250)
davidmoten Jul 28, 2016
888560e
1.x: fix SingleTest generics warnings (#4254)
akarnokd Jul 28, 2016
2a50c2f
collect - prevent multiple terminal events (#4252)
davidmoten Jul 29, 2016
4ce0d55
Increase git depth to satisfy version inference
akarnokd Jul 29, 2016
0577b4c
Fix javadoc on RxJavaHooks.setOnError (#4257)
davidmoten Jul 29, 2016
969d94c
toMap - prevent multiple terminal events and support backpressures (#…
davidmoten Jul 30, 2016
3639e73
doOnEach - reduce allocations, report to RxJavaHooks, use OnSubscribe…
davidmoten Jul 31, 2016
f2591cb
remove unnecessary map transformation in sequenceEquals operator (#4265)
davidmoten Aug 1, 2016
c95c650
Remove needless static field for initialization. (#4269)
JakeWharton Aug 1, 2016
515d7ce
toMultimap - prevent post-terminal-emissions (#4270)
davidmoten Aug 2, 2016
0f23a15
Adds Observable.sorted method (#4264)
SherifMakhlouf Aug 2, 2016
3690bd7
1.x: Remove needless static field for initialization in IndexedRingBu…
vanniktech Aug 4, 2016
27c782d
1.x: Make Observable takeUntil documentation more explicit (#4282)
vanniktech Aug 5, 2016
b3a0446
1.x: Schedulers.from() to call RxJavaHooks.onScheduleAction (#4311)
akarnokd Aug 8, 2016
fabaa95
1.x: concatDelayError multiple arguments (#4261)
SherifMakhlouf Aug 10, 2016
d0b3bee
Added Observable.concat(Iterable) (#4330)
PaulWoitaschek Aug 10, 2016
cd0301b
1.x: compact MultipleAssignment- and Serial-Subscriptions (#4328)
akarnokd Aug 11, 2016
9074410
1.x: add TestSubscriber.assertValuesAndClear (#4322)
akarnokd Aug 11, 2016
3c7f41c
Remove tabs indent and redundant space. (#4343)
hotchemi Aug 11, 2016
72c0519
Release 1.1.9 update changes.md (#4345)
akarnokd Aug 12, 2016
a57741b
Add missing @Test annotation (#4359)
dimitar-asenov Aug 16, 2016
1a7de42
Remove explicit StackOverflow check as its a VirtualMachineError. (#4…
JakeWharton Aug 21, 2016
3aaed26
1.x: Fix multiple values produced by throttleFirst with TestScheduler…
Aug 21, 2016
a5c9453
1.x: Sync doOnEach java doc (#4418)
vanniktech Aug 24, 2016
743f164
Add to() conversion function to all stream types. (#4423)
JakeWharton Aug 25, 2016
5ac4d2a
fromAsync - handle post-terminal events (#4427)
davidmoten Aug 26, 2016
c258048
Fix typo. (#4432)
hotchemi Aug 27, 2016
db3ff46
Remove 'Completable' prefix from nested interfaces, move its subscrip…
JakeWharton Aug 30, 2016
0ee2e61
1.x: cleanup, javadoc, Completable.fromEmitter (#4442)
akarnokd Aug 30, 2016
c9086eb
Fix withLatestFrom's tparam
zsxwing Aug 31, 2016
1be73de
Fix withLatestFrom's tparam (#4447)
akarnokd Aug 31, 2016
70bb06a
enhance generics on Observable.onErrorResumeNext and onErrorReturn (#…
davidmoten Sep 1, 2016
30da1aa
Throw unchecked exception in TestSubscriber#awaitValueCount(). (#4453)
vy Sep 1, 2016
d4d55f0
1.x: Completable add doOnEach (#4460)
vanniktech Sep 2, 2016
7593247
1.x: Remove some unused fields (#4463)
vanniktech Sep 2, 2016
11343ae
1.x: Deprecate Notification.createOnCompleted (#4466)
vanniktech Sep 2, 2016
c307e4f
1.x: Single add doOnEach (#4461)
vanniktech Sep 5, 2016
d86cf19
Update changes.md
akarnokd Sep 5, 2016
ff16f76
1.x: Remove trailing whitespace (#4500)
vanniktech Sep 8, 2016
4ae4a40
1.2 preparation cleanup and Experimental/Beta/Deprecated adjustments …
akarnokd Sep 15, 2016
010256b
1.x: safeguard against building with 2.* tags (#4556)
akarnokd Sep 15, 2016
01e68d3
1.2.0 changes.md
akarnokd Sep 17, 2016
646be2d
enhance generics doOnError doOnRequest (#4555)
davidmoten Sep 22, 2016
4328619
rename AsyncEmitter to Emitter (#4580)
davidmoten Sep 24, 2016
2e06d4e
@Beta and @Experimental annotations are not longer annotated with its…
VictorAlbertos Sep 26, 2016
2b47efe
NotificationLite - reduce allocations (#4621)
davidmoten Sep 28, 2016
09b1389
1.x: SafeSubscriber not to call RxJavaHooks before delivering the (#4…
akarnokd Sep 30, 2016
843a57e
1.x: rework Single internals to reduce overhead and stack depth (#4648)
akarnokd Oct 2, 2016
e7bf735
1.2.1 - Update changes.md
akarnokd Oct 5, 2016
e5b449d
Cleanups from making NotificationLite stateless. (#4677)
JakeWharton Oct 6, 2016
09c289e
Make identity function a singleton. (#4676)
JakeWharton Oct 6, 2016
1ac5834
improve timer javadoc (#4693)
davidmoten Oct 12, 2016
6cc1646
1.x: fix subscribe(Action1 [, Action1]) to report isUnsubscribed (#4716)
akarnokd Oct 17, 2016
1f65cbb
remove AsyncEmitter deprecations (#4725)
davidmoten Oct 19, 2016
61a5976
Remove unused helper class previously used by extend(). (#4745)
JakeWharton Oct 21, 2016
5e3f6c4
#4737 Error when tracking exception with unknown cause (#4740)
pyricau Oct 22, 2016
850deea
1.x: Add cache() to Single (#4757)
ekchang Oct 24, 2016
039a703
zip - check local boolean before volatile in boolean and (#4764)
davidmoten Oct 25, 2016
5747017
Add note to SingleSubscriber doc about unsubscribe invocation in onSu…
marwinxxii Oct 26, 2016
c65b3db
1.x: Add null check to Observable.switchIfEmpty (#4791)
ortex Nov 1, 2016
6385051
Release 1.2.2
akarnokd Nov 3, 2016
d6bc923
add TestSubscriber2 to provide method chained version of TestSubscrib…
davidmoten Nov 9, 2016
1f6c68c
Schedule when bug fix (#4826)
abersnaze Nov 9, 2016
eb58e5c
changing inner classes to package-private. (#4828)
abersnaze Nov 10, 2016
bebdec6
1.x: update AssertableSubscriber API and add Javadoc (#4824)
akarnokd Nov 10, 2016
2cdf1c0
1.x: Completable.doAfterTerminate to run after onError as well (#4830)
akarnokd Nov 10, 2016
aa1c4ed
1.x: replace non-serializable value of OnNextValue with its toString …
akarnokd Nov 12, 2016
077c4d0
1.x: remove ObjectPool, code style cleanups
akarnokd Nov 13, 2016
dc63e53
1.x: remove ObjectPool, code style cleanups (#4846)
akarnokd Nov 14, 2016
fb3d0e8
1.x: fix Completable.concat & merge hanging in async situations
akarnokd Nov 14, 2016
745a922
Merge pull request #4849 from akarnokd/CompletableConcatFix
akarnokd Nov 14, 2016
a825d70
1.x: add Single.fromEmitter
akarnokd Nov 15, 2016
8812756
1.x: Single::takeUntil CancellationException message enh.
akarnokd Nov 15, 2016
a3f3f94
Merge pull request #4851 from akarnokd/SingleFromEmitter
akarnokd Nov 15, 2016
7fb3987
Merge pull request #4852 from akarnokd/SingleTakeUntilMessage
akarnokd Nov 15, 2016
8fff67d
Release 1.2.3
akarnokd Nov 23, 2016
a606a26
1.x: enable TestScheduler with nanosecond periodic scheduling (#4884)
akarnokd Nov 28, 2016
4c51531
Update CHANGES.md (#4892)
chanx2 Nov 28, 2016
0b37a7e
1.x: add Issue and PR "welcome" templates (#4890)
akarnokd Nov 28, 2016
57a9c09
Use t instead of value to allow for IDE naming (#4908)
Jawnnypoo Dec 7, 2016
7c7c9b9
Fix resolveAndroidApiVersion when running under Robolectric (#4912)
cesar1000 Dec 9, 2016
4406bcb
Release 1.2.4
akarnokd Dec 15, 2016
6de5c6f
1.x: Completable.mergeDelayError check unsafe availability (#4941)
akarnokd Dec 28, 2016
eaf146a
1.x: header and whitespace cleanup (#4949)
akarnokd Dec 30, 2016
b9c7f0b
1.x: add missing marbles, fix image sizes (#4963)
akarnokd Jan 6, 2017
3716747
Release 1.2.5
akarnokd Jan 6, 2017
9f02563
Add which are the other stardard methods of create (#5000)
BraisGabin Jan 17, 2017
56d94b2
1.x: update sample(time) diagram to indicate emission of last (#5007)
akarnokd Jan 24, 2017
748b56d
1.x: fix groupBy consuming the upstream in an unbounded manner (#5030)
akarnokd Jan 28, 2017
0901ffb
Improve the BehaviorSubject Java doc (#5048)
BraisGabin Feb 2, 2017
a37e292
Release 1.2.6
akarnokd Feb 3, 2017
47e6c67
1.x: deprecate create(), add alternatives (#5086)
akarnokd Feb 10, 2017
828db38
1.x: create+subscribeOn avoid same-pool deadlock (#5091)
akarnokd Feb 11, 2017
5468972
1.x: add Single.merge(Obs), Obs.flatMapSingle & flatMapCompletable (#…
akarnokd Feb 11, 2017
bc06175
1.x: reduce stack depth with switchIfEmpty (#5125)
akarnokd Feb 21, 2017
e8b6035
1.x: throttleFirst detecting clock-drift backwards to open the gate (…
akarnokd Feb 22, 2017
ccc2b2c
Release 1.2.7
akarnokd Feb 24, 2017
2a0427b
1.x: fix timed replay() not terminating when all items timeout (#5141)
akarnokd Feb 27, 2017
c8e22d8
add unsubscribeOn to Single type (#5138) (#5146)
yshrsmz Mar 12, 2017
8811831
1.x add missing @Experimental tag to unsubscribeOn
akarnokd Mar 12, 2017
0f1542d
1.x: replay().refCount() avoid leaking items between connections (#5181)
akarnokd Mar 15, 2017
e6824c1
1.X: UnicastSubject fail-fast and delay-error behavior (#5195)
mostroverkhov Mar 18, 2017
d1f20a1
1.x: add marble diagram to UnicastSubject, fix javadoc (#5209)
akarnokd Mar 21, 2017
72a6dee
Release 1.2.8
akarnokd Mar 24, 2017
1d7edee
Update CHANGES.md
akarnokd Mar 24, 2017
e37d1a7
1.x: fix Completable.onErrorResumeNext unsubscribe not propagated (#5…
akarnokd Mar 24, 2017
bc40a84
Defer creation of the TimeoutException when using the Single.timeout(…
dhendry Apr 2, 2017
2162d6d
1.x Use IntelliJ IDE friendly assertion failure message (#5258)
mtiidla Apr 2, 2017
95afbd0
Release 1.2.10
akarnokd Apr 26, 2017
8119e78
1.x: apply API promotions for 1.3 (#5318)
akarnokd Apr 27, 2017
daf1022
Release 1.3.0
akarnokd May 5, 2017
a5c0cd0
Add the cast operator to Single. (#5332)
inferno23 May 8, 2017
433b099
remove semicolon that Eclipse thinks is compile error (#5353)
davidmoten May 18, 2017
1dd023f
fix for https://github.com/ReactiveX/RxJava/issues/5429 (#5430)
yurgisbaykshtis Jun 23, 2017
3e5b117
1.x: TestSubscriber::assertValuesAndClear should reset valueCount (#5…
mlaux Jun 24, 2017
b8f3ced
fix #5468: eager hooks onError call (#5470)
DeepSpawn Jul 6, 2017
8e92534
1.x: increase timeout of some tests (#5471)
akarnokd Jul 6, 2017
85350bf
Update CHANGES.md
akarnokd Sep 10, 2017
ed35a14
Use oraclejdk8
akarnokd Sep 10, 2017
50ea46a
1.x: Workaround for CHM.keySet bad type with Java 8 compiler (#5602)
akarnokd Sep 15, 2017
81542cd
Release 1.3.2
akarnokd Sep 15, 2017
0660284
1.x: fix timeout (timed, selector) unsubscribe bug (#5660)
akarnokd Oct 13, 2017
396b610
Release 1.3.3
akarnokd Oct 19, 2017
5b2394c
1.x: fix Completable.concat to use replace (don't dispose old) (#5696)
akarnokd Oct 31, 2017
048175a
1.x: Add a sentence to documentation of take() operator (#5719)
sadegh Nov 11, 2017
bd862bc
1.x: fix broken backpressure through unsubscribeOn() (#5726)
akarnokd Nov 16, 2017
265fb48
Release 1.3.4
akarnokd Nov 19, 2017
ef32950
1.x: Plugin lookup workaround for System.properties access restrictio…
akarnokd Jan 25, 2018
a49c49f
Release 1.3.5
akarnokd Jan 27, 2018
2ba8bb2
Fix a race condition in OperatorMerge.InnerSubscriber#onError (#5851)
Feb 15, 2018
c40a06f
Fix a race condition that may make OperatorMaterialize emit too many …
Feb 15, 2018
6e6c514
Release 1.3.6
akarnokd Feb 15, 2018
e467798
1.x: fix and deprecate evicting groupBy and add new overload (#5917)
davidmoten Mar 19, 2018
0641802
Release 1.3.7
akarnokd Mar 21, 2018
3aad9a6
1.x: Fix take() to route late errors to RxJavaHooks (#5935)
akarnokd Mar 26, 2018
7e3879a
Release 1.3.8
akarnokd Mar 31, 2018
2ea5f30
1.x: readme update about EOL
akarnokd Mar 31, 2018
a62edb6
Update README.md
akarnokd Mar 2, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
@beta and @experimental annotations are not longer annotated with its…
…elf (#4610)
  • Loading branch information
VictorAlbertos authored and akarnokd committed Sep 26, 2016
commit 2e06d4e7ba48381cc636068bad71a3373e575ee1
1 change: 0 additions & 1 deletion src/main/java/rx/annotations/Beta.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@
ElementType.METHOD,
ElementType.TYPE })
@Documented
@Beta
public @interface Beta {
}
1 change: 0 additions & 1 deletion src/main/java/rx/annotations/Experimental.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@
ElementType.METHOD,
ElementType.TYPE })
@Documented
@Experimental
public @interface Experimental {
}