1. 5110124 Add Android build and metadata files by Ashley Rose · 6 years ago int/10/fp2 rel/10/fp2/22.02.0-rel rel/10/fp2/22.04.0-rel rel/10/fp2/22.06.0-rel rel/10/fp2/22.08.0-rel rel/10/fp2/22.10.0-rel rel/10/fp2/22.12.0-rel rel/10/fp2/23.02.0-rel rel/10/fp2/22.02.0-rel.0 rel/10/fp2/22.04.0-rel.1 rel/10/fp2/22.06.0-rel.0 rel/10/fp2/22.08.0-rel.0 rel/10/fp2/22.10.0-rel.0 rel/10/fp2/22.12.0-rel.0 rel/10/fp2/23.02.0-rel.0
  2. f4c8cf5 Merge commit 'a5db06d' by Ashley Rose · 6 years ago
  3. 6803793 Initial empty repository by Inna Palant · 6 years ago
  4. a5db06d [maven-release-plugin] prepare release javapoet-1.11.1 by Jesse Wilson · 6 years ago
  5. 5ff40a9 Update changelog for 1.11.1. by Jesse Wilson · 6 years ago
  6. 5584016 Fix TypeName.get() on top-level error types (#646) by Ron Shapiro · 6 years ago
  7. 3ddde8f [maven-release-plugin] prepare for next development iteration by Jesse Wilson · 6 years ago
  8. b09d944 [maven-release-plugin] prepare release javapoet-1.11.0 by Jesse Wilson · 6 years ago
  9. 5d6ff03 Update changelog for 1.11 by Jesse Wilson · 6 years ago
  10. 30ff8ce Merge pull request #644 from square/jwilson.0428.avoid_typeelement_getkind by Jake Wharton · 6 years ago
  11. 1c897e4 Avoid TypeElement.getKind() in ClassName.get(). by Jesse Wilson · 6 years ago
  12. 3f4d5c2 Merge pull request #642 from sormuras/upgrade-errorprone by Jesse Wilson · 6 years ago
  13. c8b9bc8 Merge pull request #629 from sormuras/load-install-jdk-on-the-fly by Jesse Wilson · 6 years ago
  14. 371b82e Merge pull request #643 from square/jwilson.0428.type_annotations by Jesse Wilson · 6 years ago
  15. b1e1a08 Tighten up the code that handles emitting type annotations. by Jesse Wilson · 6 years ago
  16. 491ff3c Upgrade errorprone to 2.3.1 by Christian Stein · 6 years ago
  17. 3c68a05 Load install-jdk.sh on-the-fly by Christian Stein · 6 years ago
  18. 034f0b6 Merge pull request #640 from square/JakeWharton-patch-1 by Jesse Wilson · 6 years ago
  19. 8dea2cb Merge pull request #641 from square/JakeWharton-patch-2 by Jesse Wilson · 6 years ago
  20. d6a0097 Merge pull request #627 from NightlyNexus/eric.nomockito by Jake Wharton · 6 years ago
  21. bc7f6dc Remove unused list by Jake Wharton · 6 years ago
  22. 9ea843d Initialize multiplication result to 1. by Jake Wharton · 6 years ago
  23. 8e9b2ec Merge pull request #638 from sherter/sherter-patch-1 by Jake Wharton · 6 years ago
  24. 24c88ec Fix type typo in README by Simon Herter · 6 years ago
  25. 8ab7616 Merge pull request #631 from NightlyNexus/eric.annotationSpec by Jake Wharton · 6 years ago
  26. f24801f Fail fast with null AnnotationSpec on type. by Eric Cochran · 6 years ago
  27. d91f8e1 Add tests for Java 8 TYPE_USE annotations on arrays (#614). (#618) by Roberto Lublinerman · 6 years ago
  28. d108052 Add another test for direct generics usage. by Eric Cochran · 6 years ago
  29. adced31 Use contextual type parameters for throws types. (#625) by Eric Cochran · 6 years ago
  30. ee82208 Disable overriding methods in final classes. (#626) by Eric Cochran · 6 years ago
  31. b314337 Update the codebase now that we require Java 8 (#617) by Thomas Broyer · 6 years ago
  32. 82e20e0 Merge pull request #621 from square/jwilson.0225.https_links by Jake Wharton · 6 years ago
  33. 28fdcfb Use HTTPS links in documentation where possible. by Jesse Wilson · 6 years ago
  34. 1e70bf3 Require valid annotation member names. (#620) by Eric Cochran · 6 years ago
  35. 62d7826 Merge pull request #616 from sormuras/patch-1 by Jake Wharton · 6 years ago
  36. 0091cc5 Drop `-ea` as JDK 10 is now a release candidate by Christian Stein · 6 years ago
  37. e6bc3b1 Add a note about requiring Java 8 to the changelog. by Jesse Wilson · 6 years ago
  38. b7176d0 Merge pull request #611 from evonsdesigns/patch-1 by Jake Wharton · 6 years ago
  39. a4966ff Correct usage of toString() by Joseph Evans · 6 years ago
  40. d509342 Introduce JDK build matrix on Travis CI (#606) by Christian Stein · 6 years ago
  41. abaa7f0 Fix checkState message in CodeWriter (#609) by Ron Shapiro · 6 years ago
  42. 5dafdcb Fix "Do not submit" from https://github.com/square/javapoet/pull/598 😬😬😬 (#608) by Ron Shapiro · 6 years ago
  43. b68e867 Merge pull request #607 from sormuras/version-1.10.0 by Jake Wharton · 6 years ago
  44. 1ea76b4 Update README.md to version 1.10.0 by Christian Stein · 6 years ago
  45. 29f38bf [maven-release-plugin] prepare for next development iteration by Jesse Wilson · 6 years ago
  46. a2f21df [maven-release-plugin] prepare release javapoet-1.10.0 by Jesse Wilson · 6 years ago
  47. c6dd69c Use $Z in method parameter lists. (#605) by Jesse Wilson · 6 years ago
  48. 9e62955 Update Changelog for 1.10.0. by Jesse Wilson · 6 years ago
  49. da2859b Merge branch 'zhurs-master' by Jesse Wilson · 6 years ago
  50. 870ece8 Fix search of annotated type parameters in imports by zhurs · 6 years ago
  51. 6865d07 Add isEmpty to CodeBlock.Builder. (#596) by Jake Wharton · 6 years ago
  52. 563cf74 Implement CodeBlock.join() and CodeBlock.joining() (#599) by Ron Shapiro · 6 years ago
  53. ca0e12e Adds `$B` as an optional newline if a line will exceed 100 chars (#598) by Ron Shapiro · 6 years ago
  54. 6810608 Updated various versions of 3rd-party libraries and tools (#602) by Christian Stein · 6 years ago
  55. b5cc9f4 Merge pull request #590 from sormuras/patch-1 by Jake Wharton · 6 years ago
  56. 03f3a27 Set com.squareup.javapoet as automatic module name by Christian Stein · 6 years ago
  57. f5b1b62 Include annotations when emitting type variables. (#574) by Jake Wharton · 7 years ago
  58. 384395d Switch from StringWriter to StringBuilder. (#568) by Jake Wharton · 7 years ago
  59. a5694ac addStatement(CodeBlock) overloads for CodeBlock and MethodSpec (#567) by Ron Shapiro · 7 years ago
  60. 08c7148 Fix ClassName regression for class names starting with a $ (#562) by Phil Glass · 7 years ago
  61. 5f3b345 [maven-release-plugin] prepare for next development iteration by jwilson · 7 years ago
  62. dfba6d7 [maven-release-plugin] prepare release javapoet-1.9.0 by jwilson · 7 years ago
  63. 7931dbd Update changelog for 1.9. by jwilson · 7 years ago
  64. ca12c7b Support anonymous inner classes in ClassName#get (#526) by Kay Roepke · 7 years ago
  65. 4cd975b Fix conflicts with types with same name as type being declared (#559) by Thomas Broyer · 7 years ago
  66. 40dfa0c Add convenience anonymousClassBuilder(CodeBlock) (#560) by Zac Sweers · 7 years ago
  67. 48378f7 Upgrade to Checkstyle 7.7. (#556) by Jesse Wilson · 7 years ago
  68. e112795 Verify that null is not passed as vararg parameter (#551) by Ash Davies · 7 years ago
  69. 647b93b Adds messaging to NPEs thrown in MethodSpec.methodBuilder() and MethodSpec.addModifiers() (#550) by Barry Carroll · 7 years ago
  70. 0d6bdeb Merge pull request #547 from square/jw/2017-02-14/error-prone by Jake Wharton · 7 years ago
  71. 89263f0 Add error-prone compiler. by Jake Wharton · 7 years ago
  72. 414da30 test: assert that TypeName are not null (#544) by Benjamin DANGLOT · 7 years ago
  73. b66d3d5 Fix division by zero in CodeBlock arg formatting (#542) by John Draper · 7 years ago
  74. ff50d7b There is a missing symbol "?" in [$T for Types] - [Import static] (#537) by 张旭童 · 7 years ago
  75. 73214de Merge pull request #530 from cconroy/methodspec-named by Jesse Wilson · 8 years ago
  76. c248d40 Merge pull request #529 from cconroy/named-faster by Jesse Wilson · 8 years ago
  77. fa5c190 Add MethodSpec.Builder addNamedCode convenience method by Chris Conroy · 8 years ago
  78. 01f7076 Only send the relevant characters into the matcher by Chris Conroy · 8 years ago
  79. 8ec1afa [maven-release-plugin] prepare for next development iteration by jwilson · 8 years ago
  80. 46913cd [maven-release-plugin] prepare release javapoet-1.8.0 by jwilson · 8 years ago
  81. 70cbbc9 Update readme for 1.8.0. by jwilson · 8 years ago
  82. a1db459 Merge pull request #528 from square/jwilson.1109.nobody_wants_annotations by Jake Wharton · 8 years ago
  83. 19b9d73 Rollback support for retaining parameter annotations. by jwilson · 8 years ago
  84. 8e35831 Merge pull request #527 from square/jwilson.1108.fix_nested_imports by Jake Wharton · 8 years ago
  85. bc65a0b Fix imports of nested types. by jwilson · 8 years ago
  86. bd78680 Merge pull request #525 from square/jwilson.1109.wrapping_space by Jesse Wilson · 8 years ago
  87. 61b0faf Implement line wrapping. by jwilson · 8 years ago
  88. 3bef689 Merge branch 'cconroy-named-arguments' by jwilson · 8 years ago
  89. 8685247 Add support for named arguments to CodeBlock by Chris Conroy · 8 years ago
  90. 4eda8d4 Merge pull request #524 from benjamin-bader/null-in-superinterface-list by Jake Wharton · 8 years ago
  91. 16cd72b Disallow nulls in TypeSpec#addSuperinterfaces by Ben Bader · 8 years ago
  92. 89179ea Merge pull request #522 from square/jwilson.1108.force_utf8 by Jesse Wilson · 8 years ago
  93. 59ba433 Always write UTF-8. by jwilson · 8 years ago
  94. 4cc7b23 Merge branch 'perezd-issue-499' by jwilson · 8 years ago
  95. e3baf6b Make MethodSpec.overriding include parameter annotations. by Derek Perez · 8 years ago
  96. dc40fbe Merge pull request #517 from benjamin-bader/no-null-superinterfaces by Jesse Wilson · 8 years ago
  97. d2f829f Guard for null in TypeSpec.Builder#addSuperinterface(TypeName) by Ben Bader · 8 years ago
  98. d84dcff Merge pull request #515 from ronshapiro/codeblock_jd by Jesse Wilson · 8 years ago
  99. 84c0f15 Fix indentation directives in CodeBlock javadoc by Ron Shapiro · 8 years ago
  100. 1e70284 `addJavadoc(CodeBlock)` overloads for TypeSpec, MethodSpec, and FieldSpec by Ron Shapiro · 8 years ago