mandlil
59cb1c1b0d
Mandlil maven update ( #3733 )
* [maven-release-plugin] prepare release v8.13.51
* [maven-release-plugin] prepare for next development iteration
1 year ago
mandlil
dfdc8e4bf6
Metadata updates for release 8.13.51 ( #3732 )
1 year ago
mandlil
a4ebf2fc23
Create osv-scanner-unified.yml ( #3666 )
* Create osv-scanner-unified.yml
OSV-Scanner is used to find existing vulnerabilities that affect the project's dependencies
Issue - b/275499664
* Adding version number
1 year ago
mandlil
a8e4057fb5
Revert "Openvcdiff stringviews ( #3620 )" ( #3725 )
1 year ago
dependabot[bot]
5cbf544b92
Bump com.google.protobuf:protobuf-java ( #3630 )
Bumps the maven group in /tools/java/cpp-build with 1 update: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf ).
Updates `com.google.protobuf:protobuf-java` from 3.24.0 to 3.25.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.24.0...v3.25.5 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
dependency-group: maven
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
1 year ago
dependabot[bot]
a06d432175
Bump com.google.protobuf:protobuf-java in /metadata in the maven group ( #3629 )
Bumps the maven group in /metadata with 1 update: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf ).
Updates `com.google.protobuf:protobuf-java` from 3.24.0 to 3.25.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.24.0...v3.25.5 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
dependency-group: maven
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
1 year ago
rohininidhi
3f941fc266
Update README.md ( #3720 )
1 year ago
rohininidhi
b580c6c273
Rnidhi maven update ( #3712 )
* [maven-release-plugin] prepare release v8.13.50
* [maven-release-plugin] prepare for next development iteration
1 year ago
rohininidhi
63501cc4ad
Metadata updates for release 8.13.50 ( #3711 )
* Metadata updates for release 8.13.50
* Update .gitignore
---------
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
1 year ago
kkeshava
9d46308f31
Update FAQ.md as MX dialing tokens are removed from metadata. ( #3710 )
MX stopped supporting all additional dialing codes (01/02/044/045/1). Removed it from metadata as per b/295205666.
1 year ago
Bob Conan
d89d07b8da
Updated FALSEHOODS.md, fix typo(s) ( #3709 )
1 year ago
kkeshava
5df5ce2629
Update .gitignore ( #3708 )
Accidentally updated the file while doing 8.13.48 release.
Reverting the file to reflect old changes from https://github.com/google/libphonenumber/pull/3640/files
1 year ago
mandlil
42cd3f2e87
Update README.md ( #3698 )
1 year ago
mandlil
b1157dbd18
Mandlil maven update ( #3697 )
* [maven-release-plugin] prepare release v8.13.49
* [maven-release-plugin] prepare for next development iteration
1 year ago
mandlil
b2c9193a3a
Metadata updates for release 8.13.49 ( #3696 )
1 year ago
mandlil
d2719af509
Update README.md ( #3689 )
1 year ago
mandlil
54aad2806c
Mandlil maven update ( #3688 )
* [maven-release-plugin] prepare release v8.13.48
* [maven-release-plugin] prepare for next development iteration
1 year ago
kkeshava
39ca86df01
Revert "Update README.md ( #3673 )" ( #3683 )
This reverts commit 113fc6bfab .
1 year ago
kkeshava
32e48209bd
Revert "Kkeshava maven update ( #3672 )" ( #3682 )
This reverts commit af241dd0c3 .
1 year ago
mandlil
9596009ddd
set javadoc to builder ( #3681 )
1 year ago
kkeshava
113fc6bfab
Update README.md ( #3673 )
1 year ago
kkeshava
af241dd0c3
Kkeshava maven update ( #3672 )
* [maven-release-plugin] prepare release v8.13.48
* [maven-release-plugin] prepare for next development iteration
1 year ago
kkeshava
ae062a7044
Metadata updates for release 8.13.48 ( #3671 )
1 year ago
Silvio Brändle
aef2fdc64e
Add CI workflow for C++ ( #3643 )
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
1 year ago
Silvio Brändle
1c1bac9b8c
Generate RegionCode constants for testing. ( #3623 )
* Generate RegionCode constants for testing.
This generates the RegionCode class that contains string constants for testing using the build tools.
Context: b/237181793
* Fix typo
* Use plain strings for region codes not in the metadata.
* Apply code review suggestions
* Rewrite ClassWriter with Builder pattern and add javadoc support.
* Use setJavadoc instead of accumulating.
1 year ago
mandlil
a26720c198
Optimized the alphanumeric check by avoiding the use of regex ( #3642 )
* Optimized the alphanumeric check by avoiding the use of regex
* re-format the code lines
* Update MultiFileModeFileNameProvider.java
1 year ago
mandlil
9aa9aaa39a
Update README.md ( #3646 )
1 year ago
mandlil
46a2478fb5
Mandlil maven update ( #3645 )
* [maven-release-plugin] prepare release v8.13.47
* [maven-release-plugin] prepare for next development iteration
1 year ago
mandlil
38a33de7ac
Metadata updates for release 8.13.47 ( #3644 )
1 year ago
mandlil
d3d6ffa7eb
Updating CPP jar ( #3641 )
1 year ago
mandlil
64b80c420f
added cpp-build jar ( #3640 )
* adding cpp jar
* Update .gitignore
Added exception for cpp-build jar
1 year ago
rohininidhi
bfce128012
Update README.md ( #3639 )
1 year ago
rohininidhi
8411b733c9
Rnidhi maven update ( #3631 )
* [maven-release-plugin] prepare release v8.13.46
* [maven-release-plugin] prepare for next development iteration
1 year ago
rohininidhi
3f3c75e587
Metadata updates for release 8.13.46 ( #3628 )
1 year ago
mandlil
55716be400
Update scorecards.yml ( #3625 )
Fixing the issue based on info from Scorecard workflow is failing: error signing scorecard json results ossf/scorecard-action#997
1 year ago
Silvio Brändle
67400bd111
Add gitignore ( #3624 )
* Add gitignore
* Ignore and remove jar files
1 year ago
openvcdiff
e85a2ff1a7
Openvcdiff stringviews ( #3620 )
* Qualify std::string and change some string args to absl::string_view
* Update pending_code_changes.txt to describe code changes
1 year ago
mandlil
4b4c578ea6
Update README.md ( #3622 )
1 year ago
mandlil
7c1d21d441
Mandlil maven update ( #3621 )
* [maven-release-plugin] prepare release v8.13.45
* [maven-release-plugin] prepare for next development iteration
1 year ago
mandlil
6896204d37
Metadata updates for release 8.13.45 ( #3619 )
1 year ago
mandlil
e62c8eff52
Update README.md ( #3607 )
1 year ago
mandlil
5161b5517e
Mandlil maven update ( #3606 )
* [maven-release-plugin] prepare release v8.13.44
* [maven-release-plugin] prepare for next development iteration
1 year ago
kkeshava
ac457fd89e
Revert "Kkeshava maven update ( #3597 )" ( #3605 )
This reverts commit 824d776727 .
1 year ago
kkeshava
824d776727
Kkeshava maven update ( #3597 )
* [maven-release-plugin] prepare release v8.13.44
* [maven-release-plugin] prepare for next development iteration
1 year ago
kkeshava
85f7e617ae
Metadata updates for release 8.13.44 ( #3596 )
1 year ago
mandlil
e3dbc4bde1
Update README.md ( #3592 )
1 year ago
mandlil
7eb14904bd
Mandlil maven update ( #3591 )
* [maven-release-plugin] prepare release v8.13.43
* [maven-release-plugin] prepare for next development iteration
1 year ago
mandlil
c38b9890d9
Metadata updates for release 8.13.43 ( #3590 )
1 year ago
rohininidhi
3f71d47bf6
Update README.md ( #3573 )
1 year ago
rohininidhi
d8aae1a458
Rnidhi maven update ( #3565 )
* [maven-release-plugin] prepare release v8.13.42
* [maven-release-plugin] prepare for next development iteration
1 year ago