Skip to content

Fix typo in wokerserviceloader - #9169

Merged
sijie merged 1 commit into
apache:masterfrom
jiazhai:typo_ws
Jan 13, 2021
Merged

Fix typo in wokerserviceloader#9169
sijie merged 1 commit into
apache:masterfrom
jiazhai:typo_ws

Conversation

@jiazhai

@jiazhai jiazhai commented Jan 11, 2021

Copy link
Copy Markdown
Member

Motivation

Fix typo in WorkerServiceLoader.java to avoid error while project build under java 15:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project pulsar-functions-worker: Compilation failure
[ERROR] /Users/jia/ws/code/pulsar/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/service/WorkerServiceLoader.java:[23,38] package com.sun.corba.se.pept.protocol does not exist

Modifications

Fix to the right type.

Verifying this change

build passed

@jiazhai jiazhai added this to the 2.8.0 milestone Jan 11, 2021
@jiazhai jiazhai self-assigned this Jan 11, 2021
@jiazhai

jiazhai commented Jan 11, 2021

Copy link
Copy Markdown
Member Author

/pulsarbot run-failure-checks

@sijie sijie added release/2.7.1 type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use labels Jan 11, 2021
@sijie

sijie commented Jan 11, 2021

Copy link
Copy Markdown
Member

/pulsarbot run-failure-checks

3 similar comments
@sijie

sijie commented Jan 12, 2021

Copy link
Copy Markdown
Member

/pulsarbot run-failure-checks

@jiazhai

jiazhai commented Jan 12, 2021

Copy link
Copy Markdown
Member Author

/pulsarbot run-failure-checks

@jiazhai

jiazhai commented Jan 13, 2021

Copy link
Copy Markdown
Member Author

/pulsarbot run-failure-checks

@sijie
sijie merged commit 944963a into apache:master Jan 13, 2021
@codelipenghui

Copy link
Copy Markdown
Contributor

@sijie since #8560 is not release at 2.7.x. I think we can remove release/2.7.1 for this PR

pkumar-singh pushed a commit to pkumar-singh/pulsar that referenced this pull request Jan 27, 2021
### Motivation
Fix typo in WorkerServiceLoader.java to avoid error while project build under java 15:
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project pulsar-functions-worker: Compilation failure
[ERROR] /Users/jia/ws/code/pulsar/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/service/WorkerServiceLoader.java:[23,38] package com.sun.corba.se.pept.protocol does not exist
```

### Modifications

Fix to the right type.

### Verifying this change

build passed
merlimat pushed a commit to merlimat/pulsar that referenced this pull request Apr 6, 2021
### Motivation
Fix typo in WorkerServiceLoader.java to avoid error while project build under java 15:
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project pulsar-functions-worker: Compilation failure
[ERROR] /Users/jia/ws/code/pulsar/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/service/WorkerServiceLoader.java:[23,38] package com.sun.corba.se.pept.protocol does not exist
```

### Modifications

Fix to the right type.

### Verifying this change

build passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/function type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants