[
https://issues.apache.org/jira/browse/TIKA-4009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708144#comment-17708144
]
Chris Mattmann commented on TIKA-4009:
--------------------------------------
Forgot the config, file, fixed in main:
{noformat}
(base) mattmann@proscuitto:~/git/tika$ git status
On branch main
Your branch is up to date with 'origin/main'.Changes to be committed:
(use "git restore --staged <file>..." to unstage)
renamed:
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/src/main/resources/org/apache/tika/parser/geo/GeoTopicConfig.properties
->
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/src/main/resources/org/apache/tika/parser/geo.topic/GeoTopicConfig.properties
(base) mattmann@proscuitto:~/git/tika$ history | grep commit
1071 git commit -m "Finished through chapter 6."
1076 git commit -m "finished through chapter 6."
1254 git commit -m "Fix test case files #385"
1258 git commit -m "Fixes #385"
1308 git commit -m "Prepare for Tika 1.24.2 release"
1393 git commit -m "Upgrade to 1.25 and prep for release."
1454 git commit -m "Bump to version 2.6.0 for current development."
1569 git commit -m "Update MEMEX links."
2035 history | grep commit
(base) mattmann@proscuitto:~/git/tika$ git commit -m "Forgot to fix the path
for this config file: TIKA-4009: GeoTopic Parser package changed incorrectly
from o.a.t.parser.geo from o.a.t.parser.geo.topic"
[main 0672949c4] Forgot to fix the path for this config file: TIKA-4009:
GeoTopic Parser package changed incorrectly from o.a.t.parser.geo from
o.a.t.parser.geo.topic
1 file changed, 0 insertions(+), 0 deletions(-)
rename
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/src/main/resources/org/apache/tika/parser/{geo
=> geo.topic}/GeoTopicConfig.properties (100%)
(base) mattmann@proscuitto:~/git/tika$ git push -u origin master
error: src refspec master does not match any
error: failed to push some refs to '[email protected]:apache/tika.git'
(base) mattmann@proscuitto:~/git/tika$ git push -u origin main
Warning: the ECDSA host key for 'github.com' differs from the key for the IP
address '192.30.255.113'
Offending key for IP in /home/mattmann/.ssh/known_hosts:8
Matching host key in /home/mattmann/.ssh/known_hosts:9
Are you sure you want to continue connecting (yes/no)? yes
Enter passphrase for key '/home/mattmann/.ssh/id_rsa':
Enumerating objects: 23, done.
Counting objects: 100% (23/23), done.
Delta compression using up to 12 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (12/12), 923 bytes | 230.00 KiB/s, done.
Total 12 (delta 4), reused 0 (delta 0)
remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
remote:
remote: GitHub found 3 vulnerabilities on apache/tika's default branch (1
critical, 2 high). To find out more, visit:
remote: https://github.com/apache/tika/security/dependabot
remote:
To github.com:apache/tika.git
9313b0c31..0672949c4 main -> main
Branch 'main' set up to track remote branch 'main' from 'origin'.
(base) mattmann@proscuitto:~/git/tika$
{noformat}
> GeoTopic Parser package changed incorrectly from o.a.t.parser.geo from
> o.a.t.parser.geo.topic
> ---------------------------------------------------------------------------------------------
>
> Key: TIKA-4009
> URL: https://issues.apache.org/jira/browse/TIKA-4009
> Project: Tika
> Issue Type: Bug
> Components: geo
> Reporter: Chris Mattmann
> Assignee: Chris Mattmann
> Priority: Major
> Fix For: 2.7.1
>
>
> The package for the GeoTopicParser was incorrectly changed. It should be
> changed back.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)