Metadata-Version: 2.1
Name: pantsbuild.pants.contrib.jax-ws
Version: 1.19.0rc0
Summary: JAX-WS Pants plugin
Home-page: https://github.com/pantsbuild/pants
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: pantsbuild.pants (==1.19.0rc0)

Pants is an Apache2 licensed build tool written in Python.

The latest documentation can be found at `pantsbuild <http://pantsbuild.org/>`_.

1.19.x Stable Releases
======================
This document describes releases leading up to the ``1.19.x`` ``stable`` series.

1.19.0rc0 (29/07/2019)
----------------------

API Changes
~~~~~~~~~~~

* Fail for missing classpath entries with hermetic execution. (#8037)
  `PR #8037 <https://github.com/pantsbuild/pants/pull/8037>`_

* Deprecate ZincCompile task in favor of RscCompile (#8047)
  `PR #8047 <https://github.com/pantsbuild/pants/pull/8047>`_

New Features
~~~~~~~~~~~~

* Add support for scoverage (#8064)
  `PR #8064 <https://github.com/pantsbuild/pants/pull/8064>`_

* add script to generate zinc native-images, with example usage (#8036)
  `PR #8036 <https://github.com/pantsbuild/pants/pull/8036>`_

* Add fs_util subcommand to list known directories (#8100)
  `PR #8100 <https://github.com/pantsbuild/pants/pull/8100>`_

Bugfixes
~~~~~~~~

* Revert "use jdeps to run dep-usage task (#8093)"
  `PR #8093 <https://github.com/pantsbuild/pants/pull/8093>`_

* Properly manage the lifetime of Exiters in Daemon Runs (#7996)
  `PR #7996 <https://github.com/pantsbuild/pants/pull/7996>`_

* Properly handle source roots and resources with V2 Pytest runner (#8063)
  `PR #8063 <https://github.com/pantsbuild/pants/pull/8063>`_
  `PR #8060#discussion_r304191700, <https://github.com/pantsbuild/pants/pull/8060#discussion_r304191700,>`_
  `PR #8063#issuecomment-513433518 <https://github.com/pantsbuild/pants/pull/8063#issuecomment-513433518>`_

* [pantsd] Don't ignore the first watchman event for the daemon pid (#8096)
  `PR #8096 <https://github.com/pantsbuild/pants/pull/8096>`_

* Loosen constraints on the jvm heap size for tests in extra_jvm_options (#8106)
  `PR #8106 <https://github.com/pantsbuild/pants/pull/8106>`_

Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Lower test timeouts in travis to get better debug output. (#8110)
  `PR #8110 <https://github.com/pantsbuild/pants/pull/8110>`_

* Upgrade cloc to 1.80 and add error handling (#8111)
  `Issue #401, <https://github.com/AlDanial/cloc/issues/401,>`_
  `PR #8111 <https://github.com/pantsbuild/pants/pull/8111>`_

* Rewrite `test_git_hooks.py` to be hermetic (#8085)
  `PR #8085 <https://github.com/pantsbuild/pants/pull/8085>`_

* use jdeps to run dep-usage task (#8093)
  `PR #8093 <https://github.com/pantsbuild/pants/pull/8093>`_

* Balance pytest test sharding (#8108)
  `PR #8108 <https://github.com/pantsbuild/pants/pull/8108>`_

* Record per-target compile workflow stats when using RscCompile (#8092)
  `PR #8092 <https://github.com/pantsbuild/pants/pull/8092>`_

* Parse zinc args and pass scalac options into scalafix (#8091)
  `PR #8091 <https://github.com/pantsbuild/pants/pull/8091>`_

* Scoverage report generator (#8098)
  `PR #8098 <https://github.com/pantsbuild/pants/pull/8098>`_

* [pantsd] Remove dead code around prefork graph warming (#8095)
  `PR #8095 <https://github.com/pantsbuild/pants/pull/8095>`_

* Use remote build execution to run several unit tests (#8051)
  `Issue #7649, <https://github.com/pantsbuild/pants/issues/7649,>`_
  `PR #8051 <https://github.com/pantsbuild/pants/pull/8051>`_

* Report the stats version pants is using to the server. (#8086)
  `PR #8086 <https://github.com/pantsbuild/pants/pull/8086>`_

* Remove unused unit-test.sh script (#8083)
  `PR #8083 <https://github.com/pantsbuild/pants/pull/8083>`_

* Use direct import of version.py (#8078)
  `PR #8078 <https://github.com/pantsbuild/pants/pull/8078>`_
  `PR #8077#discussion_r305555451 <https://github.com/pantsbuild/pants/pull/8077#discussion_r305555451>`_

* Refactor V2 PEX creation rules (#8080)
  `PR #8080 <https://github.com/pantsbuild/pants/pull/8080>`_
  `PR #8063 <https://github.com/pantsbuild/pants/pull/8063>`_

Documentation
~~~~~~~~~~~~~

* Prepare 1.17.0rc2 and render 1.18.x. (#8114)
  `PR #8114 <https://github.com/pantsbuild/pants/pull/8114>`_

* Update CONTRIBUTORS.md

1.19.0.dev0 (7/20/2019)
-----------------------

New Features
~~~~~~~~~~~~

* Add support for speculation as a viable command runner. (#8050)
  `PR #8050 <https://github.com/pantsbuild/pants/pull/8050>`_

Bugfixes
~~~~~~~~

* Scalafix full classpath fix (#8007)
  `PR #8007 <https://github.com/pantsbuild/pants/pull/8007>`_

* Fix performance regression introduced by #7898 (#8006)
  `PR #8006 <https://github.com/pantsbuild/pants/pull/8006>`_

* Fix plugin resolution to respect interpreter ABI. (#8005)
  `PR #8005 <https://github.com/pantsbuild/pants/pull/8005>`_

Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Use `pants` as the user-agent for report server (#8077)
  `PR #8077 <https://github.com/pantsbuild/pants/pull/8077>`_

* Replace some format() calls with f-strings (#8079)
  `PR #8079 <https://github.com/pantsbuild/pants/pull/8079>`_

* Use unit-constants for MB/GB (#8072)
  `PR #8072 <https://github.com/pantsbuild/pants/pull/8072>`_

* Replace deprecated logger.warn calls with logger.warning (#8033)
  `PR #8033 <https://github.com/pantsbuild/pants/pull/8033>`_

* Local caching CommandRunner has default-on flag (#8040)
  `PR #8040 <https://github.com/pantsbuild/pants/pull/8040>`_

* Remove unit test runtime dependencies on resources (#8066)
  `PR #8066 <https://github.com/pantsbuild/pants/pull/8066>`_

* Use our docker image from #8059 for remote execution (#8068)
  `PR #8068 <https://github.com/pantsbuild/pants/pull/8068>`_
  `PR #8059 <https://github.com/pantsbuild/pants/pull/8059>`_

* Log messages are rendered in the v2 UI (#8049)
  `PR #8049 <https://github.com/pantsbuild/pants/pull/8049>`_

* Extend Google RBE Docker image to allow building sdist wheels (#8059)
  `Issue #8057 <https://github.com/pantsbuild/pants/issues/8057>`_
  `PR #8059 <https://github.com/pantsbuild/pants/pull/8059>`_

* Bump virtualenv to 16.6.2 for local run script (#8061)
  `PR #8061 <https://github.com/pantsbuild/pants/pull/8061>`_

* Replace scandir dependency with stdlib version (#8058)
  `PR #8058 <https://github.com/pantsbuild/pants/pull/8058>`_

* Set RUST_BACKTRACE in CI for more useful Rust debugging (#8054)
  `PR #8054 <https://github.com/pantsbuild/pants/pull/8054>`_

* Add provides clauses for new zinc deps. (#8055)
  `PR #8055 <https://github.com/pantsbuild/pants/pull/8055>`_

* Fix test broken by workunit service name changes (#8056)
  `PR #8056 <https://github.com/pantsbuild/pants/pull/8056>`_

* Suppress git stderr when checking for existence of repo (#7891)
  `PR #7891 <https://github.com/pantsbuild/pants/pull/7891>`_

* Change service name in Zipkin spans (#8053)
  `PR #8053 <https://github.com/pantsbuild/pants/pull/8053>`_

* embed a graal native-image configuration inside the zinc wrapper (#7506)
  `PR #7506 <https://github.com/pantsbuild/pants/pull/7506>`_

* Leverage Travis built-in skip support. (#8001)
  `PR #8001 <https://github.com/pantsbuild/pants/pull/8001>`_

* Add lmdb_store to travis cache (#8042)
  `PR #8042 <https://github.com/pantsbuild/pants/pull/8042>`_

* Minimum viable speculating command runner (#7992)
  `PR #7992 <https://github.com/pantsbuild/pants/pull/7992>`_

* Prep for 1.18.0rc1 (#8034)
  `PR #8034 <https://github.com/pantsbuild/pants/pull/8034>`_

* Revert "ShardedLmdb takes max size in bytes, not pages (#8038)" (#8044)
  `PR #8038 <https://github.com/pantsbuild/pants/pull/8038>`_
  `PR #8044 <https://github.com/pantsbuild/pants/pull/8044>`_

* Add caching CommandRunner wrapper (#7911)
  `PR #7911 <https://github.com/pantsbuild/pants/pull/7911>`_

* ShardedLmdb takes max size in bytes, not pages (#8038)
  `PR #8038 <https://github.com/pantsbuild/pants/pull/8038>`_

* Extract ExecuteProcessRequestMetadata (#8035)
  `PR #8035 <https://github.com/pantsbuild/pants/pull/8035>`_

* Add remote workunits for Zipkin trace (#7897)
  `PR #7897 <https://github.com/pantsbuild/pants/pull/7897>`_

* Extract cbindgen'd interface into its own crate (#8013)
  `PR #8013 <https://github.com/pantsbuild/pants/pull/8013>`_

* Revert "Make precomputing fail more usefully (#7994)" (#8024)
  `PR #7994 <https://github.com/pantsbuild/pants/pull/7994>`_
  `PR #8024 <https://github.com/pantsbuild/pants/pull/8024>`_

* Update rust dependencies (#8016)
  `PR #8016 <https://github.com/pantsbuild/pants/pull/8016>`_

* Fix pdb conflict in run_tracker stats request (#8025)
  `PR #8025 <https://github.com/pantsbuild/pants/pull/8025>`_

* Add utf-8 encoding to thrift-generated python files (#8022)
  `PR #8022 <https://github.com/pantsbuild/pants/pull/8022>`_

* Make union error messages better (#7999)
  `PR #7999 <https://github.com/pantsbuild/pants/pull/7999>`_



