Skip to content

Conversation

@jiazhai
Copy link
Member

@jiazhai jiazhai commented Jan 11, 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

@jiazhai jiazhai added this to the 2.8.0 milestone Jan 11, 2021
@jiazhai jiazhai self-assigned this Jan 11, 2021
@jiazhai
Copy link
Member Author

jiazhai commented Jan 11, 2021

/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
Copy link
Member

sijie commented Jan 11, 2021

/pulsarbot run-failure-checks

3 similar comments
@sijie
Copy link
Member

sijie commented Jan 12, 2021

/pulsarbot run-failure-checks

@jiazhai
Copy link
Member Author

jiazhai commented Jan 12, 2021

/pulsarbot run-failure-checks

@jiazhai
Copy link
Member Author

jiazhai commented Jan 13, 2021

/pulsarbot run-failure-checks

@sijie sijie merged commit 944963a into apache:master Jan 13, 2021
@codelipenghui
Copy link
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