rohininidhi
ad461b71b8
Metadata updates for release 8.13.5 ( #2876 )
3 years ago
Temi Adeoye
3b19c1a33f
Fix typo in arguments to add_metadata_gen_target() ( #2874 )
This commit resolves an issue with duplicate generation of metadata.h.
3 years ago
penmetsaa
805d4d81f0
Update README.md ( #2872 )
3 years ago
penmetsaa
05b9df20f7
Maven pom.xml version updates for release 8.13.4 ( #2871 )
* [maven-release-plugin] prepare release v8.13.4
* [maven-release-plugin] prepare for next development iteration
3 years ago
penmetsaa
c55e006a65
Metadata updates for release 8.13.4 ( #2870 )
3 years ago
Temi Adeoye
d6371d732c
CPP: Add BUILD_TOOLS_ONLY option ( #2869 )
* Add BUILD_TOOLS_ONLY option
* Overide abseil install rules for subprojects
3 years ago
Temi Adeoye
8a4effd277
CPP: Fix cmake build failure + export libphonenumber-config.cmake ( #2818 )
* Find and add abseil even when BUILD_GEOCODER=OFF
* Treat boolean variables as conditions
* Expose BUILD_SHARED_LIBS as a user configurable option
* Add BUILD_TESTING option
* Wrap test dependencies and targets in if (BUILD_TESTING)
* Refactor library build procedure to respect user defined configurations
* Export cmake package config files so downstream projects can use the library without creating a FindLibPhonenumber
* Bump version number to 8.13.0
Co-authored-by: penmetsaa <penmetsaa@google.com>
3 years ago
0xflotus
8df7711d54
fix: small typo errors in faq ( #2867 )
3 years ago
kkeshava
8bda42f83a
Update README.md ( #2866 )
3 years ago
kkeshava
79be73571f
Kkeshava maven update ( #2865 )
* [maven-release-plugin] prepare release v8.13.3
* [maven-release-plugin] prepare for next development iteration
3 years ago
kkeshava
2296219339
Metadata updates for release 8.13.3 ( #2864 )
3 years ago
Arnaud Mergey
e1ca594e09
Add OSGI metadata to carrier, geocoder and prefixmapper jars ( #2418 )
Co-authored-by: <amergey@gmail.com>
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
3 years ago
penmetsaa
4dabe06724
Update README.md ( #2862 )
3 years ago
penmetsaa
85d1ee9d63
Penmetsaa maven update for release 8.13.2 ( #2861 )
* [maven-release-plugin] prepare release v8.13.2
* [maven-release-plugin] prepare for next development iteration
3 years ago
penmetsaa
22762205af
Metadata updates for release 8.13.2 ( #2859 )
3 years ago
Tijana Vislavski Gradina
7d1dad2f9d
Demo enhancements ( #2764 )
* Demo enhancements
* Update Demo portal
* Cleaning up auto generated, not very relevant archetype contents
* pom.xml ordering
* Cleanuping up unwanted changes
* Cleanuping up unwanted changes
* Update README
* Demo enhancements
* Updates after migration to Soy
Co-authored-by: Aravind <penmetsaa@google.com>
3 years ago
Caleb Friden
70ad30c06c
Add Swift project to readme ( #2858 )
3 years ago
Tijana Vislavski Gradina
ec4633c237
Correct the spelling of the word "metadata" ( #2845 )
3 years ago
rushirajbaxi
a7cd266d42
Bump protobuf-java from 3.16.3 to 3.21.7 due to CVE-2022-3509 ( #2851 )
* Update pom.xml
* Update pom.xml
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
3 years ago
penmetsaa
ae879e4cdb
Update README.md ( #2857 )
3 years ago
penmetsaa
d6c69e2702
Penmetsaa maven update for release 8.13.1 ( #2856 )
* [maven-release-plugin] prepare release v8.13.1
* [maven-release-plugin] prepare for next development iteration
3 years ago
penmetsaa
9dad1f5b8b
Update the soy-compiler running phase as release plugin only runs till verify during release ( #2855 )
3 years ago
rohininidhi
f04c9f5839
Metadata updates for release 8.13.1 ( #2850 )
3 years ago
penmetsaa
45ac171543
Update README.md ( #2849 )
3 years ago
penmetsaa
cf06bf508f
Penmetsaa maven update for release 8.13.0 ( #2848 )
* [maven-release-plugin] prepare release v8.13.0
* [maven-release-plugin] prepare for next development iteration
3 years ago
penmetsaa
2ae8a2c2b3
Unconfigiure Maven phases i.e when to generate soy files. ( #2847 )
3 years ago
penmetsaa
78ee01dadd
Revert "Kkeshava maven update ( #2844 )" ( #2846 )
This reverts commit d0716544c6 .
3 years ago
kkeshava
d0716544c6
Kkeshava maven update ( #2844 )
* [maven-release-plugin] prepare release v8.13.0
* [maven-release-plugin] prepare for next development iteration
3 years ago
kkeshava
0917c21340
Metadata updates for release 8.13.0 ( #2843 )
3 years ago
katbohm
3504063cb0
Remove unused leading_zero_possible field ( #2821 )
Remove unused leading_zero_possible field from phonemetadata.proto
Deleted all methods that refer to this.
Regenerated jars - because we no longer write a boolean for the removed proto field, all the java metadata files needed regenerating too.
3 years ago
Gregor Jasny
ac2270ba95
CPP: Fix stray bracket in re2 adapter ( #2568 )
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
3 years ago
Jack O'Connor
f71cef8d12
Update dep versions to work with latest build.xml ( #2702 )
Previously, building the demo (ant -f javascript/build.xml compile-demo) would fail because the latest build.xml is incompatible with the version of closure-compiler we recommend here. With this change, the build will work again.
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
3 years ago
Tobias Rogg
3d1f4ee6ef
Demo readme improvements ( #2833 )
* appengine-api-1.0-sdk --> appengine-maven-plugin
* readme
* relative path instead of absolute
Co-authored-by: penmetsaa <penmetsaa@google.com>
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
3 years ago
dependabot[bot]
734250e06e
Bump protobuf-java from 3.16.1 to 3.16.3 in /metadata ( #2828 )
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf ) from 3.16.1 to 3.16.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.16.1...v3.16.3 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
3 years ago
dependabot[bot]
7902a8bcd4
Bump protobuf-java from 3.16.1 to 3.16.3 in /tools/java/cpp-build ( #2829 )
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf ) from 3.16.1 to 3.16.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.16.1...v3.16.3 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
3 years ago
Yuriy Chernyshov
993af5dbd2
Make tests use test metadata ( #2836 )
This is a continuation of #2762
Co-authored-by: penmetsaa <penmetsaa@google.com>
3 years ago
penmetsaa
5654f2541e
Update release_notes.txt ( #2842 )
3 years ago
penmetsaa
45651f6eaa
Adding missed servlet mapping file for java demo website landing page. ( #2841 )
3 years ago
penmetsaa
7e93e9e1b8
Update release_notes.txt regarding issues with demo's WAR file and java demo portal still being at older version ( #2837 )
* Update release_notes.txt
* Update release_notes.txt
3 years ago
Tijana Vislavski Gradina
baa3aa63e3
Using precompiled templates with SoySauce ( #2839 )
* Using precompiled templates with SoySauce instead of Tofu runtime interpreter
* Use renderHtml() instead of renderText()
Co-authored-by: Tobias Rogg <26879902+roggnroll@users.noreply.github.com>
Co-authored-by: Tobias Rogg <26879902+roggnroll@users.noreply.github.com>
3 years ago
penmetsaa
f088d7f975
Update Readme for release 8.12.57 ( #2835 )
* Update Readme for release 8.12.57
* Update README.md
3 years ago
penmetsaa
01cacc66da
Penmetsaa maven update ( #2832 )
* [maven-release-plugin] prepare release v8.12.57
* [maven-release-plugin] prepare for next development iteration
3 years ago
penmetsaa
66fb815f8b
Metadata updates for release 8.12.57 ( #2831 )
3 years ago
mikaelmgit
43a2eb6044
Updated the C++ installation instructions ( #2830 )
Fixes:
https://issuetracker.google.com/issues/251742470
3 years ago
darkdragon-001
ee4eb1ed3e
Fix metadata targets ( #2762 )
Make sure each file is only generated by a single rule.
Co-authored-by: penmetsaa <penmetsaa@google.com>
3 years ago
Tobias Rogg
9268c0e96c
demo start page title ( #2827 )
3 years ago
Tobias Rogg
314fe14111
Demo migration ( #2826 )
Migration of Demo to Soy/Closure templates
3 years ago
rohininidhi
019d83fad7
Update README.md ( #2825 )
3 years ago
rohininidhi
a1318e7012
Rnidhi maven update ( #2824 )
* [maven-release-plugin] prepare release v8.12.56
* [maven-release-plugin] prepare for next development iteration
3 years ago
rohininidhi
46598b5840
Metadata updates for release 8.12.56 ( #2823 )
3 years ago